BeNj wrote:

> I seem to have played around with the wrong things while in root,
> i tried to upgrade gcc and i think that that's what started the chain of
> affects that ended with
> Redhat not being able to boot with an error of INIT: unable to load
> /etc/rc.d ...
>
> is there anything i can do except reformatting and rinstalling? (Fairly
> new system, but i'd rather save it.)
>
> Benji

Mount you root partition with a boot disk

mkdir /mnt
mount -t ext2 /dev/<whatever> /mnt

Then CD to your /etc directory and check out what happened
Has the whole rc.d directory been erased? Maybe it was renamed?
Maybe you erased rc.sysinit or just chmod it to a non-executable status.

This should give you a direction.

P.S. Dont fouget to unmount your partition before rebooting
umount /mnt

Hope it helps...

Reply via email to