You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello to everyone. I'm trying to passthru my GPU (RTX 2080 ti) from the host OS (FreeBSD 14.0 to my Windows 10 guest os). This is how I have configured it :
nano /mnt/da3p2/bhyve/img/Windows/Windows10/Windows10.conf
loader="uefi"
# put up to 8 disks on a single ahci controller.
# without this, adding a disk pushes the following network devices onto higher slot numbers,
# which causes windows to see them as a new interface
ahci_device_limit="8"
# windows expects the host to expose localtime by default, not UTC
utctime="no"
cpu="4"
cpu_sockets="1"
cpu_cores="2"
cpu_threads="2"
memory="4G"
# ideally this should be changed to virtio-net and drivers installed in the guest
# e1000 works out-of-the-box
network0_type="e1000"
network0_switch="public"
disk0_type="ahci-hd"
disk0_name="Windows10-ltsc2.img"
disk1_dev="custom"
disk1_opts="sectorsize=512"
disk1_type="ahci-hd"
disk1_name="/dev/da5"
graphics="yes"
graphics_listen="127.0.0.1"
graphics_res="1280x720"
graphics_wait="yes"
xhci_mouse="yes"
passthru0="2/0/0=8:0"
passthru1="2/0/1=8:1"
passthru2="2/0/2=8:2"
passthru3="2/0/3=8:3"
uuid="46ee2503-a0c7-418b-95c3-0a1a043e21ce"
network0_mac="58:9c:fc:09:af:c7"
This is what happens :
[mario@marietto /mnt/da3p2/bhyve/img/Windows]==> vm start Windows10
Starting Windows10
* found guest in /mnt/da3p2/bhyve/img/Windows/Windows10
* booting...
[root@marietto /mnt/da3p2/bhyve/img/Windows]==> vm list
NAME DATASTORE LOADER CPU MEMORY VNC AUTO STATE
Windows10 default uefi 4 4G - No Stopped
it boot regularly. So,there is something wrong with the passthru arguments. But I can pass thru the GPU if I don't use vm-bhyve,so the problem is with vm-bhyve. I mean,if I use the raw bhyve parameters,like these :
The text was updated successfully, but these errors were encountered:
Marietto2008
changed the title
vm-bhyve does not allow me to pass thru my GPU to a Windows vm.
vm-bhyve does not allow pass thru my GPU to a Windows vm.
May 19, 2024
Marietto2008
changed the title
vm-bhyve does not allow pass thru my GPU to a Windows vm.
vm-bhyve does not allow to passthru my GPU to a Windows vm.
May 19, 2024
Nvidia gpu passthru is partial supported on FreeBSD 14,using Linux and Windows. I think that until it is supported for everyone and in any condition,he wants to use some caution. I think that you should be lucky at this point. So,try and see. Regarding me,I can passthru my nvidia gpu (RTX 2080 ti) on a Linux and Windows vm without getting errors,BUT I can't use the vm-bhyve,otherwise,as you can see on this bug ticket,it will not work.
Hello to everyone. I'm trying to passthru my GPU (RTX 2080 ti) from the host OS (FreeBSD 14.0 to my Windows 10 guest os). This is how I have configured it :
this is my Windows10.conf file :
This is what happens :
it does not boot. But when I remove these args :
it boot regularly. So,there is something wrong with the passthru arguments. But I can pass thru the GPU if I don't use vm-bhyve,so the problem is with vm-bhyve. I mean,if I use the raw bhyve parameters,like these :
I see the gpu on Windows 10 guest.
The text was updated successfully, but these errors were encountered: