From Fedora Project Wiki

No edit summary
No edit summary
Line 9: Line 9:
Let the rescue mode mount your file systems in the read write mode.
Let the rescue mode mount your file systems in the read write mode.


Hit enter to get the shell prompt.
Hit enter to get the root shell prompt.


<pre>
<pre>
Line 23: Line 23:
<pre>
<pre>
        # sync ( changes are written to disk)
      # sync ( changes are written to disk)
# exit  
      # exit  
</pre>
</pre>


Congratulations! You now have now reset your boot loader password. The system will now unmount the file systems and reboot.
Congratulations! You now have now reset your boot loader password. The system will now unmount the file systems and reboot.

Revision as of 04:33, 30 March 2009

Boot from the install or rescue CD/DVD

Select "Rescue installed system"

Answer the prompts for language and keyboard.

Starting the network is optional and not needed.

Let the rescue mode mount your file systems in the read write mode.

Hit enter to get the root shell prompt.

	# chroot /mnt/sysimage (Change to your disk file system.)
	# vi /etc/grub.conf (Editing boot loader configuration file)
 

Locate the password line and remove it (press dd on vi in command mode to delete a line)

Save the file then do:

	
       # sync ( changes are written to disk)
       # exit 

Congratulations! You now have now reset your boot loader password. The system will now unmount the file systems and reboot.