Curious4Tech/Proxmox-VE-on-Hyper-V
Proxmox-VE-on-Hyper-V Public
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
85a2342 · | ||||
This guide provides step-by-step instructions to set up a Proxmox Virtual Environment (VE) on a Hyper-V virtual machine.
Prerequisites
- Windows OS with Hyper-V enabled.
- Proxmox VE ISO: Download from Proxmox’s official website.
- System Resources: Ideally, have at least 4 GB of RAM and 2 CPU cores for the VM.
-
- Launch Hyper-V Manager from the Windows Start menu.
-
Specify Generation
-
Assign Memory
-
Configure Networking
-
Install Options
-
- Review the settings and click Finish.
- Processor Configuration:
- In Hyper-V Manager, right-click the VM and select Settings.
- Go to Processor and allocate at least 2 virtual processors.
- Network Adapter Settings:
- If necessary, adjust the network adapter settings for optimal performance.
- Configure the Boot Order:
- Go to Firmware and ensure the CD/DVD (ISO) drive is first in the boot order to boot from the Proxmox ISO.
If Proxmox VE requires hardware virtualization support (Intel VT-x or AMD-V), which isn’t currently enabled or detected.
Here’s how to resolve it:
- Shutdown the VM
- Open PowerShell as Administrator.
- Run the following command, replacing "Proxmox VE Server" with the name of your VM:
Set-VMProcessor -VMName "Proxmox VE" -ExposeVirtualizationExtensions $true
This command enables nested virtualization, allowing Proxmox to detect virtualization capabilities.
- Follow Installation Prompts:
- Accept the license agreement.
- Select the target hard disk (usually the one you created in Hyper-V).
- Configure the country, time zone, and keyboard layout.
- Set a strong password and provide an email address for recovery or notifications.
- Set up network configuration:
- Choose a hostname and configure the network adapter.
- Complete the Installation:
- Proxmox will now install on the virtual disk. Wait for the installation to complete.
- Once complete, you’ll be prompted to reboot the VM.
- Reboot the VM:
- After installation, remove the ISO from the VM by going to Settings > DVD Drive and choosing None.
- Reboot the VM to boot into Proxmox VE.
- Access Proxmox Web Interface:
- Open a browser on the host machine and go to
https://[Proxmox-VM-IP]:8006.
- Open a browser on the host machine and go to
- Log in using
rootand the password you set during installation.
Continue to follow the setup instructions in your Proxmox VE console after starting the VM. For more detailed configuration and usage instructions, refer to the official Proxmox VE documentation.
Happy virtualizing!
Releases
No releases published
Packages
No packages published















