I just transfered a 3-host farm to proxmox from ovirt, and am trying to get a F5 BigIP VE to run in the new Proxmox 8.2.2 environment.
I've been told that an error I'm receiving after the BigIP boots and attempts license registration was resolved in KVM-only environments with
telling the machine to use the 32 bit entry point in SMBIOS. (There is a bit of info that the BIGIP relies on apparently, and when it's retrieving it, it's empty)
I found and added the args to the config file for my VM, but can't seem to get the machine to boot with it:
I've seen reference to a SMBIOS "section" in proxmox UI, but not much detail.
Is there a magic combination of configuration that will allow my VM to use the 32bit SMBIOS on the current UI/config files?
Thanks!
I've been told that an error I'm receiving after the BigIP boots and attempts license registration was resolved in KVM-only environments with
telling the machine to use the 32 bit entry point in SMBIOS. (There is a bit of info that the BIGIP relies on apparently, and when it's retrieving it, it's empty)
Code:
args: -machine q35,smbios-entry-point-type=32
I found and added the args to the config file for my VM, but can't seem to get the machine to boot with it:
Code:
kvm: -machine=q35,smbios-entry-point-type=32: invalid option
TASK ERROR: start failed: QEMU exited with code 1
I've seen reference to a SMBIOS "section" in proxmox UI, but not much detail.
Is there a magic combination of configuration that will allow my VM to use the 32bit SMBIOS on the current UI/config files?
Thanks!