David Desscan [ddesscan@xxxxxxxxx] wrote: > I can't boot one of my FC4 system. I am getting the following error message > and init can't start. > > audit(1154201702.315.303): avc :denied {search} for pid=748 comm="mingetty" > name="/" dev tmpfs ino 504 scontext=system_u : system_r : getty_t > tcontext=system_u: object_r : tmpfs_ tclass=dir > INIT : Id 1 respawning too fast : disabled for 5 mins > INIT : Id 3 respawning too fast : disabled for 5 mins > INIT : Id 4 respawning too fast : disabled for 5 mins > INIT : Id 6 respawning too fast : disabled for 5 mins > INIT : Id 2 respawning too fast : disabled for 5 mins > INIT : Id 5 respawning too fast : disabled for 5 mins > > INIT : no more processes left in this runlevel. > > I have commented the lines in inittab for mingetty and the error message > changes to: > > INIT: cannot execute /etc/rc.d/rc.sysinit > Entering runlevel 3 > cannot execute /etc/rc.d/rc > INIT: no more processes left in this runlevel > > the audit message id is incremented as well as the pid. ino 504, 505 but > same mingetty error message. I have already checked file attributes for rc > and rc.sysinit. It has not changed and is rwxr-xr-x. The INIT Id changes > as well. > > Thanks for all help or reference to web sites for solutions. > > David David, a similar thing happened to me once after updating a FC4 system. No kernel would boot. I ended up booting from a resuce disk, editing /etc/selinux/config and setting SELINUX=disabled, then booted the system. This would still leave matters to explore but could at least get your system up and running again. Good luck! T.