bhyve Unable to install any VM on Freebsd 15

I am currently running Fbsd15-7725-2 15.0-STABLE.

When i try to install a vm - all i see is a blank screen when installing FBSD 14. When i try to install fbsd15 as vm the VM hangs at this point

FBsd15 isntallation hangs at
Code:
+--------------------------------------+            .---.....----.-  
Autoboot in 0 seconds. [Space] to pauseLoading kernel.../boot/kernel/kernel text=0x186118 text=0xdc0aa4 text=0x447808 data=0x180+0xe80 data=0x197320+0x468ce0 0x8+0x194778+0x8+0x1b8e72\Loading configured modules...
can't find '/boot/entropy'
can't find '/etc/hostid'

The template file used is as below


# ========= FreeBSD 14 guest on FreeBSD 15 host (vm-bhyve) =========
Code:
# Boot method
loader="bhyveload"
uuid="auto"
console="nmdm0"

# vCPU / RAM
cpu="4"
memory="8G"

# Networking (attach to existing vm-bhyve switch)
network0_type="virtio-net"
network0_switch="public"

# Disk (fast + compatible)
disk0_type="virtio-blk"
disk0_name="disk0.img"
disk0_size="40G"
I tried the bootloader as UEFI as well, but nothing seemed to work.

The same steps worked like a charm on FreeBSD 14.

Any help on how to move forward ?

Host machine details :


SMBIOS 3.3.0 present.
Code:
Handle 0x0100, DMI type 1, 27 bytes
System Information
        Manufacturer: Dell Inc.
        Product Name: PowerEdge R7725
        Version: Not Specified
        Serial Number: 40N8B74
        UUID: 4c4c4544-0030-4e10-8038-b4c04f423734
        Wake-up Type: Power Switch
        SKU Number: SKU=0CAF;ModelName=PowerEdge R7725
        Family: PowerEdge

Handle 0x0C00, DMI type 12, 5 bytes
System Configuration Options
        Option 1: NVRAM_CLR: Clear user settable NVRAM areas and set defaults
        Option 2: PWRD_DIS: Turn off to enable password

Handle 0x2000, DMI type 32, 11 bytes
System Boot Information
        Status: No errors detected
 
I have no experience with both bhyveload and vm-bhyve. I'm only using UEFI. Is edk2-bhyve up-to-date?

Can you elaborate "nothing seems to work" concerning UEFI? Do you use a VNC client? If yes, can you connect to the vm?
 
Both vermaden and myself have pages. vermaden's is better, but my page has a link to his. Maybe one, or both of them could help.
My page is https://srobb.net/vm-bhyve.html and the link to vermaden's page is

I would try using the uefi bootloader especially if you want a GUI.
 
Back
Top