Quote:
Thanks for advise and background info!
I probably should have said, that I lost my password and simply wanted to start with init=/bin/bash hoping that would have been an option.
In the end, I simply reinstalled the system; there were no user data on the internal storage medium :)
For future reference if you reply N to the prompt the installer gives you for whether or not you want to really wipe out everything and install you will get dropped to a shell. (login as oem with password oem)
from there it should be easy to recover your password.
I havent tested these commands but it would probably be something like
Code:
sudo su
mount /dev/sda2 /mnt
chroot /mnt
passwd yourusernamehere
exit
poweroff