Introduction
In this guide, I’ll walk you through the process of installing Windows 11 on Proxmox, a powerful virtualization platform. Whether you’re setting up a homelab or need a Windows environment, this step-by-step tutorial will help you achieve a smooth installation.
Requirements
Required Downloads
- Windows 11 ISO: Microsoft Windows 11 Download
- Proxmox VirtIO Drivers: Proxmox VirtIO Drivers
Recommended Hardware
- Proxmox server with sufficient resources
- Stable network connection
- Adequate storage space
Step-by-Step Installation
1. Prepare ISO Files
Upload both the Windows 11 and VirtIO driver ISOs to your Proxmox server’s local storage.
2. Create Virtual Machine
Configure the VM with the following specifications:
- Disk: 80 GB (Cache: Write-back)
- CPU: 1 socket, 8 cores (QEMU64)
- Memory: 8 GB (8192 MB)
- Network: Realtek adapter
3. Initial Windows Installation
- Disconnect network during initial setup
- Press Shift + F12 to open command prompt
- Run bypass command:
oobe\bypassnro
- Restart the Windows 11 machine
4. Post-Installation Configuration
- Install VirtIO drivers from the uploaded ISO
- Install Qemu Guest Agent
- Configure remote desktop access
Troubleshooting Tips
- Ensure VirtIO drivers are correctly installed
- Verify network connectivity post-installation
- Check Proxmox logs if encountering issues
Conclusion
You now have a fully functional Windows 11 virtual machine running on Proxmox. This setup provides flexibility and efficient resource management for your homelab or virtualization needs.
Final Thoughts
Virtualization opens up numerous possibilities for testing, development, and creating isolated environments. Experiment and explore the potential of your Proxmox setup!