bug-grub
[Top][All Lists]
Advanced

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

Re: failure notice (fwd)


From: Florian Hatat
Subject: Re: failure notice (fwd)
Date: Sat, 3 Mar 2001 14:33:59 +0100
User-agent: Mutt/1.2.2i

Dieter Stuebinger:
> I`ve tried:
> kernel /vmlinuz root=/dev/hda8
> and got answer:
> [Linux-bzImage, setup=0xe00, size=0xc4794]
> and I wrote: "boot"
> answer: 
> Warning: unable to open an initial console.
> Kernel panic: No init found. Try passing init= option to kernel.
> So what should I do now or do you need more information to give me more 
> explanation ?

The Linux kernel can't find /sbin/init on the root partition. This
probably means that /dev/hda8 is not the root partition. It should be
/dev/hda10 for you, but if it doesn't work, it's unlikely that Linux
is properly installed on your system.
/dev/hda8 may be the /boot partition, which is not the root partition.
Try:

grub> root (hd0,7)
grub> kernel /vmlinuz root=/dev/hda10
grub> boot

Enjoy GNU software !
-- 
Florian,
xbill level 21, 22674
http://www.linux-france.org/article/mininet/



reply via email to

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