Remove / hide GRUB Boot Menu when booting linux
Posted on March 31st, 2008 by linux
If you have just one operating systems installed sometimes you do not need to have a grub menu to be displayed when linux boots.
To do that edit /boot/grub/menu.lst file and add / uncomment line:
hiddenmenu
if you would like to remove countdown as well edit line with timeout to 0.
Once you have made changes you need to update grup. On ubuntu or debian run command:
update-grub
Filed under: Administration, Linux