Comment 14 for bug 391044

Revision history for this message
NoahY (noahy) wrote : Re: grub2 update adds --no-floppy to "search " lines

To fix, just edit the /usr/lib/grub/grub-mkconfig_lib file, take out the --no-floppy on line 147:

- line 147: echo "search --no-floppy --fs-uuid --set ${fs_uuid}"
+ line 147: echo "search --fs-uuid --set ${fs_uuid}"

as Dinxter pointed out in the forums.