← Back to team overview

sslug-teknik team mailing list archive

Re: SV: Opstart i runlevel 3

 

Claus Christensen wrote:


Marker kernen du vil starte med pil.tasterne og taste "e"
Marker "Kernel ....." og tast "e"
Du får en promt. efter det der stå skriver du "single" og taster "Enter"
Tast "b" og der burde boote i single user mode - hvis jeg husker rigtigt.



I "Reference Guide" for Redhat linux (følger med RH8.0) findes flg:

Changing Runlevels at Boot Time

Under Red Hat Linux, it is possible to change your default runlevel at boot time.

If you are using GRUB as your boot loader, follow these steps:

1.   In the graphical GRUB boot loader screen, select the Red Hat Linux
      boot label and press [e] to edit it.

2.    Arrow down to the kernel line and press [e] to edit it.

3.    At the prompt, type the number of the runlevel you wish to boot
      into (1 through 5), or the word single and press [Enter].

4. You will be returned to the GRUB screen with the kernel information.
    Press the [b] key to boot the system.

Ovenstående refererer til flg:
På bootloader skærmen ses f.eks. dette:

   Red Hat Linux (2.4.18-14)
   dos

hvis du har dual boot.
Når du vælger 'Red Hat Linux (2.4.18-14)' ses disse 3 linier fra /etc/grub.conf

        root (hd0,1)
        kernel /vmlinuz-2.4.18-14 ro root=LABEL=/ hdc=ide-scsi
        initrd /initrd-2.4.18-14.img

Tryk pil ned og tilføj f.eks. et 3 tal til kernel linien, hvorefter du taster et b.

Mvh
Jørgen Heesche



References