Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 686 Bytes

fix_suspend.md

File metadata and controls

30 lines (23 loc) · 686 Bytes

For Pop!_OS 22.04 only. However, the steps (not the commands) should be same for other distributions too

  1. Unmount and remount /boot/efi as rw
sudo umount $(mount | awk '$3 == "/boot/efi" {print $1}')
sudo mount -o rw /boot/efi
  1. Uninstall Nvidia drivers
sudo apt purge ~nnvidia
sudo apt autoremove
sudo apt clean
  1. Reinstall Nvidia drivers
sudo apt update
sudo apt full-upgrade
sudo apt install system76-driver-nvidia
  1. If your system crashes while doing step 3 or 4, execute the below after a force reboot (hold the power button) and repeat from step 1
sudo dpkg --configure -a
  1. Reboot