Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Redhat 9 Boot error

Status
Not open for further replies.

dwilko

Technical User
Feb 20, 2002
113
GB
Hi

I am getting this error when redhat boots up

Creating Root device
mkrootdev: label / not found
mounting root filesystem
mount error 2 mounting ext3
privotroot: pivot_root(/sysroot,/sysroot/initrd) Failed 2
umont /initrd/proc failed: 2
freeimg unused kernel memory: 156k freed
kernel panic: No Init Found. Try passing init= option to kernel

Its a Free install of redhat

Can Anyone help to get it working?


Thanks

David


________________________________________
I help Where I can, If My advice Dont work Or Is Wrong then tell Me
 
Its just a guess.. boot up rh from CD and run mkfs.ext3 -S -L / <root_device>
after that run fsck over it

or, while booted from CD, edit /etc/lilo.conf.. remove the references to '/' as root device, instead use root=/dev/hda1, just your root_device

. Mac for productivity
.. Linux for developement
... Windows for solitaire
 
ok thanks will try that when I get home

mkfs.ext3 -S -L / <root_device>
^^ wont that make a file system ext3 on the drive if so then do i still need to do it cos I allready have a ext3 file system on the hard drive



________________________________________
I help Where I can, If My advice Dont work Or Is Wrong then tell Me
 
It would write superblock and group descriptors only, without touching the inode table, where the files are 'registered'.

. Mac for productivity
.. Linux for developement
... Windows for solitaire
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top