Thanks for the guide. I followed it, but I'm getting an error in the logs about the product name and manufacturer:
The devices I have are HP and there are spaces and dashes, but I don't know why it would be complaining. Here's an example of the smbios1 line, with some things masked:
smbios1: uuid=14ba2180-2678-16ea-980c-eae1d74cee07,manufacturer=Hewlett-Packard,product=HP ProDesk 600 G1 DM,serial=FUA42435AL
When running the installer with that line (and the acpi one with the slic_table), I wasn't asked what version of Windows to install or to put in a product key, but after install, Windows says it is not activated.
Code:
Feb 03 11:53:15 monitor1 pveproxy[9126]: vm 100 - unable to parse value of 'smbios1' - format error
product: value does not match the regex pattern
manufacturer: value does not match the regex pattern
Feb 03 11:53:24 monitor1 pvestatd[955]: vm 100 - unable to parse value of 'smbios1' - format error
product: value does not match the regex pattern
manufacturer: value does not match the regex pattern
Feb 03 11:53:27 monitor1 pvedaemon[9923]: vm 100 - unable to parse value of 'smbios1' - format error
manufacturer: value does not match the regex pattern
product: value does not match the regex pattern
Feb 03 11:53:27 monitor1 pveproxy[10690]: vm 100 - unable to parse value of 'smbios1' - format error
product: value does not match the regex pattern
The devices I have are HP and there are spaces and dashes, but I don't know why it would be complaining. Here's an example of the smbios1 line, with some things masked:
smbios1: uuid=14ba2180-2678-16ea-980c-eae1d74cee07,manufacturer=Hewlett-Packard,product=HP ProDesk 600 G1 DM,serial=FUA42435AL
When running the installer with that line (and the acpi one with the slic_table), I wasn't asked what version of Windows to install or to put in a product key, but after install, Windows says it is not activated.