Re: bhyve and bootable usb image

2016-09-08 Thread Michael Dexter
On 9/4/16 11:47 AM, Gabor Radnai wrote: I have a bootable usb image file which I would like to use as an installer medium under byhve, a Linux based stuff. Using dd to write image file to an usb stick and installing stuff from it works ok. However under bhyve accessing the image as ahci-hd or vir

Re: bhyve and bootable usb image

2016-09-08 Thread Gabor Radnai
Try to do: device.map: (hd0) usb.img (hd1) */dev/zvol//* *grub-bhyve -m device.map -r hd0 -M 1024M linuxguestbhyve -A -H -P -s 0:0,hostbridge -s 1:0,lpc -s 2:0,virtio-net,tap1 -s 3:0,virtio-blk,usb.img \ -s 4:0,ahci-hd,/dev/zvol// -l com1,stdio -c 4 -m 1024M linuxguest But to be honest not

[Bhyve]HDA Sound Emulation - Call for Testing

2016-09-08 Thread Alex Teaca
Hi everyone, This summer I've participated in the GSOC 2016 program working on the HDA Sound Emulation in bhyve. The code is not fully finished but the main functionality is accomplished and can be used in order to play and record sounds in a bhyve VM. More information you may find here (includin

Re: [Bhyve]HDA Sound Emulation - Call for Testing

2016-09-08 Thread Shawn Webb
On Thu, Sep 08, 2016 at 11:17:10PM +0300, Alex Teaca wrote: > Hi everyone, > > This summer I've participated in the GSOC 2016 program working on the HDA > Sound Emulation in bhyve. The code is not fully finished but the main > functionality is accomplished and can be used in order to play and reco