Quantcast
Channel: Debian User Forums
Viewing all articles
Browse latest Browse all 4056

General Questions • Re: [Software] Is it possible to hide the messages:Booting 'Debian GNU/Linux'...

$
0
0

I found a solution, probably until the first update:

/etc/default/grub

GRUB_TIMEOUT_STYLE="hidden"
GRUB_DEFAULT=0
GRUB_TIMEOUT=0
GRUB_DISTRIBUTOR=( . /etc/os-release && echo ${NAME} )
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash loglevel=0 rd.systemd.show_status=false vt.global_cursor_default=0"
GRUB_CMDLINE_LINUX=""
GRUB_BACKGROUND="black"

/etc/grub.d/10_linux
quiet_boot="0"
change it to
quiet_boot="1"

sudo update-grub

Debian is wonderful!

Statistics: Posted by ClaudiuR — 2026-01-20 20:28



Viewing all articles
Browse latest Browse all 4056

Trending Articles