On Sun February 11 2007 23:27, Christopher Dick wrote: > As near as I can tell, everything is just fine. But > grub just doesn't like Linux on my system.
I agree. This stuff all looks fine. > Again, it may be related to this bug: > > https://bugzilla.novell.com/show_bug.cgi?id=223773 There's an easy way to check this listed in the bug report... compare the md5sum of the 'active' stage2 against the original: open a shell, 'su' to superuser permissions and: 'cd /boot/grub' 'md5sum stage2' (my result: 66797a774c25457f3b5e7c7f0920db9f stage2) 'md5sum /usr/lib/grub/stage2' (my result: 66797a774c25457f3b5e7c7f0920db9f /usr/lib/grub/stage2) If they *don't* match, you can always try the bug OP's workaround ("Copying the last stage2 to /boot/grub worked around the problem.") First, rename /boot/grub/stage2: 'mv stage2 stage2-broken' Then copy /usr/lib/grub/stage2 into /boot/grub: 'cp /usr/lib/grub/stage2 stage2' Note: the md5sum, mv and cp commands, above, presume that your present working directory remains /boot/grub/ Worth a shot, don't you think? Good luck & regards, Carl -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
