-
Notifications
You must be signed in to change notification settings - Fork 386
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vioscsi driver is not compatible with Windows 11 24H2 on VirtualBox #1186
Comments
@YanVugenfirer @vrozenfe Looks like a duplicate of #1100. |
Thank you for reporting the issue. Best, |
Thank you for your response. I tried installing the drivers from w11, w10, and w2k25, sub-directories inside the amd64 directory but I experienced the same issues that I reported earlier. Apart from Windows 11 IoT LTSC, the regular Windows 11 24H2 iso doesn't recognize the VirtIO SCSI pass-through drivers inside the virtio-win-0.1.262 iso as compatible either. I didn't have this problem with 23H2. |
I tried this and I managed to successfully install the driver. I really have no idea why I encountered those errors during the installation of Windows 11. I guess I configured my VM correctly. Maybe only VirtualBox is affected. I will try QEMU. |
@Turbine8845 Thanks, |
@vrozenfe I also recorded a video of the errors that I encountered during the installation of Windows on VirtualBox: win11_iot_ltsc_virtio.mp4I tried QEMU/KVM and I managed to install VirtIO SCSI drivers without any issues: I guess VirtualBox is to blame in here. You can close this issue if you also think that this is not an issue of the VirtIO drivers. |
It might be related to the UEFI implementation on VirtualBox, but you said it works fine with the previous |
Since UEFI is an optional requirement for Windows 11 IoT LTSC, I also tried installing it on VirtualBox using BIOS. However, I still encountered the same issues even with BIOS.
No, what I meant to say is that I only encountered this issue with Windows 11 24H2 (both Pro and IoT LTSC). In contrast, I recently installed Windows 10 IoT LTSC on VirtualBox using the latest version of the vioscsi driver, and the installation went smoothly. |
If this bug is in any way related to #1100 , I discovered there that it only happens when the Windows installation DVD is booted from a vioscsi cd device. When Windows setup is booted from a IDE cd device, it has no problems installing the vioscsi drivers for the harddrive. That might explain why it did not occur when @vrozenfe tested with an IDE CD. |
Describe the bug
I am using a Windows 11 Pro 24H2 host machine and am trying to install Windows 11 IoT Enterprise LTSC 2024 on a VirtualBox VM. I selected VirtIO-SCSI as the controller type in the VM's settings. During the installation of Windows 11 IoT Enterprise LTSC, the VirtIO SCSI pass-through drivers are not displayed as compatible drivers. Unchecking the
Hide drivers that are not compatible...
option allows me to select and install the VirtIO-SCSI drivers, and after installation, I can see the virtual disk. However, I cannot partition the virtual hard disk, and I am unable to proceed with the installation of Windows 11 IoT Enterprise LTSC 2024. I have attached some screenshots showing the issues I am encountering with Windows 11 IoT Enterprise LTSC 2024. I am usingvirtio-win-0.1.262.iso
for this VM. I did not experience this issue with earlier versions of Windows.To Reproduce
Download the official non-evaluation version of Windows 11 IoT Enterprise LTSC 24H2:
File name:
en-us_windows_11_iot_enterprise_ltsc_2024_x64_dvd_f6b14814.iso
SHA256:
4F59662A96FC1DA48C1B415D6C369D08AF55DDD64E8F1C84E0166D9E50405D7A
Select the controller type for the Windows ISO and the VirtIO ISO as SATA or AHCI.
Attempt to install Windows 11 IoT Enterprise LTSC on the VM using the latest VirtIO drivers,
virtio-win-0.1.262.iso
.You will encounter the errors shown in the attached screenshots.
Expected behavior
VirtIO SCSI pass-through drivers should be visible during the installation of Windows as compatible drivers.
Screenshots
1. VirtIO SCSI pass-through drivers not detected as compatible during the installation of Windows 11 IoT Enterprise LTSC 2024
2. VirtIO SCSI pass-through drivers are shown after unchecking
Hide drivers...
3. Virtual disk is detected after installing the incompatible VirtIO SCSI pass-through driver
4. The detected virtual disk cannot be partitioned, and installation cannot proceed
Host:
VM:
Additional context
This issue occurs on a Windows 11 Pro 24H2 host using VirtualBox 7.1.4. I am reporting this to determine if the problem is related to these environments or the VirtIO drivers themselves. At the moment, I don't have access to my Linux machine. I will run some tests using QEMU/KVM to see if the same issue occurs.
The text was updated successfully, but these errors were encountered: