GRUB2 runlevel 3 – Howto Change runlevel on GRUB2

This is quick guide howto change runlevel on GRUB2. Title says runlevel 3 (refer to changing runlevel from 5 to 3), but yes same method of course works, if you want to change runlevel from 3 to 5, from 5 to 1 or from 3 to 1. Whole process is actually add one additional boot parameter. This modification is not permanent, when you boot your system next time, it uses default parameters. This guide works all Linux distributions with GRUB2.

Runlevels

0Halt Shuts down the system.
1Single-User Mode Mode for administrative tasks.
2Multi-User Mode Does not configure network interfaces / services.
3Multi-User Mode with Networking Starts the system normally.
4Not used/User-definable For special purposes.
5Start the system with display manager. As runlevel 3 + display manager.
6Reboot Reboots the system.

GRUB2 runlevel change to runlevel 3 – Howto Change runlevel on GRUB2

1. GRUB2 Default Screen

Press arrow key when you see GRUB. Select (highlight) kernel to edit and press ‘e’.

2. Add unlevel parameter on Linux line

Goto ‘linux’ line with arrow keys, then press ‘end’ button to get end of line (or move cursor to end of line with arrow keys). Write space and your runlevel number end of line. Here I use runlevel 3.

3. Boot to selected runlevel

Press Ctrl+x or F10 to boot (esc to cancel).

Follow If Not True Then False Updates!

4 Comments

  1. This method doesn’t work on Gentoo AMD64

  2. It works, Thanks!

  3. The article discusses “GRUB2″ but the screen shots show “GNU GRUB version 1.99″
    Because of this little discrepancy I don’t know if this information is reliable.
    You should update the screen shots to remove all doubt.

    • Hi Stephen,

      Grub 1 versions was 0.9.xx and Grub 2 versions are currently 1.99 and 2.00. You can check Grub 2 original packages from here.

      But yes I can update this image too, if it’s problem. :)

Leave a Comment

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>