Update README.md
This commit is contained in:
parent
eaa5fe5bd2
commit
826d60ed83
1 changed files with 17 additions and 2 deletions
19
README.md
19
README.md
|
@ -1,3 +1,18 @@
|
|||
# proxmox-vgpu-intel-n100
|
||||
I've created a comprehensive bash script that automates the setup process for both the Proxmox host and Debian VM configurations. The script includes:
|
||||
|
||||
Intel N100 vGPU Sharing on Proxmox
|
||||
1. Error handling and logging functions
|
||||
2. Root user check
|
||||
3. Interactive choice between host and VM setup
|
||||
4. All necessary installation steps for both configurations
|
||||
5. Proper system configuration for both scenarios
|
||||
|
||||
To use the script:
|
||||
|
||||
1. Save it to a file (e.g., `setup-vgpu.sh`)
|
||||
2. Make it executable: `chmod +x setup-vgpu.sh`
|
||||
3. Run it as root: `sudo ./setup-vgpu.sh`
|
||||
4. Choose 'h' for host setup or 'v' for VM setup
|
||||
|
||||
The script will guide you through the process and perform all necessary configurations. After completion, you'll need to reboot your system for the changes to take effect.
|
||||
|
||||
Note: Make sure to review the script and adjust any specific parameters (like kernel versions) if needed for your particular setup. Also, remember that when setting up VMs, never pass through the PF (Physical Function, device 02:00.0).
|
||||
|
|
Loading…
Reference in a new issue