Easy-GPU-PV/README.md

29 lines
2.1 KiB
Markdown
Raw Normal View History

2021-06-22 22:22:22 +00:00
# Easy-GPU-P
A Project dedicated to making GPU Partitioning on Windows easier!
2021-06-22 22:38:54 +00:00
2021-10-19 06:07:22 +00:00
WARNING: A work in progress...
2021-06-22 22:42:01 +00:00
2021-10-19 06:07:22 +00:00
Prerequisits:
* Windows 11 Pro or Enterprise
2021-11-08 16:48:16 +00:00
* Desktop Computer with dedicated NVIDIA GPU, or Intel GPU - Laptops with NVIDIA GPUs are not supported at this time, but Intel integrated GPUs work on laptops.
2021-10-19 06:07:22 +00:00
* Latest GPU driver from Intel.com or NVIDIA.com, don't rely on Device manager or Windows update.
2021-10-19 06:08:53 +00:00
* Windows 11 ISO [downloaded from here](https://www.microsoft.com/en-us/software-download/windows11)
2021-10-19 06:07:22 +00:00
* Virtualisation enabled in the motherboard and Hyper-V fully enabled on the Windows 11 OS (requires reboot)
* Allow Powershell scripts to run on your system - typically by running "Set-ExecutionPolicy unrestricted" in Powershell
2021-06-22 22:38:54 +00:00
2021-10-19 06:07:22 +00:00
Instructions
1. Make sure your system meets the prerequisits.
2021-10-19 06:10:09 +00:00
2. [Download the Repo and extract.](https://github.com/jamesstringerparsec/Easy-GPU-P/archive/refs/heads/main.zip)
2021-10-19 06:07:22 +00:00
3. Search your system for Powershell ISE and run as Administrator.
4. In the extracted folder you downloaded, open PreChecks.ps1 in Powershell ISE.
2021-10-19 06:10:09 +00:00
5. Open and Run PreChecks.ps1 in Powershell ISE using the green play button and copy the GPU Listed (or the warnings that you need to fix).
2021-10-22 14:19:12 +00:00
6. Open CopyFilesToVM.ps1 and edit the params section at the top of the file, you need to be careful about how much ram, storage and hard drive you give it as you system needs to have that available. You also need to write the GPU name exactly how it appears in PreChecks.ps1. Additionally, you need to provide the path to the Windows 11 ISO file you downloaded.
2021-10-19 06:07:22 +00:00
7. Run CopyFilesToVM.ps1 with your changes to the params section - this may take 5-10 minutes.
8. View the VM in Hyper-V, once it gets to the Windows Desktop you will need to approve the certificate install request.
9. Sign into Parsec on the VM.
10. If you need audio, install Virtual Audio Cable (Google it).
11. You should be good to go!
2021-11-08 16:47:26 +00:00
Thanks to https://github.com/tabs-not-spaces/Hyper-ConvertImage for creating an updated version of https://github.com/MicrosoftDocs/Virtualization-Documentation/tree/master/hyperv-tools/Convert-WindowsImage that is compatible with Windows 10 and 11.