My grub.conf and fstabs are as follows:

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

fstab
LABEL=/       /        ext3    defaults        1 1    

LABEL=/boot   /boot    ext3    defaults        1 2
none          /dev/pts devpts  gid=5, mode=620 0 0
none          /proc    proc    defaults        0 0 
none          /dev/shm tmpfs   defaults        0 0
/dev/hda3     swap     swap    defaults        0 0 
/dev/cdrom  /mnt/cdrom udf,iso9660 noauto,owner,kudzu,
ro 0 0
/dev/fd0 /mnt/floppy auto noauto,owner,kudzu 0 0 

Regards

Bipin 



--- "Nadeem M. Khan" <[EMAIL PROTECTED]> wrote:

> On Tue, 2006-02-28 at 11:03, Bipinchandra Ranpura
> wrote:
> 
> > Kernel Panic: No init found. Try passing init=
> option
> > to kernel. 
> 
> Thats the most common error you'd find on a Linux
> server. Boot to rescue
> mode using the first installation CD. Examine your
> fstab and grub.conf
> files under /mnt/sysimage. Tell us what you see.
> Google too has lots of
> solutions.
> 
> Regards,
> NMK.
> 
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/dubailug/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to