On Fri, 2003-09-12 at 17:57, Sean Estabrooks wrote:
> On Fri, 12 Sep 2003 15:36:20 -0400
> Kevin Breit <[EMAIL PROTECTED]> wrote:
> 
> Hi Kevin,
> 
> >     I compiled 2.6.0-test5 (latest) today and am having a hard time 
> > booting it.  During boot, I get:
> > 
> > Kernel panic.  No kernel found.  Trey passing init= to kernel.
> > 
> 
> The message you're seeing is actually:
> 
>        No init found.  Try passing init= option to kernel.
> 
> This means that it was unable to mount your root filesystem.
> Would need more details to know why.

Below is grub.conf:

default=1
timeout=10
splashimage=(hd0,0)/grub/splash.xpm.gz
title Red Hat Linux (2.6.0-test5)
        root (hd0,0)
        kernel /vmlinuz-2.6.0-test5 ro root=LABEL=/
        initrd /initrd-2.6.0-test5.img
title Red Hat Linux (2.4.20-8)
        root (hd0,0)
        kernel /vmlinuz-2.4.20-8 ro root=LABEL=/ nousb
        initrd /initrd-2.4.20-8.img

Kevin
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE:  You have a /boot partition.  This means that
#          all kernel and initrd paths are relative to /boot/, eg.
#          root (hd0,0)
#          kernel /vmlinuz-version ro root=/dev/hda3
#          initrd /initrd-version.img
#boot=/dev/hda
default=1
timeout=10
splashimage=(hd0,0)/grub/splash.xpm.gz
title Red Hat Linux (2.6.0-test5)
        root (hd0,0)
        kernel /vmlinuz-2.6.0-test5 ro root=LABEL=/ 
        initrd /initrd-2.6.0-test5.img
title Red Hat Linux (2.4.20-8)
        root (hd0,0)
        kernel /vmlinuz-2.4.20-8 ro root=LABEL=/ nousb
        initrd /initrd-2.4.20-8.img
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE:  You have a /boot partition.  This means that
#          all kernel and initrd paths are relative to /boot/, eg.
#          root (hd0,0)
#          kernel /vmlinuz-version ro root=/dev/hda3
#          initrd /initrd-version.img
#boot=/dev/hda
default=1
timeout=10
splashimage=(hd0,0)/grub/splash.xpm.gz
title Red Hat Linux (2.6.0-test5)
        root (hd0,0)
        kernel /vmlinuz-2.6.0-test5 ro root=LABEL=/ 
        initrd /initrd-2.6.0-test5.img
title Red Hat Linux (2.4.20-8)
        root (hd0,0)
        kernel /vmlinuz-2.4.20-8 ro root=LABEL=/ nousb
        initrd /initrd-2.4.20-8.img

Reply via email to