I am using Ubuntu 12.10. We all know that from the Restore option in the GRUB menu we can reset our lost password. We can also put password for GRUB to prevent other users ,to reset the password.
My question is that , is there any way we can break/reset the GRUB menu password , so that I can know protection of my PC.
Bottom-Line : How can we break/reset the GRUB menu password ?
Thank you.
1 Answer
Boot the system with an Ubuntu live USB or DVD and try to switch to rescue mode. In rescue mode you will be asked if similar steps should be followed, which need to be followed in the installation. Once you get the # prompt, type the following command:
chmod /mnt/sysImageEdit the
grub.conffile and remove the passwd line from the file. Save the file and exit.- Once your machine reboots, you will be able to start your Ubuntu in the usual manner.