Skip to content

Instantly share code, notes, and snippets.

@nutrino
Last active September 27, 2022 12:45
Show Gist options
  • Select an option

  • Save nutrino/90f6e6f1bf064ecafbdd8cda9f39bd98 to your computer and use it in GitHub Desktop.

Select an option

Save nutrino/90f6e6f1bf064ecafbdd8cda9f39bd98 to your computer and use it in GitHub Desktop.
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