[Bug 1069746] Re: [GRUB2.00] 'Ubuntu' entry fails but equivalent in the 'Advanced options for Ubuntu' succeeds
Phillip Susi
psusi at ubuntu.com
Sat Oct 27 23:04:17 UTC 2012
When reporting bugs it is important to be very specific. "It does not
work" is not a description that can be diagnosed. Please describe in
detail what happened when you tried to choose the default option.
** 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/1069746
Title:
[GRUB2.00] 'Ubuntu' entry fails but equivalent in the 'Advanced
options for Ubuntu' succeeds
Status in “grub2” package in Ubuntu:
Incomplete
Bug description:
See http://askubuntu.com/questions/196287
Reporter says the 'Ubuntu' entry fails, but the 'Ubuntu, with Linux
3.5.4-030504-generic' entry succeeds.
When looking at the grub.cfg, the 2 entries look identical:
menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-0ddb4962-59eb-4376-83cf-016ef186e083' {
recordfail
gfxmode $linux_gfx_mode
insmod gzio
insmod part_gpt
insmod ext2
set root='hd0,gpt2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 0ddb4962-59eb-4376-83cf-016ef186e083
else
search --no-floppy --fs-uuid --set=root 0ddb4962-59eb-4376-83cf-016ef186e083
fi
linux /boot/vmlinuz-3.5.4-030504-generic root=UUID=0ddb4962-59eb-4376-83cf-016ef186e083 ro quiet splash $vt_handoff
initrd /boot/initrd.img-3.5.4-030504-generic
}
submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-0ddb4962-59eb-4376-83cf-016ef186e083' {
menuentry 'Ubuntu, with Linux 3.5.4-030504-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.4-030504-generic-advanced-0ddb4962-59eb-4376-83cf-016ef186e083' {
recordfail
gfxmode $linux_gfx_mode
insmod gzio
insmod part_gpt
insmod ext2
set root='hd0,gpt2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 0ddb4962-59eb-4376-83cf-016ef186e083
else
search --no-floppy --fs-uuid --set=root 0ddb4962-59eb-4376-83cf-016ef186e083
fi
echo 'Loading Linux 3.5.4-030504-generic ...'
linux /boot/vmlinuz-3.5.4-030504-generic root=UUID=0ddb4962-59eb-4376-83cf-016ef186e083 ro quiet splash $vt_handoff
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-3.5.4-030504-generic
}
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1069746/+subscriptions
More information about the foundations-bugs
mailing list