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:
|
||||
|
|
|
Edit you bootloader kernel command-line and remove |
|||
|
|
|
In more recent releases, including 12.04 and 12.10 it is also necessary to either delete, or change the GFXMODE line to "text" as well as removing "quiet" and "splash". (See the other answers.) When making the changes permanent find the commented line "#GRUB_GFXMODE=640x480" and both remove the beginning "#" so it is no longer a comment and set its value to "text". With the latter change the menu will be white on black in a larger text font and therefore hold fewer entries, but the messages should be visible once an item is selected for booting. |
||||
|
|
