Skip to content

Instantly share code, notes, and snippets.

@aschiavon91
aschiavon91 / popos+win11_secureboot.md
Last active March 26, 2026 18:47
Dual‑Boot Pop!_OS 24.04 + Windows 11 with SecureBoot
  • Enable SecureBoot with default options.
  • Wait for Windows installation normally.
  • After windows setup finishes, enter in BIOS and complettly disable secure boot.
  • cleanup all SecureBoot keys from BIOS, disable plataform key injection and then disable SecureBoot, be sure all keys are delete before continue.
  • Install PopOS normally.
  • After PopOS setup finishes, ensure that the boot order in bios is setted to firstly boot to the disk used to install PopOS not to the system partition.
  • Boot into PopOS and install/reinstall shim-signed, mokutil and sbctl.
  • check sbctl status, u should see something like:
    # sbctl status
@aschiavon91
aschiavon91 / nvidia-suspend-fix.md
Created August 12, 2025 19:02
Pop!_OS 24.04 nvidia suspend fix

Install 575 driver version

sudo apt install nvidia-driver-575-open

Configure Nvidia power management

echo "options nvidia NVreg_PreserveVideoMemoryAllocations=1 NVreg_TemporaryFilePath=/var/tmp" | sudo tee /etc/modprobe.d/nvidia-power-management.conf