I found several discussions about this but they are a little outdated and it's not immediately clear how to solve this issue, so I decided to try and help anyone who might face the same issue I faced today.
Premises
This happens because the script fail to read some data provided by PVE if you only use the Web GUI
How to solve this issue
You can now install Windows.
Premises
- You are using a ROK (Reseller Option Kit) license for Microsoft Windows sold by Dell
- You are trying to install Windows on Proxmox Virtual Environment
- You are presented an issue related to a vbe script that checks if the hardware is indeed a Dell hardware
This happens because the script fail to read some data provided by PVE if you only use the Web GUI
How to solve this issue
- Create a VM just like you would normally do.
- Copy the UUID you see in the VM's Options > SMBIOS settings, you'll need it in a moment
- Before starting the VM edit /etc/pve/qemu-server/<vmid>.conf and add the following
Code:
args: -smbios type=11,value=x -smbios type=1,uuid=[UUID],manufacturer=Dell\ Inc.
You can now install Windows.