Sunday, May 5, 2024
 Popular · Latest · Hot · Upcoming
9
rated 0 times [  9] [ 0]  / answers: 1 / hits: 10383  / 2 Years ago, thu, august 18, 2022, 3:46:57

When I was running Ubuntu 14.10, I was able to view the verbose output during startup and shutdown (which was very useful for me). But now that I have upgraded to Ubuntu 15.04 I get the verbose output on shutdown, but I only get a purple screen, and then an Ubuntu logo with loading dots which can toggle to a black screen on startup.



In the past to achieve the verbose output on both startup and shutdown I did as follows:




  1. Executed: sudo vim /etc/default/grub

  2. Changed the line GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" to this line GRUB_CMDLINE_LINUX_DEFAULT="splash"

  3. Executed: sudo update-grub

  4. Rebooted



Source



But as this only seems to work on shutdown, how do I get it to also show me the verbose output on startup?


More From » boot

 Answers
7

Log out of your graphical session and go to TTY1 whith Ctrl+Alt+F1.



Log in and edit the file /etc/default/grub:



sudo nano /etc/default/grub


or if you like vi:



sudo vim /etc/default/grub


Remove the values for GRUB_CMDLINE_LINUX_DEFAULT:



GRUB_CMDLINE_LINUX_DEFAULT=""


Then update GRUB and reboot:



sudo update-grub
sudo reboot

[#20288] Thursday, August 18, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
allowiel

Total Points: 189
Total Questions: 103
Total Answers: 105

Location: Slovenia
Member since Thu, Mar 18, 2021
3 Years ago
;