Re: Bhyve CD-ROM

2021-11-30 Thread Sysadmin Lists via freebsd-virtualization
Yeah, all you cool kids are running 13.0-* already while I'm waiting for 12.3-RELEASE to get out of beta. :P I have to decide if fixing Bhyve by jumping to 13.0-RELEASE is worth the time required to fix whatever else breaks from the upgrade. > > From: Bak

Re: Bhyve CD-ROM

2021-11-30 Thread Sysadmin Lists via freebsd-virtualization
~:$ freebsd-version -ru 12.2-RELEASE-p7 12.2-RELEASE-p11 Which one supports virtio-9p, 13.0 or 12.3? > > From: Mario Marietto > Sent: Tue Nov 30 08:14:13 CET 2021 > To: Corvin Köhne > Cc: Sysadmin Lists , Freebsd Virtualization > > Subject: Re: Bhyve C

RE: Bhyve CD-ROM

2021-11-30 Thread Sysadmin Lists via freebsd-virtualization
It boots fine without the ISO. The commands you listed were part of the installation guide I followed. If the expectation is that the device number sets the boot order, any idea why it doesn't work for me? > > From: Corvin Köhne > Sent: Tue Nov 30 07:25:

Re: Bhyve CD-ROM

2021-11-29 Thread Sysadmin Lists via freebsd-virtualization
Indeed it has. I'll go with passing a new virtual disk with the CD contents on it, and keep the working ISO for future installations. Thanks. > > From: Mario Marietto > Sent: Mon Nov 29 22:46:45 CET 2021 > To: Sysadmin Lists > Cc: Corvin Köhne , Freebsd

RE: Bhyve CD-ROM

2021-11-29 Thread Sysadmin Lists via freebsd-virtualization
Thanks Corvin. But I tried that already and it didn't work. It still boots to the ISO. I get this text on the terminal I launch Bhyve from: BdsDxe: loading Boot0001 "UEFI BHYVE SATA DVD ROM BHYVE-92FC-A81B-A3B5" from PciRoot(0x0)/Pci(0x4,0x0)/Sata(0x0,0x,0x0) BdsDxe: starting Boot0001 "UEFI

Bhyve CD-ROM

2021-11-28 Thread Sysadmin Lists via freebsd-virtualization
Hi. How do I attach a CD-ROM device (in this case an ISO file) to a VM without bhyve booting into it? bhyve -c 1 -m 512M -w -H \ -s 0,hostbridge \ -s 3,ahci-cd,/media/Debian-11.1.0-amd64-DVD-1.iso \ -s 4,virtio-blk,/dev/zvol/zroot/bhyve_vms/debianvm \ -s 29,fbuf,tc