I bought an Asus 900HA Eee PC a while ago, and when I went to turn it on I discovered it had Ubuntus GRUB version 2.02 installed and password locked (I do not know the actual software version). There was nothing indicating what the password was, and I have no idea how any of Ubuntu works. Am I able to bypass or reset the password? Do I have to swap drives and RAM? What can I do?
1 Answers
I'm gonna assume you have some Ubuntu version between 18.04 and 22.04 (see my comment why).
While booting, you can force shutdown (using the laptop's power button) and reboot. You should enter the GRUB now, and you select Advanced Options for Ubuntu. Select the second option (counted from top) and then select the root prompt. Then press enter to enter the command line.
I should give you a warning here, with this command line, you can do everything with your computer, including bricking Ubuntu fully (I did that once just to try it out, my VM that ran Ubuntu was bugging afterwards and would not shutdown because the shutdown command was also deleted)
After that, you can use the command passwd <yourUserName>
and it should be able to reset your password. After that, use the command reboot now
to reboot and try to login again. If the GRUB comes up again, just press enter

- 551
-
This didn't work, I worded the version wrong. It's GRUB 2.02, Im not sure what the actual version of Ubuntu is. I do know that the laptop itself is from 2008 but idk if that's any help – Dev Aug 15 '22 at 07:10
-
This can't work because grub is password protected. Reinstalling ( latest 32 bit ) Ubuntu will work. – HomerSimpson Aug 16 '22 at 20:11
grub
version 2.02 You can't easily bypass or reset the password without the password (that would defeat the reason it exists!) but you can re-install another Ubuntu release over it easily if you don't care about any data on the device. – guiverc Aug 15 '22 at 06:51asus eepc 1000HE (intel atom n270, 1gb, intel mobile 945gse integrated), wireless RT2790
device for QA-testing purposes (ie. Quality Assurance testing) of releases up to 19.04 (ie. 2019-April release), however it was 32-bit x86 only thus won't use modern releases. Ubuntu 18.04 LTS is still supported for i386 (32-bit x86) but support is more restricted as flavors of 18.04 are now EOL. My last QA-testing with that device & Ubuntu was 2020-August (18.04.5 respins) – guiverc Aug 15 '22 at 06:55--unrestricted
to all menuentry that you shall be able to boot. – abu-ahmed al-khatiri Aug 15 '22 at 09:50