Am Donnerstag, den 20.08.2009, 11:17 +0000 schrieb Susan Cragin: > Thanks. > I was able to get the boot menu up. I have to be VERY quick and do it at just > the right point. Too soon and my bios config comes up. Too late and it's too > late. > The warning not to edit at the top of grub.cfg is a bit dire. Many people > change their boot order. > I use Ubuntu Studio but like to download the generic kernel also, just in > case, because the generic kernel is always newer, and just sometimes there > are things it does better (or less quirkily). But I always edit menu.lst to > make the RT the default boot. >
The warning is there because running update-grub (grub-mkconfig) just overwrites your changes. And often update-grub is called by the kernel image's prerm and postinst scripts through /etc/kernel-img.conf and the grub-pc package itself runs it. So if you want to have your changes really permanent you have to edit the files in /etc/grub.d/ -- Felix Zielcke Proud Debian Maintainer -- boot menu has vanished https://bugs.launchpad.net/bugs/415322 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs -- universe-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/universe-bugs
