How to enable grub boot report ?
by jan128 from LinuxQuestions.org on (#5E2YN)
After I ask Mrs Google she said to
..disable " "quiet splash" in grub file
Did not work.
Then I guessed this
GRUB_CMDLINE_LINUX_DEFAULT= "text"
Did not work either
Commenting out this way
GRUB_CMDLINE_LINUX_DEFAULT=
# "quiet splash"
tic-tack-toe as first character on separate line did not work either
Quote:
Yes , I do
sudo update-grub after I change /etc/default/grub
What am I missing ?
BTW
I get very short splash of text in upper left corner of the screen identifying /dev/xxx my OS is running on. Nice "feature".
PS
Linux Ubuntu 20


..disable " "quiet splash" in grub file
Did not work.
Then I guessed this
GRUB_CMDLINE_LINUX_DEFAULT= "text"
Did not work either
Commenting out this way
GRUB_CMDLINE_LINUX_DEFAULT=
# "quiet splash"
tic-tack-toe as first character on separate line did not work either
Quote:
GRUB_DEFAULT=0 GRUB_TIMEOUT_STYLE=hidden GRUB_TIMEOUT=10 GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian` GRUB_CMDLINE_LINUX_DEFAULT= # did not work GRUB_CMDLINE_LINUX_DEFAULT= # "quiet splash" did not work duh GRUB_CMDLINE_LINUX="" |
sudo update-grub after I change /etc/default/grub
What am I missing ?
BTW
I get very short splash of text in upper left corner of the screen identifying /dev/xxx my OS is running on. Nice "feature".
PS
Linux Ubuntu 20