Skip to content

Instantly share code, notes, and snippets.

View mattmorganpdx's full-sized avatar
:octocat:

Matt Morgan mattmorganpdx

:octocat:
  • Portland, OR, USA
View GitHub Profile
@mattmorganpdx
mattmorganpdx / pve-9.2-kernel-7.0-nvidia-nova-install-hang-fix.md
Created June 5, 2026 17:55
Proxmox VE 9.2 / Linux 7.0 installer hard-hangs on NVIDIA Ampere+ GPUs (nova-core) - cause and one-line fix

Proxmox VE 9.2 installer hard-hangs on NVIDIA GPUs (kernel 7.0 nova-core) — fix

If you're installing Proxmox VE 9.2 (which ships Linux kernel 7.0) on a machine with an NVIDIA Ampere-or-newer GPU (Turing/Ampere/Ada — anything GSP-based, e.g. an RTX 3080 Ti / GA102) and the installer hard-freezes at boot with no error, this is almost certainly the new Rust nova driver. Here's the cause and the one-line workaround.

Symptom

  • The installer (both graphical and terminal-UI entries) freezes during boot.
@mattmorganpdx
mattmorganpdx / Win11SkipOOBE.md
Last active June 5, 2026 18:21
Proxmox Ephemeral Windows 11 First Boot Instructions

Proxmox Windows 11 / Tiny11 Local Account Bypass Playbook

Follow these steps immediately upon hitting the very first Windows setup screen (Language/Region selection) to create a local user and permanently disable the Out-of-Box Experience (OOBE) loop.


Step 1: Initialize the Local Profile Protocol

  1. Press Shift + F10 (or Fn + Shift + F10) to open the Command Prompt.
  2. Type the following command to launch the hidden local-only account creator, then hit Enter: start ms-cxh:localonly
@mattmorganpdx
mattmorganpdx / fb.sh
Created July 21, 2021 17:45
Testing Remote Startup Script in GCP
#!/usr/bin/env bash
hostname=$(hostname)
echo Hello $hostname > /tmp/fb.host