Hello Dana,

> EXT3-fs: mounted filesystem with ordered data mode
> pivotroot: pivot_root(/sysroot,/sysroot,initrd) failed: 2
> umount /initrd/proc failed: 2
> kernel panic: No init found Trying passing init= option to kernel

 Two things to check:

1) What is the file system type set for /dev/sda2 in /etc/fstab? If 
journalling was not added to the root device you need to mount / as ext2, 
not ext3. Or you could convert ext2 to ext3 (tune2fs -j -i 0 -c 0 
/dev/sda2).

2) Does /boot contain an initrd.img? To boot from SCSI this image needs to 
be there (it contains the SCSI modules needed for booting). If there is no 
initrd.img you need to create one (man mkinitrd).

Bye,
Leonard.

--
How clean is a war when you shoot around nukelar waste?
Stop the use of depleted uranium ammo!
End all weapons of mass destruction.


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to