Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Jun 2024 22:08:41 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 279659] virtualization/bhyve: When bhyve virtualizes Windows 10/11 Rufus does not recognizes any USB sticks
Message-ID:  <bug-279659-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D279659

            Bug ID: 279659
           Summary: virtualization/bhyve: When bhyve virtualizes Windows
                    10/11 Rufus does not recognizes any USB sticks
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: marietto2008@gmail.com

Created attachment 251370
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D251370&action=
=3Dedit
The images below shows that the USB stick is not recognized by Rufus.

Hello.

I'm running Windows 11 virtualized with bhyve using these parameters :

bhyve -S -c sockets=3D4,cores=3D2,threads=3D1 -m 8G -w -H \
-S -c sockets=3D4,cores=3D2,threads=3D1 -m 8G -w -H \
-s 0,hostbridge \
-s 1,ahci-hd,/mnt/$vmdisk0'p2'/bhyve/img/Windows/Windows11.img,bootindex=3D=
1 \
-s 2,ahci-hd,/dev/da2 \
-s 13,virtio-net,tap18 \
-s 29,fbuf,tcp=3D0.0.0.0:5918,w=3D1600,h=3D950,wait \
-s 30,xhci,tablet \
-s 31,lpc \
-l bootrom,/usr/local/share/uefi-firmware/BHYVE_UEFI_CODE.fd \
vm0:18 < /dev/null & sleep 2 && vncviewer 0:18

Where /dev/da2 is :

Geom name: da2
Providers:
1. Name: da2
   Mediasize: 16053960192 (15G)
   Sectorsize: 512
   Mode: r0w0e0
   descr: SanDisk Cruzer
   ident: 0774911DDC4200A6
   rotationrate: unknown
   fwsectors: 63
   fwheads: 255

my intention was to create an USB drive with Rufus. Well,it is not able to
detect my USB stick : I have a SanDisk Cruzer.

The images below shows that it is not recognized and even the log registry.

https://ibb.co/vHSbHQN
https://ibb.co/0FYCBfs

I've contacted the developer of Rufus,who said :

Most likely, the FreeBSB folks did not emulate a full USB stack in their
virtualization platform, so they probably use a custom driver to present the
USB drive as a non-USB disk to Windows, in which case,Rufus will obviously =
not
detect it.

Unfortunately, while I may do so for a *limited* set of virtual platforms (=
i.e.
the most popular ones out there), I just can't go around trying every
virtualization software out there to figure out what kind of non-USB driver=
 a
virtualization platform uses to present USB drives to Windows. I did add VM=
DK
(VMWARE) and VHD (Hyper-V) support to Rufus in the past, but I am not going=
 to
go out of my way for BSD. I may however accept a patch...

Would someone give more information why this problem occurs ? thanks.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-279659-7788>