Error install freebsd 32bits

Hello,

Can you set the Machine type in your VM to q35 instead of i440fx?


What is the version of the Proxmox VE you use pveversion -v?
 
Hi, thanks for wanting to help me. The version of proxmox is 7.3-3 . Then the VM configuration is i440fx but it is the default proxmox configuration. I install the VM with a clean 32-bit iso downloaded from Freebsd.org
 
Hello,

Then the VM configuration is i440fx but it is the default proxmox configuration. I install the VM with a clean 32-bit iso downloaded from Freebsd.org
You can edit the default configuration from PVE Web UI by going to VM->Hardware then edit the [Machine] to be a q35.
 
Have you also tried the 64-bit version? I have installed that one a few days ago, everything worked fine there - default config, UEFI boot.
 
The 32-bit ISO for 13.1 seems to install fine for me. These are my VM settings:

Code:
boot: order=scsi0;ide2
cores: 4
cpu: host
efidisk0: local-zfs:vm-188-disk-0,efitype=4m,size=1M
ide2: local:iso/FreeBSD-13.1-RELEASE-i386-disc1.iso,media=cdrom,size=844048K
memory: 4096
meta: creation-qemu=7.2.0,ctime=1674217653
name: freebsd
net0: virtio=XX:XX:XX:XX:XX:XX,bridge=vmbr0,firewall=1
numa: 0
ostype: l26
scsi0: local-zfs:vm-188-disk-1,discard=on,iothread=1,size=32G
scsihw: virtio-scsi-single
smbios1: uuid=...
sockets: 1
vmgenid: ...

I am running an AMD system (AMD Ryzen 7 3700X).