If you have an x86 host and you want to boot into single user mode, you can see following tips.
- When GRUB menu appear, type e. It will bring you to the next detailed menu.
- The next window will appear like below. Choose kernel and type e again.root (hd0,1,a)kernel /platform/i86pc/multibootmodule /platform/i86pc/boot_archive
- Enter a space and -s at the end of kernel line. Then press enter to return on the main menu.grub edit> kernel /platform/i86pc/multiboot -s
- Type b to boot system into single user mode.
No comments:
Post a Comment