D
Deleted member 63539
Guest
I'm using vm-bhyve. Here is my openbsd.conf:
First, I tried to install it normal with install67.iso. But it failed. I searched for a while and found some information said that OpenBSD has no support to boot on UEFI with their iso and I have to use install67.fs. I tried with install67.fs as the iso then tried to add it as a second disk as above. Both of the time failed. The OpenBSD EFI boot loader could load but it failed to boot into the system, always with the same error:
Please try and confirm if you also have the same error or it's just me and if you find out a way to install OpenBSD on Bhyve, please let me know. Thanks.
Update: I tried to change the network type to "e1000" but it still failed with the same error.
Code:
loader="uefi"
cpu=4
memory=4G
network0_type="virtio-net"
network0_switch="public"
disk0_type="ahci-hd"
disk0_name="disk0.img"
disk1_type="ahci-hd"
disk1_name="install67.fs"
graphics="yes"
xhci_mouse="yes"
graphics_res="1600x900"
graphics_wait="yes"
utctime="YES"
First, I tried to install it normal with install67.iso. But it failed. I searched for a while and found some information said that OpenBSD has no support to boot on UEFI with their iso and I have to use install67.fs. I tried with install67.fs as the iso then tried to add it as a second disk as above. Both of the time failed. The OpenBSD EFI boot loader could load but it failed to boot into the system, always with the same error:
entry point at 0x1001000
and stuck.Please try and confirm if you also have the same error or it's just me and if you find out a way to install OpenBSD on Bhyve, please let me know. Thanks.
Update: I tried to change the network type to "e1000" but it still failed with the same error.