ron minnich wrote:
On Sat, May 10, 2008 at 12:44 AM, Patrick Georgi patrick@georgi-clan.de wrote:
If memdisk comes first (for whatever reason), and (memdisk)/grub.cfg looks for first occurrence of /grub.cfg on any device, it will find (memdisk)/grub.cfg, enter it, search again, enter itself, ...
if it's that badly designed then it ought to be fixed.
It's nothing that is builtin to grub2... it's just a small script hacked up to allow looking on any device for a "real" config.
The fix is probably easy. Just don't look in (memdisk) for grub.cfg, because that's the script that is already executed.
Stefan