[Bug 820500] Re: update-grub generates illegal directive in grub.cfg
Launchpad Bug Tracker
820500 at bugs.launchpad.net
Mon Sep 5 15:45:12 UTC 2011
This bug was fixed in the package grub2 - 1.99-12ubuntu1
---------------
grub2 (1.99-12ubuntu1) oneiric; urgency=low
* Resynchronise with Debian. Remaining changes:
- Adjust for default Ubuntu boot options ("quiet splash").
- Default to hiding the menu; holding down Shift at boot will show it.
- Set a monochromatic theme and an appropriate background for Ubuntu.
- Apply Ubuntu GRUB Legacy changes to legacy update-grub script.
- Fix backslash-escaping in merge_debconf_into_conf.
- Remove "GNU/Linux" from default distributor string.
- Add crashkernel option.
- Bypass menu unless other OSes are installed or Shift is pressed.
- Allow Shift to interrupt 'sleep --interruptible'.
- Reduce visual clutter in normal mode.
- Remove verbose messages printed before reading configuration.
- Suppress kernel/initrd progress messages, except in recovery mode.
- Show the boot menu if the previous boot failed.
- Don't generate device.map during grub-install or grub-mkconfig.
- Adjust upgrade version checks for Ubuntu.
- Suppress "GRUB loading" message unless Shift is held down.
- Adjust versions of grub-doc and grub-legacy-doc conflicts.
- Fix LVM/RAID probing in the absence of /boot/grub/device.map.
- Look for .mo files in /usr/share/locale-langpack first.
- Build-depend on qemu-kvm rather than qemu-system for grub-pc tests.
- Check hardware support before using gfxpayload=keep.
- Put second and subsequent Linux menu entries in a submenu.
- Preferred resolution detection for VBE.
- Set vt.handoff=7 for smooth handoff to kernel graphical mode.
- Update default/grub.md5sum to include maverick's default md5sum.
- Add nomodeset to Linux kernel arguments in recovery mode.
- Skip Windows os-prober entries on Wubi systems.
* Suppress the menu by default on Wubi systems with no other-OS entries
apart from Windows (LP: #826378).
* Always store hostdisk drive names in canonical form, fixing 'grub-probe
--target=drive' output when device.map is absent (LP: #820500).
grub2 (1.99-12) unstable; urgency=low
[ Robert Millan ]
* Fix grub-probe detection for LSI MegaRAID SAS devices on kFreeBSD.
- kfreebsd_mfi_devices.patch
[ Colin Watson ]
* Backport from upstream:
- Canonicalise the path argument to grub-probe (closes: #637768).
- Skip */README* as well as README* (LP: #537123).
-- Colin Watson <cjwatson at ubuntu.com> Mon, 05 Sep 2011 16:12:50 +0100
** Changed in: grub2 (Ubuntu)
Status: Fix Committed => Fix Released
--
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/820500
Title:
update-grub generates illegal directive in grub.cfg
Status in “grub2” package in Ubuntu:
Fix Released
Bug description:
Grub 1.99 in Ubuntu 11.04 32-bit desktop. "update-grub" produces this
stanza in grub.cfg. The set root line is illegal - presumably it
should be "set root='(hd0,1)'
menuentry 'Ubuntu, with Linux 2.6.38-8-generic' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
set gfxpayload=$linux_gfx_mode
insmod part_msdos
insmod ext2
set root='(/dev/sda,msdos1)'
search --no-floppy --fs-uuid --set=root cb4ea337-c67e-4d75-b9fc-7ef2dc864fd0
linux /vmlinuz-2.6.38-8-generic root=UUID=54d78a76-aabc-4886-82a0-7019e8ae731d ro quiet splash vt.handoff=7
initrd /initrd.img-2.6.38-8-generic
}
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/820500/+subscriptions
More information about the foundations-bugs
mailing list