Skip to content

nvidia: fix crash on unmatched driver version, allow per-card passthrough selection - #4

Merged
MickLesk merged 1 commit into
mainfrom
fix-nvidia-passthrough-selection
Aug 17, 2026
Merged

nvidia: fix crash on unmatched driver version, allow per-card passthrough selection#4
MickLesk merged 1 commit into
mainfrom
fix-nvidia-passthrough-selection

Conversation

@MickLesk

Copy link
Copy Markdown
Member

No description provided.

@MickLesk
MickLesk merged commit b0591fb into main Aug 17, 2026
3 of 4 checks passed
@github-actions

Copy link
Copy Markdown

Try this branch

The engine and the scripts resolve independently, so a production script can
be run against the engine from this PR by setting one variable:

COMMUNITY_SCRIPTS_CORE_URL=https://raw.githubusercontent.com/community-scripts/core/fix-nvidia-passthrough-selection \
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/ct/debian.sh)"

Swap ct/debian.sh for whatever exercises the change.

This PR touches pve/, so it needs a Proxmox VE host.

Run a script from a fork as well
curl -fsSL https://raw.githubusercontent.com/community-scripts/core/fix-nvidia-passthrough-selection/tools/run.sh |
  bash -s -- https://raw.githubusercontent.com/YOU/ProxmoxVED/your-branch ct/debian.sh \
             https://raw.githubusercontent.com/community-scripts/core/fix-nvidia-passthrough-selection

Note that run.sh is reached through a pipe, so the script it starts inherits
an exhausted stdin. Whiptail is fine — it opens /dev/tty — but a plain read
would see EOF. The single-variable form above does not have that problem.

Useful flags while testing

dev_mode=net logs every engine fetch with status and duration, which is the
quickest way to confirm the branch is really being used. dev_mode=keep stops a
failed build from deleting the container along with the evidence.

@github-actions
github-actions Bot deleted the fix-nvidia-passthrough-selection branch August 18, 2026 02:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant