[Bug 279659] virtualization/bhyve: When bhyve virtualizes Windows 10/11 Rufus does not recognizes any USB sticks
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 12 Jun 2024 12:39:42 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279659 --- Comment #6 from mario felicioni <marietto2008@gmail.com> --- I've realized that my GPU has one integrated USB controller. It is the RTX 2080 Ti and FreeBSD detect 4 slots : 02:00.0 VGA compatible controller: NVIDIA Corporation TU102 [GeForce RTX 2080 Ti] (rev a1) 02:00.1 Audio device: NVIDIA Corporation TU102 High Definition Audio Controller (rev a1) 02:00.2 USB controller: NVIDIA Corporation TU102 USB 3.1 Host Controller (rev a1) 02:00.3 Serial bus controller: NVIDIA Corporation TU102 USB Type-C UCSI Controller (rev a1) So I tried to pass only the slots 2 and 3,because I don't need to pass the GPU itself and / or the audio slot (2/0/1),like this : -s 8:2,passthru,2/0/2 \ -s 8:3,passthru,2/0/3 \ This is what happened : Assertion failed: (mr->name == memp->name), function unregister_mem, file /usr/src/usr.sbin/bhyve/mem.c, line 344. So,now. We have two different problems to deal with. -- You are receiving this mail because: You are the assignee for the bug.