Monday, April 29, 2024
 Popular · Latest · Hot · Upcoming
9
rated 0 times [  9] [ 0]  / answers: 1 / hits: 6684  / 1 Year ago, tue, november 22, 2022, 2:21:54

Is there a way to exit the splash screen during boot and view the verbose boot without rebooting?



For future viewers sake: this is for GRUB2 on Ubuntu.


More From » boot

 Answers
0

If you use grub2 then the following should do the trick for every installed kernel on every boot:




  • make a backup copy of /etc/default/grub

  • Open up /etc/default/grub as root

  • Change the line GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" to GRUB_CMDLINE_LINUX_DEFAULT="" (if there is more than only quiet and splash between the quotes, keep it!)

  • save the changes

  • run sudo update-grub

  • reboot



This way this change will even be permanent after a kernel update. Also this is the only way that works in grub2 since boot/grub/menu.lst was in grub1 and is not used anymore in grub2.



More about configuring grub2 in ubuntu: https://help.ubuntu.com/community/Grub2


[#41451] Thursday, November 24, 2022, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
terose

Total Points: 185
Total Questions: 125
Total Answers: 131

Location: Venezuela
Member since Mon, Dec 13, 2021
2 Years ago
terose questions
;