help-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: After installing GRUB2, I can no longer boot into my other partitio


From: Michael Evans
Subject: Re: After installing GRUB2, I can no longer boot into my other partition
Date: Fri, 14 Aug 2009 10:01:21 -0700

This is what my setup looks like:

title           Ubuntu 9.04, kernel 2.6.28-14-generic
root            (hd0,3)
kernel          /vmlinuz-2.6.28-14-generic root=/dev/mapper/rootvolume ro no_console_suspend
initrd          /initrd.img-2.6.28-14-generic
quiet

You should remove quiet and splash to prevent message-hiding.

You might also want to know break=top which will launch a debug shell before the initrd does anything, the other breakpoints you can examine by uncompressing and then cpio extracting the initrd in to another folder on your hard drive.

However it would probably be easier to chroot into your other install and fix anything that's stopping you there if the actual boot-arguments aren't the cause.

On Thu, Aug 13, 2009 at 6:19 PM, Isaac Dupree <address@hidden> wrote:
this looks wrong:


kernel          /vmlinuz-2.6.28-13-generic
root=UUID=e1b20064-8204-4150-be5e-83bd537defc8 ro quiet splash vga=773

turning into


       linux   /vmlinuz-2.6.28-13-generic root=/dev/mapper/cryptdisk-karmic ro
 quiet splash

the latter "root=" should obviously be changed back to root=UUID=e1b20064-8204-4150-be5e-83bd537defc8

And I'm not sure about vga=773, that might be something that GRUB messes with, so it might be good it left that out. (try without. If it's still broken you can try with it.)

-Isaac



_______________________________________________
Help-grub mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/help-grub


reply via email to

[Prev in Thread] Current Thread [Next in Thread]