LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Red Hat (https://www.linuxquestions.org/questions/red-hat-31/)
-   -   Recover of /etc/inittab from GRUB Bootloader in RED HAT OS 8 (https://www.linuxquestions.org/questions/red-hat-31/recover-of-etc-inittab-from-grub-bootloader-in-red-hat-os-8-a-196664/)

sujith_marar 06-23-2004 12:45 AM

Recover of /etc/inittab from GRUB Bootloader in RED HAT OS 8
 
How to recover/edit /etc/inittab From GRUB ( post #1)

Problem - How to Edit /etc/iniitab from Grub Bootloader
BootLoader -Grub
No of OSs-Dual
Red Hat Os 8.0
Win XP

I desperately need to come back to text mode from graphical mode by changing the runlevel mode from id:5 to id:3 in /etc/inittab as the only way of editing was through Grub (booting time) bootloader
Actions taken

if you're using grub, hit "e" at the grub screen to edit the boot commands. Then, ono the line that starts with "kernel", hit "e" again, and at the very end of the line type a "3" without the quotes. Then hit enter to accept changes, annd hit "b" to boot. This will get you into runlevel 3, which will not start x but will give you a command prompt.
Now, if you want to start in command prompt without editing grub like that, edit the file /etc/inittab and change the number 5 in the line that looks something like this...

id:5:initdefault:
change the 5 to a 3 and save it. now, after boot, you can get into x by typing:
startx
---------------------------------------------------------------------------------
When I did the above operation...............
MY GRUB BOOTLOADER shows this way

root hd(0,0)
kernel /boot/vmlinuz-2.4.18-24.8.0 ro root=LABEL=/3 (type 3 at the end of the line. Is it correct ?)
initrd /boot/initrd-2.4.18-24.8.0.img
then press boot 'b'

I get the display
'Kernel panic init not found Try option init= with kernel'
Tried various options
kernel /boot/vmlinuz-2.4.18-24.8.0 ro root=LABEL=/ 3(putting space in between)
kernel /boot/vmlinuz-2.4.18-24.8.0 ro root=LABEL=/init=3(without space)
kernel /boot/vmlinuz-2.4.18-24.8.0 ro root=LABEL=/init 3
kernel /boot/vmlinuz-2.4.18-24.8.0 ro root=LABEL=/ init=3

Same display error as above-
-----------------------------------------------------------------------------------------

Action Taken
I guess you use grub as the bootloader
on the screen of the boot press select the config you want to boot, type a
this will drop you on to a prompt. there put 3 or 5 at the end of the line.

(Press 'a' at GRUB Bootloader User Interface screen appeared)
grub append> ro root=LABEL=/3
Tried various options as above
Same kernel error
If I did not give '3' or blank
/etc/inittab showing Xserver error -since I made runlevel-5

/etc/rc.rd respawned -wait for 5 minutes
/etc/rc.rd respawned -wait for 5 minutes
/etc/rc.rd respawned -wait for 5 minutes
..............
How I can edit runlevel - 3 from GRUB(booting)
I see all files from GRUB through cat for ex: cat /etc/innitab
The only thing I wanted to edit runlevel id :5 to id:3
remmeber I cannot reach to the text mode at root prompt
THE OS is hanged at the initial booting. It is neither going here or there

Thanks
Sujit

unSpawn 06-23-2004 01:19 PM

//Moderator note: you have crossposted a message, which is against the LQ Rules. Cross-posting is considered bad netiquette on your part, a waste of resources on LQ's part and a waste of time for LQ members who take the time your question.
Please do not do that again.

FUP to: http://www.linuxquestions.org/questi...hreadid=196663


All times are GMT -5. The time now is 08:21 AM.