kernel panic array 3

Matt Zimmerman mdz at ubuntu.com
Wed Feb 2 18:45:19 UTC 2005


On Sun, Jan 30, 2005 at 11:47:37PM -0500, martin yazdzik wrote:

> I am hoping this is a newbie grub configuration error, although this is this
> first time I have had an issue.

Yep.

> title ubuntu
> root (hd0,3)
> kernel /boot/vmlinuz-2.6.10-2-386 root=/dev/hda4 ro
> 
> (This worked fine with last week's gentoo install, by the way)

Here's an example of a correct stanza:

title           Ubuntu, kernel 2.6.10-1-k7
root            (hd0,0)
kernel          /boot/vmlinuz-2.6.10-1-k7 root=/dev/sda1 ro quiet splash
initrd          /boot/initrd.img-2.6.10-1-k7
boot

Modify the 'root' line and root= parameter to meet your needs.

-- 
 - mdz




More information about the ubuntu-users mailing list