Tela de boot diferente?

O que faz pra conseguir deixar a tela de boot igual ao sistema do ubuntu mint ou fedora ?, por exemplo ele apenas tem uma logo ou simplesmente carrega, enquanto outros sistema fica aparecende um lista de status iniciando, como faz pra padronizar de forma igual outro SO como explicado acima ?

Não sei qual distro que você usa, mas se você editar o grub /etc/default/grub da para colocar temas ou fazer o seu.

Por exemplo, no CachyOS tem essa linha:

# Uncomment one of them for the gfx desired, a image background or a gfxtheme
#GRUB_BACKGROUND="/path/to/wallpaper"
GRUB_THEME="/usr/share/grub/themes/cachyos/theme.txt"

e tem o arquivo theme.txt:

# Main options
title-text: ""
desktop-image: "background.png"
desktop-color: "#151b32"
terminal-font: "Terminus Regular 18"
terminal-left: "0"
terminal-top: "0"
terminal-width: "100%"
terminal-height: "100%"
terminal-border: "0"

# Boot menu
+ boot_menu {
  left = 15%
  top = 40%
  width = 95%
  height = 55%
  item_font = "Ubuntu Regular 20"
  item_color = "#909090"
  selected_item_color = "#ffffff"
  icon_width = 36
  icon_height = 36
  item_icon_space = 16
  item_height = 40
  item_padding = 2
  item_spacing = 10
  selected_item_pixmap_style = "select_*.png"
}


# Countdown label
# You can change the name of default starting OS here
+ label {
  left = 15%
  top = 31%
  align = "center"
  id = "__timeout__"
  text = "Selected OS will start in %d seconds"
  color = "#cccccc"
  font = "Ubuntu Regular 17"
}

Acho que você está falando da tela que aparece depois do Grub, tipo essas?


Se sim, quem é o responsável é o Plymouth, recentemente configurei ele no meu Arch seguindo a wiki Plymouth - ArchWiki, não sei qual disto você usa