- Hard reboot and wait for the BIOS screen to pass.
- Hit Esc to bring up the Grub bootloader menu (holding down Shift didn't work on my system).
- Type 'e' on the first entry to edit the boot commands.
- On the line with "linux", append " 3" (space, 3). This will restrict the runlevel to 3, which is multi-user mode. Alternatively, one could append " single", but single-user mode is perhaps less useful because you can't start X from there, nor do you have network access.
- Hit F10 to boot with those options.
- Log in and do your thing. In multi-user console mode, you can hit Ctrl-Alt-1 through 6 to get tty1-6. Ctrl-Alt-7 is X, usually. If you have something to try, like fix the graphics selection: "sudo prime-select nvidia ; systemctl stop lightdm ; systemctl start lightdm".
Of course, that may not completely fix things either, but getting access to the system is better than being locked out.
No comments:
Post a Comment