Re: anyone able to bhyve openbsd 7.0 ?
- Reply: Mario Marietto : "Re: anyone able to bhyve openbsd 7.0 ?"
- In reply to: Dustin Marquess : "Re: anyone able to bhyve openbsd 7.0 ?"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 13 Nov 2021 08:53:00 UTC
Dustin,try this : https://blahg.josefsipek.net/?p=595 Il giorno sab 13 nov 2021 alle ore 03:53 Dustin Marquess < dmarquess@gmail.com> ha scritto: > On Fri, Nov 12, 2021 at 8:49 PM tech-lists <tech-lists@zyxst.net> wrote: > > > > On Fri, Nov 12, 2021 at 08:27:31PM -0600, Dustin Marquess wrote: > > >Oops, I forgot I had the .img commented out above (I only uncomment it > > >to boot the updater): > > > > > >bhyve -A -D -H -P -w -S -u -c 2 -m 1G \ > > >-s 0,amd_hostbridge \ > > >-s 3,virtio-blk,/usr/local/vm/vpn/install70.img \ > > >-s 4,virtio-blk,/dev/zvol/tank/vm/vpn \ > > >-s 10,virtio-net,tap0,mac=1e:17:37:23:2f:cb \ > > >-s 20,virtio-rnd \ > > >-s 31,lpc \ > > >-l com1,stdio -l bootrom,/usr/local/share/uefi-firmware/BHYVE_UEFI.fd \ > > >vpn > > > > It's like bhyve isn't seeing the boot partition. Maybe I need to > > re-download? I get this: > > > > BdsDxe: failed to load Boot0001 "UEFI BHYVE SATA DISK > > BHYVE-A09F-F442-FB09" from > > PciRoot(0x0)/Pci(0x3,0x0)/Sata(0x0,0xFFFF,0x0): Not Found > > BdsDxe: failed to load Boot0002 "UEFI Misc Device" from > > PciRoot(0x0)/Pci(0x4,0x0): Not Found > > > > and then it tries to pxe boot etc > > > > I'll try again after sleep. I'm clearly making an error somewhere. > > > Weird. I've been using .img's from > https://cdn.openbsd.org/pub/OpenBSD/snapshots/amd64/ but I've been > using snapshots for almost 2 years now, so way before 7.0 released. > I'm not sure why the actual release itself would be any different... > > -Dustin > > -- Mario.