I can boot in the Windows partition fine, but in the Debian partition only in the recovery mode I can log in to a TUI, in there I already tried to run
Code: Select all
ifup enp6s0
apt update && apt upgrade
update-initramfs -u
update-grub
Weirdly enough I can blindly type my username/password (after a <ctrl + alt +F1>) and runs commands like eject or reboot to notice that the system is working, but not with any UI.
Already tried to add nomodeset in the grub options, uninstalled the graphic drivers (Nvidia) but to no avail too.
What else could I do to recover the graphical access to the Debian partition after that change?