windows icon indicating copy to clipboard operation
windows copied to clipboard

Win11 Enterprise not booting

Open Srylax opened this issue 6 months ago • 5 comments

Operating system

NixOS

Description

Win11e does not boot. When selecting the CD_ROM it instantly resets to the boot menu. Win11 does work without problems.

Docker compose

{
        image = "dockurr/windows";
        environment = {
          VERSION = "11e";
        };
        devices = [
          "/dev/kvm:/dev/kvm"
          "/dev/net/tun:/dev/net/tun"
        ];
        capabilities = {
          NET_ADMIN = true;
        };
        ports = [
          "8006:8006"
          "3389:3389/tcp"
          "3389:3389/udp"
        ];
        volumes = [
          "/data/win:/storage"
        ];
      }

Docker log

❯ Extracting Windows 11 image...
❯ Adding drivers to image...
❯ Adding win11x64-enterprise-eval.xml for automatic installation...
❯ Building Windows 11 image...
❯ Creating a 64 GB growable disk image in raw format...
❯ Booting Windows using QEMU v10.0.0...
BdsDxe: skipped Boot0002 "UEFI QEMU QEMU HARDDISK " from PciRoot(0x0)/Pci(0xA,0x0)/Scsi(0x0,0x0)
BdsDxe: skipped Boot0001 "UEFI QEMU DVD-ROM QM00013 " from PciRoot(0x0)/Pci(0x5,0x0)/Sata(0x0,0xFFFF,0x0)
BdsDxe: loading Boot0003 "EFI Internal Shell" from Fv(7CB8BDC9-F8EB-4F34-AAEA-3EE4AF6516A1)/FvFile(7C04A583-9E3E-4F1C-AD65-E05268D0B4D1)
BdsDxe: starting Boot0003 "EFI Internal Shell" from Fv(7CB8BDC9-F8EB-4F34-AAEA-3EE4AF6516A1)/FvFile(7C04A583-9E3E-4F1C-AD65-E05268D0B4D1)
UEFI Interactive Shell v2.2
EDK II
UEFI v2.70 (Debian distribution of EDK II, 0x00010000)
Mapping table
      FS0: Alias(s):CD0a65535a1:;BLK2:
          PciRoot(0x0)/Pci(0x5,0x0)/Sata(0x0,0xFFFF,0x0)/CDROM(0x1)
      FS1: Alias(s):F0a65535a:;BLK3:
          PciRoot(0x0)/Pci(0x5,0x0)/Sata(0x0,0xFFFF,0x0)/VenMedia(C5BD4D42-1A76-4996-8956-73CDA326CD0A)
     BLK4: Alias(s):
          PciRoot(0x0)/Pci(0xA,0x0)/Scsi(0x0,0x0)
     BLK0: Alias(s):
          PciRoot(0x0)/Pci(0x5,0x0)/Sata(0x0,0xFFFF,0x0)
     BLK1: Alias(s):
          PciRoot(0x0)/Pci(0x5,0x0)/Sata(0x0,0xFFFF,0x0)/CDROM(0x0)
Press ESC in 5 seconds to skip startup.nsh or any other key to continue.Press ESC in 4 seconds to skip startup.nsh or any other key to continue.Press ESC in 3 seconds to skip startup.nsh or any other key to continue.Press ESC in 2 seconds to skip startup.nsh or any other key to continue.Press ESC in 1 seconds to skip startup.nsh or any other key to continue.

Screenshots (optional)

No response

Srylax avatar May 19 '25 17:05 Srylax

Have you tested others versions? 11, 11l?

henmohr avatar Jun 22 '25 17:06 henmohr

Same problem here. Other Windows versions work fine.

Dezorian avatar Aug 20 '25 12:08 Dezorian

Your volume is mapped to your host or is a docker volume?

henmohr avatar Aug 20 '25 12:08 henmohr

@henmohr sorry for the late reply. Yes i tested W11 which works just fine. I did not test W11l. The volume is mapped to my host

Srylax avatar Aug 20 '25 12:08 Srylax

Please try with v5.00 of the container, should be fixed now!

kroese avatar Sep 18 '25 18:09 kroese