F5 BigIP wants SMBIOS 32

bhomrich

New Member
Jun 29, 2024
2
0
1
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)

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!
 
args: -machine smbios-entry-point-type=32 seems to start fine, but I cannot really test whether it works for your case.
Why do you need the q35? Would it not be enough to set Machine to q35 in the GUI?
Have you tried -machine q35+pve0,smbios-entry-point-type=32 (which I based on the output of qm showcmd)?
 
The issue resolution discussed at F5 dev central had q35 in the args list. I’ll take a look at the showcmd output, thx for the pointer for the novice.
 
The issue resolution discussed at F5 dev central had q35 in the args list. I’ll take a look at the showcmd output, thx for the pointer for the novice.
Proxmox uses -machine 'type=q35+pve0' when choosing q35 in the GUI, so try -machine q35+pve0,smbios-entry-point-type=32.
 
AFAIK, if you set the machine version to 8.0 (in GUI; VM, Hardware, Machine, check Advanced, set Version to 8.0) then it uses the 32 bit entry-point by default. No need to go messing with args at all.
 
  • Like
Reactions: leesteken

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!