LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   To start init 2 at boot (https://www.linuxquestions.org/questions/fedora-35/to-start-init-2-at-boot-238540/)

satimis 10-04-2004 04:49 AM

To start init 2 at boot
 
Hi folks,

FC2
===

How to boot 'init 2' at start temporarily (once)

GRUB
Kernel-xxx.xxx

Highlight it and press 'e' starting another window
Code:

root
kernel /umlunuz-2.6.8-1 ro root=LABEL=/rhgb quiet
initrd /initrd-2.6.8-1.521.img

Highlight 'root' and press 'e' starting terminal (whole page)
> root (hd0, 0)

Kindly advise whether highting last line 'initrd /initrd-2.6.8-1.521.img' and press 'o' to start a new lin. Then type 'boot init 2' , press <ENTER> and press 'b' to boot

Please advice.

TIA

B.R.
satimis

rakriege 10-04-2004 12:53 PM

in your inittab 5:2:once/etc/myprocess

mjmwired 10-04-2004 06:34 PM

You need a '2' at the end of your 'kernel' line in grub for a temporary boot into init 2.
kernel /umlunuz-2.6.8-1 ro root=LABEL=/rhgb quiet 2

satimis 10-05-2004 04:02 AM

Hi mjmwired.

Tks for your advice.
Quote:

You need a '2' at the end of your 'kernel' line in grub for a temporary boot into init 2.
kernel /umlunuz-2.6.8-1 ro root=LABEL=/rhgb quiet 2

It worked for me.

One thing came to notice during booting to 'init 2' SWAP partition not mounted.

B.R.
satimis


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