Friday, October 25, 2019

kernel - How to enable boot messages to be printed on screen during boot up?




How to enable boot messages, kernel messages and other logs of various services to be printed on screen during boot up?




You'd need to remove the kernel boot parameters quiet and splash from the linux line in GRUB:




  1. Start your system and wait for the GRUB menu to show (if you don't see a GRUB menu, press and hold the left Shift key right after starting the system).

  2. Now highlight the kernel you want to use, and press the e key. You should be able to see and edit the commands associated with the highlighted kernel.

  3. Go down to the line starting with linux and remove the parameters quiet and splash.

  4. Now press Ctrl + x to boot.





To make this change permanent:




  1. From a terminal (or after pressing Alt + F2) run:



    gksudo gedit /etc/default/grub


    and enter your password.


  2. Find the line starting with GRUB_CMDLINE_LINUX_DEFAULT and remove the parameters quiet and splash.



  3. Save the file and close the editor.


  4. Finally, start a terminal and run:



    sudo update-grub


    to update GRUB's configuration file.



No comments:

Post a Comment

11.10 - Can't boot from USB after installing Ubuntu

I bought a Samsung series 5 notebook and a very strange thing happened: I installed Ubuntu 11.10 from a usb pen drive but when I restarted (...