- During boot hit ESC to get into the boot menu
- select from the boot menu recovery mode
- select drop to root shell
- // the next step is necessary because the root partition was mounted read-only and any passwd execution will fail with
- // Authentication token manipulation error
- mount -rw -o remount /
- passwd
- sync
- reboot
No comments:
Post a Comment