Skip to content

Instantly share code, notes, and snippets.

View seflerZ's full-sized avatar
🎯
Focusing

Yao seflerZ

🎯
Focusing
  • Hangzhou, China
View GitHub Profile
@OlfillasOdikno
OlfillasOdikno / Linux_GPU_PV.md
Last active March 28, 2025 07:02
Hyperv Linux Guest GPU PV

Hyperv Linux Guest GPU PV

  • Create VM
$isopath = <iso location>
$vhdpath = <vhdx location>
$vmpath = <vm path>
$vmname = "Arch-dxgkrnl"
New-VM -Name $vmname -MemoryStartupBytes 8GB -BootDevice VHD -NewVHDPath $vhdpath -Path $vmpath -NewVHDSizeBytes 20GB -Generation 2 -Switch "Default Switch"