-
Notifications
You must be signed in to change notification settings - Fork 3
Fix Broken System
neurite edited this page Oct 12, 2020
·
3 revisions
This can be caused by:
- Installing contrib, non-free packages
- Doing
dist-upgrade
The procedure is:
- Reboot from the USB disk
-
Advanced options ...
-->Rescue mode
- Choose the root file system
- This is the partition that was mounted as
/
- Note, in the manual partition scheme, this is the 2nd partition of disk 1
- This is the partition that was mounted as
- Execute a shell there as the root
- In the manual partition scheme,
/var
is mounted to the 2nd partition of disk 2- To see logs in
/var/log/
, mount/var
- To install additional packages, mount
/var
- To see logs in
Symptom: Boot hangs on normal startup.
- Reboot the system using the USB disk. On the Debian boot screen, choose
Advanced Options
-->Recovery Mode
. The last output on the screen is "fb: switching to nouveaufb from simple" indicating a problem with nouveau. - Reboot the system from the USB disk.
Advanced options ...
-->Rescue mode
. - After the quick setup in the rescue mode, choose the root file system
/dev/sda2
(the partition that is mounted as/
). Execute a shell there as the root. - Move
/etc/modprobe.conf
to backup, if present. -
vi /etc/modprobe.d/nouveau.conf
and add the following 2 lines:blacklist nouveau blacklist lbm-nouveau
- Exit and reboot from the hard disk.
Symptom: Boot hangs
Cause: NVIDIA RTX 2070 Super not supported by nouveau
Solution: Install nvidia-driver
Solution: Install xserver-xorg-input-all