[Bug 815546] Re: grub-mkconfig_lib produces invalid search entries in grub.cfg

TJ 815546 at bugs.launchpad.net
Sun Dec 4 21:01:59 UTC 2011


This bug was fixed in a later upstream release. It ought to be
backported to Lucid LTS at least.

-- 
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/815546

Title:
  grub-mkconfig_lib produces invalid search entries in grub.cfg

Status in “grub2” package in Ubuntu:
  Confirmed

Bug description:
  Running update-grub produces the following entries in grub.cfg:
  search --no-floppy --fs-uuid --set=root 3723491a-c00f-46c4-b96b-8f9f0e201def

  Since linux-image-2.6.32-33-generic in Ubuntu 10.04.3 LTS, this leads to:
    long delays in boot
    grub argument parsing error messages
    may reproducibly lead to failure finding a root device.

  The following fix to /usr/lib/grub/grub-mkconfig_lib can fix the problem:
  - echo "search --no-floppy --fs-uuid --set ${fs_uuid}"
  +echo "search --no-floppy --fs-uuid --set=root ${fs_uuid}"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/815546/+subscriptions




More information about the foundations-bugs mailing list