Public bug reported:

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}"

** Affects: grub2 (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/815546

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

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

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to