LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   inittab problem (https://www.linuxquestions.org/questions/linux-newbie-8/inittab-problem-371961/)

petenyce 10-11-2005 12:48 PM

inittab problem
 
I restarted my linux machine by choosing reboot and now i get a no inittab file found?

It also says enter run level
all run levels have no more processes left???

TexasDevilDog 10-11-2005 12:56 PM

inittab = initialization table, it tells the kernel how to setup the basic system run level, terminals, what script to run first.

See if you can come up in run level 5, edit your boot loader to be have the kernel line something like this.

Code:

# kernel /boot/vmlinux-2.6.11 5
If that doesn't work, try to come up with a bash shell running, so that you can find out what happened to /etc/inittab

Code:

# kernel /boot/vmlinux-2.6.11 init=/bin/bash
This will start the kernel but drop you at a bash prompt.


All times are GMT -5. The time now is 06:11 PM.