Re: trying to attach another disk to openbsd72 bhyve guest

2022-11-07 Thread Peter Grehan
Managed to "fix" it :D - the tl;dr version is "select GPT and not MBR" because if GPT isn't selected, an msdos efi partition isn't created and that's why my previous attempts (apart from the vm where I made a msdos partition manually before installation) failed. This part in the initial installat

Re: trying to attach another disk to openbsd72 bhyve guest

2022-11-06 Thread void
Hi, On Sun, 6 Nov 2022, at 11:16, Peter Grehan wrote: > I tried this out with 7 disks, 6 added post-install, and OpenBSD 7.2 was > able to see them. Info appended. Managed to "fix" it :D - the tl;dr version is "select GPT and not MBR" because if GPT isn't selected, an msdos efi partition isn't c

Re: trying to attach another disk to openbsd72 bhyve guest

2022-11-06 Thread void
Hello Peter, On Sun, 6 Nov 2022, at 11:16, Peter Grehan wrote: > I tried this out with 7 disks, 6 added post-install, and OpenBSD 7.2 was > able to see them. Info appended. Thanks for this, I'll try to replicate your results here > What version is the FreeBSD host ? I tested on CURRENT. Ah, a

Re: trying to attach another disk to openbsd72 bhyve guest

2022-11-06 Thread Peter Grehan
Hi, Hello, I'm trying to attach another disk to an openbsd72 guest like so: [snip] bhyve -c 4 -m 16G -wuH \ -s 0,amd_hostbridge \ -s 3,virtio-blk,/dev/zvol/vms/openbsd64g \ -s 4,ahci-hd,/dev/zvol/vms/openbsd-externalfs0 \ <=== here -s 5,virtio-net,tap14 \ -s 30,xhci,tablet \ -s 31,lpc -l com1,s

trying to attach another disk to openbsd72 bhyve guest

2022-11-02 Thread void
Hello, I'm trying to attach another disk to an openbsd72 guest like so: [snip] bhyve -c 4 -m 16G -wuH \ -s 0,amd_hostbridge \ -s 3,virtio-blk,/dev/zvol/vms/openbsd64g \ -s 4,ahci-hd,/dev/zvol/vms/openbsd-externalfs0 \ <=== here -s 5,virtio-net,tap14 \ -s 30,xhci,tablet \ -s 31,lpc -l com1,stdio -