Opened 22 months ago
Last modified 22 months ago
#21777 new defect
nvme controller doesn't work in Windows 11
Reported by: | Artem S. Tashkinov | Owned by: | |
---|---|---|---|
Component: | virtual disk | Version: | VirtualBox-7.0.10 |
Keywords: | nvme | Cc: | |
Guest type: | Windows | Host type: | Linux |
Description
I just wanted to remind VirtualBox developers that bug #20447 has not been fixed and it's easily reproducible.
- Download Win11_22H2_English_x64v2.iso
- Create a new Windows 11 VM with default settings
- Detach the virtual hard drive from the SATA (AHCI) controller
- Add an NVME controller
- Attach the virtual hard drive to the NVME controller
- Try to install Windows 11 - it will not find any disks to install on.
The following workaround still works:
VBoxManage setextradata <VM name> "VBoxInternal/Devices/nvme/0/Config/MsiXSupported" 0 VBoxManage setextradata <VM name> "VBoxInternal/Devices/nvme/0/Config/CtrlMemBufSize" 0
Note:
See TracTickets
for help on using tickets.
A possible duplicate #21290.