-1

I got this computer from some one online and I don't know any of the passwords I manly need to just reset the authentication password is there a way to reset it without the authentication password

  • 4
    "from some one online" - you should create installation media, format the disk, and reinstall the operating system. You have no idea what's on that device. It would not be very wise to start using it without a reformat. – Nmath Sep 12 '20 at 00:51
  • they told me that it was a school computer that they didn't want and they could not factory reset it. – Mikey Herobrine Sep 12 '20 at 00:57
  • 1
    @MikeyHerobrine Welcome! Follow the Installation guide, install Ubuntu from scratch. When you run the live media installer, check your hardware specs, or google the model of your machine to see what flavour of Ubuntu is best for your hardware. – schrodingerscatcuriosity Sep 12 '20 at 01:01
  • As others have said, a new install of Ubuntu is a good idea. You will have a clean and known supported system. The version on that computer might be out of date, depending on age of it. – crip659 Sep 12 '20 at 01:13
  • 1
    "they told me that it was a school computer that they didn't want and they could not factory reset it" -- IMO that's even more shady... If a person was dishonest and selling laptops preloaded with keyloggers, that might be exactly how they advertise it. – Nmath Sep 12 '20 at 02:19

1 Answers1

-1

you can retrieve your password by unlocking the root user ... for this, you have to enter in recovery mode and then reset the root password

For entering in rescue mode

1.restart your computer

  1. press shift or Esc what is work for you ...

  2. Then choose an advance option

4.then use down arrow key for selecting root option

Now you can see root shell fire command

root@ubuntu: mount -o remount,rw /

after that change roots' password root@ubuntu: passwd [New Password] retype password

Now you can also change your administrative password by firing a few commands or you can login into root in GUI mode and then change it.

aditya
  • 11
  • 2