[Bug 815546] Re: grub-mkconfig_lib produces invalid search entries in grub.cfg
Launchpad Bug Tracker
815546 at bugs.launchpad.net
Tue May 5 06:08:56 UTC 2020
[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/815546
Title:
grub-mkconfig_lib produces invalid search entries in grub.cfg
Status in grub2 package in Ubuntu:
Expired
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