Last active
September 27, 2022 12:45
-
-
Save nutrino/90f6e6f1bf064ecafbdd8cda9f39bd98 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| grub > recovery mode > login as root | |
| fsck -f /dev/sdXX | |
| Ctrl+Alt+F1 (tty1) > login as user | |
| sudo sytstemctl isolate graphical | |
| (make default on boot) | |
| sudo systemctl set-default graphical.target | |
| https://github.com/hlfernandez/til/blob/master/linux/how-to-chroot-from-live-cd.md | |
| sudo apt install -f | |
| sudo dpkg — configure -a |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment