single-user

From Genunix

This is how to boot Solaris in single-user mode using grub.

Contents

Step 1

When you see the Grub boot loader menu, select the entry you normally boot from and press 'e'.

Image:Singleuser-step1.png

Step 2

Using the up and down arrow keys, select the line that says 'kernel' and press 'e'.

Image:Singleuser-step2.png

Step 3

At the end of the line, add '-s' to tell the kernel to boot single-user.

Optional: Adding '-v' will cause the kernel to print more information.

Image:Singleuser-step3.png

Step 4

Hit ESC to go back to this screen. If everything looks good (-s and -v are in the kernel line) press 'b' to boot with these settings.

Image:Singleuser-step4.png