[Bug 596266] Re: update-grub fails generating Fedora 13 entry
Marcus Tomlinson
marcus.tomlinson at canonical.com
Thu Mar 5 12:41:18 UTC 2020
This release of Ubuntu is no longer receiving maintenance updates. If
this is still an issue on a maintained version of Ubuntu please let us
know.
** Changed in: grub2 (Ubuntu)
Status: New => Incomplete
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to grub2 in Ubuntu.
https://bugs.launchpad.net/bugs/596266
Title:
update-grub fails generating Fedora 13 entry
Status in grub2 package in Ubuntu:
Incomplete
Bug description:
Binary package hint: grub2
SO: GNU/Linux Ubuntu 10.04 64bits
Package: grub-pc 1.98
Binaries: update-grub / grub-mkconfig
Grub module: OS_prober
Expected: A correct grub entry to use Fedora as alternative OS.
Happened: grub2 generates a incomplete entry for Fedora 13, missing the initrd line, so Fedora can't boot.
Example entry:
### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Fedora release 13 (Goddard) (on /dev/sdb2)" {
insmod ext2
set root='(hd1,2)'
search --no-floppy --fs-uuid --set b32a0b6e-2485-4125-938b-86b02506cb79
linux /boot/vmlinuz-2.6.33.3-85.fc13.i686 root=/dev/sdb2
}
### END /etc/grub.d/30_os-prober ###
You can add manually the line: "initrd
/boot/initramfs-2.6.33.3-85.fc13.i686.img" to the end on the entry and
Fedora boots perfectly while grub is not autoupdated.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/596266/+subscriptions
More information about the foundations-bugs
mailing list