Quote:
Originally Posted by ajkannan83
INIT: version 2.84 booting
Setting default font (latarcyrheb-sun16): [ OK ]
Welcome to /etc/rc.d/rc.sysinit: Line 70: 46 segmentation fault
LC_ALL=C grep -q "Red Hat" /etc/redhat-release Red Hat Linux Press 'I' to enter interactive startup Mount proc filesystel: [FAILED]
/etc/rc.d/rc.sysinit: Line 90: 53 segmentation fault LC_ALL=C grep -q /initrd /proc/mounts Configuring kernel parameters:
Error /proc must be mounted To mount /proc at boot you need an /etc/fstab link like:
/proc /proc proc defaults
In the meantime, mount /proc /proc -t proc [FAILED]
|
Please watch the linefeeds. I have added a few to show how that log should look
Examine line 70 of /etc/rc.d/rc.sysinit. THAT is segfaulting. If it's a variable, add the line
echo $<variable>
as line 70 and see what is causing the issue.
Proc is not mounting. If you can get to a root terminal try the line
mount -t proc proc /proc and post the error. Check the disk
e2fsck -fv /dev/blah