[Bug 1069746] Re: [GRUB2.00] 'Ubuntu' entry fails but equivalent in the 'Advanced options for Ubuntu' succeeds

Launchpad Bug Tracker 1069746 at bugs.launchpad.net
Thu Dec 27 04:17:47 UTC 2012


[Expired for grub2 (Ubuntu) because there has been no activity for 60
days.]

** Changed in: grub2 (Ubuntu)
       Status: Incomplete => Expired

-- 
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:
  Expired

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