Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 09 Oct 2025 20:18:29 +0000
From:      bugzilla-noreply@freebsd.org
To:        virtualization@FreeBSD.org
Subject:   [Bug 290098] bhyve crashes when trying to run a 9front VM
Message-ID:  <bug-290098-27103-oa2VGBBfR6@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-290098-27103@https.bugs.freebsd.org/bugzilla/>
References:  <bug-290098-27103@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D290098

--- Comment #2 from Bakul Shah <bakul@iitbombay.org> ---
fetch https://9front.org/iso/9front-11250.amd64.iso.gz
gzcat < 9front-11250.amd64.iso.gz > 9front.iso
truncate -s 8G 9front.img
bhyve -c 1 \
        -s 0,hostbridge \
        -s 4,ahci-cd,9front.iso \
        -s 5,virtio-blk,9front.img \
        -s 10,virtio-net,tap1,mac=3D08:00:27:68:77:1E \
        -s 11,fbuf,tcp=3D0.0.0.0:5900,w=3D1920,h=3D1080,wait \
        -s 20,xhci,tablet \
        -s 31,lpc \
        -l bootrom,/usr/local/share/uefi-firmware/BHYVE_UEFI.fd \
        -m 2G -H -w \
        9front

Normally:
Once you connect vnc to its port (:5900), it should boot up in 9front from =
the
iso itself and then you can do an install on the disk by following directio=
ns.

What happens is it dies even before 9front is started.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-290098-27103-oa2VGBBfR6>