[Bug 442631] Re: update-grub generates an incorrect entry

vedoham tammam at tammam.net
Wed Oct 7 00:03:13 UTC 2009


> Please see my thread at
> http://ubuntuforums.org/showthread.php?p=8063611#post8063611 to
> determine if this is the same bug. It caught my eye because I was
> running Jaunty with a /boot partition and installation of the Karmic
> beta with grub2 left my Jaunty install unbootable. (I have not figured
> out what to change to fix it.)

Please add an entry to /etc/grub.d/40_custom by using a modified 9.04
/boot/grub/grub.cfg entry.

Change:
menuentry "Ubuntu 9.04, kernel 2.6.28-15-generic (on /dev/sda6)" {
        insmod ext2
        set root=(hd0,6)
        search --no-floppy --fs-uuid --set 7f69072f-cea2-4ec3-bde9-81dd16744034
        linux /boot/vmlinuz-2.6.28-15-generic
root=UUID=7f69072f-cea2-4ec3-bde9-81dd16744034 ro quiet splash
        initrd /boot/initrd.img-2.6.28-15-generic
}

To:
menuentry "Ubuntu 9.04 (from 40_custom)" {
        insmod ext2
        set root=(hd0,5)
        search --no-floppy --fs-uuid --set 9bdeb391-8fd9-48b1-9316-c4a00b7fa7a2
        linux /vmlinuz-2.6.28-15-generic
root=UUID=7f69072f-cea2-4ec3-bde9-81dd16744034 ro quiet splash
        initrd /initrd.img-2.6.28-15-generic
}

Then run update-grub and reboot. You should be able to choose

-- 
update-grub generates an incorrect entry
https://bugs.launchpad.net/bugs/442631
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs




More information about the universe-bugs mailing list