0

I had never heard of Ubuntu, but after using it with the limited guest access I would like to have more access. Play with it and see if I can learn to use it properly. I don't want to uninstall it, I just want to assign a new admin and password for full access. The previous admin no longer owns this netbook. I have made no serious attempts to recover the password because, although I am uneducated with modern technology, I am smart enough to know clicking the wrong button can cause severe damage. I really want to experience Ubuntu thoroughly and form my own opinion.

IanC
  • 951

1 Answers1

0

It's true that reinstalling Linux will be your best option. As you are a new guest user, you likely don't have much useful information or any files worth keeping, and even if you do, you can back those up to any cloud storage (Sync, Dropbox, et al), a USB flash drive, or SD card, amount other things. You could even plug your cell phone into the USB slot and copy stuff over to there.

That being said, to create a bootable Ubuntu medium is pretty easy. There is a wealth of information here and abroad for how to do that; A pretty easy way is to use unetbootin but you would need the admin password to install any new apps. You could potentially dd an ISO file to a USB stick, but that can really do harm if any type errors are made.

Not to make assumptions about your level of competence regarding those things, they are viable options. This link
https://linuxconfig.org/recover-reset-forgotten-linux-root-password
as well as many threads on this site offer methods for resetting the root password, which is actually very easy. If you have another computer, though, I would suggest burning a CD or making a bootable USB stick and installing that way. You can even burn "Live" images, so that you can try different varieties before committing to one.

If you insist on resetting the root password, you need to drop into a shell at boot and do some things there... I won't expand just yet although I do know the question is how can you reset the root password.

Good luck, and follow up with us with the direction you intend to go.

Cheers!

P Smith
  • 569