1. At the GRUB boot menu select the linux option and press 'e' .
2. Choose your kernal and press 'e' once more.
3. Here in the Edit mode add the following to the end of the line leaving a space.
| single |
| 1 |
5. This will make you the "root" user without asking for a password. Once the system has booted, you can change the root password using the password command in the prompt:
| passwd |
SUSE Linux 10.1 Method
1. At the GRUB boot menu select the linux option and press 'e' .
2. Nothng happend!! Ok you cann't edit it from here in this release. But instead SUSE provides a method to Enter you boot code. Select the SUSE entry in the startup GRUB screen. Look for Boot Options in the bottom of the window. You can just type in the boot options here..
3. So in Boot Options enter the following.
| init=/bin/sh |
4. Press ENTER to boot.
5. Once the system has booted, you can change the root password using the password command in the console:
| passwd |
| reboot |