Trying to install Windows 10 to a portable SSD USB disk. It's not possible directly, so I'm trying to do so via bhyve but cannot get the installer to recognize the:
as a target disk. (using vm-bhyve) Also tried virtio-blk, no luck either.
Any suggestions please? The da0 has only an empty GPT table on it.
I only have a single XHCI controller, no way how to passtrough only the disk I guess.
Code:
disk0_type="ahci-hd"
disk0_dev="/dev/da0"
Any suggestions please? The da0 has only an empty GPT table on it.
I only have a single XHCI controller, no way how to passtrough only the disk I guess.