Hi.
The easiest way to do this:
- Make an SD card with the installer image:
http://www.powerdeveloper.org/platforms/efikamx/linux
- Boot from the SD card, but answer 'N' to the question if you want to erase everything and re-install
- This will drop you to a shell. Username and password are both 'oem', no quotes
- Become root: 'sudo su', password again 'oem'
- Mount the internal drive on e.g., /mnt as follows:
Code:
mount /dev/sda2 /mnt
- Edit /mnt/etc/shadow with e.g., nano:
Code:
nano /mnt/etc/shadow
- Find the user name. It should look like this:
Code:
user:$6$somehexstring:14631:0:99999:7:::
- Remove the hex string, in the example above, remove the part here:
Code:
$6$somehexstring
- Shut down the system : 'shutdown -h now'
- Remove SD card and power on.
The user in question will have a blank password.
Johan.
_________________
Johan Dams, Genesi USA Inc.
Director, Software Engineering
Yep, I have a blog...
PurpleAlienPlanet