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
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).
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.


This method doesn’t work on Gentoo AMD64
It works, Thanks!
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. :)