And again. It is known that there are people who, after installing ubuntu, is "forgotten" root password and can not access the system.
just need a LiveCD of Ubuntu. Well, the pit:
1-Start with the LiveCD
2-Open a console
3-Mount the main unit of your Linux (
here
see Section 2)
In our case, / dev/sda5 is the main unit: sudo mount / dev/sda5
4 - Make a chroot in / mnt
sudo chroot / mnt
5 - change the password as if such a thing
Passwd
6 - Finish and restart your computer.
exit sudo reboot Enjoy
;
0 comments:
Post a Comment