Edit SeaBIOS version string

pinkpepper

New Member
Feb 7, 2022
5
1
3
34
Hi all,
I tried to edit SMBios version setting via GUI method but when launching Windows 10 guest and inspect system information, it seems to not set it correctly.
How can I accomplish that thing?

Thank you
 
Hi,
Please provide us with the VM config and the output of cat /etc/pve/storage.cfg command.
 
Hi,
Please provide us with the VM config and the output of cat /etc/pve/storage.cfg command.
Here it is

Code:
dir: local
        path /var/lib/vz
        content vztmpl,backup,iso

lvmthin: local-lvm
        thinpool data
        vgname pve
        content images,rootdir

lvmthin: vm
        thinpool vm
        vgname vm
        content rootdir,images
        nodes pve-homelab
 
Hi all
how to change version seabios or erase string rel-x.xx...prebuild.qemu.org?
where seabios get information for vm?
 
Hi,
Hi all
how to change version seabios or erase string rel-x.xx...prebuild.qemu.org?
where seabios get information for vm?
you can edit the SMBIOS settings in the UI under the VM's Options tab. Note that for Windows, you might need to fix the machine version (Edit Machine in the VM's Hardware tab) to 8.0 or lower, because newer QEMU defaults to SMBIOS v3 tables and Windows doesn't parse them. Alternatively to fixing the machine version, using OMVF/UEFI should work.
 
you can edit the SMBIOS settings in the UI under the VM's Options tab
it doesn't work, it doesn't change the string rel-x.xx...prebuild.qemu.org
SMBIOS v3
are you sure that smbios == seabios
?

in my case, you only need to rebuild seabios from source
 
it doesn't work, it doesn't change the string rel-x.xx...prebuild.qemu.org

are you sure that smbios == seabios
I never claimed that. But SMBIOS tables are used by both SeaBIOS and OVMF/UEFI. But you are right, the SMBIOS table exposed in the UI only changes (in the result of dmidecode) the System Information, not the BIOS Information.

To change the BIOS Information, you'd need to change the type=0 table. This can be done via custom args, e.g.
qm set 131 --args "-smbios type=0,version=123"
 
  • Like
Reactions: Ramo026

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!