bhyve debian on freebsd14.2 + vm-bhyve under Proxmox

hi team!
just wondering if someone had succeeded running vm-bhyve under proxmox ? Proxmox>VM Freebsd 14.2>vm-bhyve
i'm locked inside the GRUB of my debian it freeze and i need to reboot my vm Freebsd everytime i run doas vm install -f test debian-12.9.0-amd64-netinst.iso


some info:

- Proxmox use CPU host
- running everything under my user profil with doas
- empty /etc/pf.conf
-my rc.conf
Code:
sshd_enable="YES"
# bhyve configuration
vm_enable="YES"
vm_dir="zfs:zroot/vm"
vmm_enable="YES"
gateway_enable="YES"
zfs_enable="YES"
- my /etc/sysctl.conf
Code:
net.link.tap.up_on_open=1
net.inet.ip.forwarding=1
- my /boot/loader.conf
Code:
kern.geom.label.disk_ident.enable=0
zfs_load=YES
kern.racct.enable=1

i have created my bhyve vm
- doas vm create -t debian test
- doas vm install -f test debian-12.9.0-amd64-netinst.iso
so i see the grub and i can navigate to the install but it freeze and i get a blank screen both Graphical install and Install freeze
Code:
GNU GRUB version 2.00

Graphical install
Install
Advanced options
Accessible dark contrast installer menu
Install with speech synthesis

Use the ^ and v keys to select which entry is highlighted.
Press enter to boot the selected OS, `e' to edit the commands before booting or `c' for a command-line.
this is my the e option in my debian GRUB
Code:
set background_color=black
linux    /install.amd/vmlinuz vga=788 speakup.synth=soft --- quiet
initrd   /install.amd/gtk/initrd.gz
 
Nested virtualization is generally a bad idea. It adds all sorts of weird and wonderful technical complications.
 
Back
Top