Modify grub menu in grub2
Posted: February 12, 2011 Filed under: Applications, Linux, Technical Notes | Tags: Computers, Linux, Teaching Leave a comment »Recent versions of Ubuntu no longer have the old menu.lst. Now the file is regenerated each time you run update-grub.
If you need to modify simple stuff in the menu (like turning off quiet boot) you can change common lines by editing the following file and running sudo update-grub
afterwards: /etc/default/grub
.