mreschke / Proxmox secondary_vm.sh
0 喜欢
0 派生
1 文件
最后活跃于 1 hour ago
Adjust Nvidia Passthrough Device to Secondary Card
| 1 | #!/bin/bash |
| 2 | |
| 3 | # Set a secondary VM to use second NVIDIA card as PCI Passthrough |
| 4 | # And the bottom USB card. And REMOVE those 2 PCI devices from any other VM |
| 5 | # mReschke 2025-03-16 |
| 6 | |
| 7 | # Input |
| 8 | secondary_vmid="$1" |
| 9 | #primary=109 |
mreschke / Proxmox primary_vm.sh
0 喜欢
0 派生
1 文件
最后活跃于 1 hour ago
Adjust Nvidia Passthrough Device to Primary Card
| 1 | #!/bin/bash |
| 2 | |
| 3 | # Set a primary VM to use first NVIDIA card as PCI Passthrough |
| 4 | # And REMOVE those 2 PCI devices from any other VM |
| 5 | # mReschke 2025-03-16 |
| 6 | |
| 7 | # Input |
| 8 | primary_vmid="$1" |
| 9 | primary=109 |
上一页
下一页