You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
❯ Starting Windows for Docker v4.04...
❯ For support visit https://github.com/dockur/windows
❯ CPU: AMD Ryzen 9 7950X3D | RAM: 106/126 GB | DISK: 1579 GB (ext4) | KERNEL: 4.18.0-553.27.1.el8_10.x86_64...
❯ Extracting local ISO image...
❯ Detecting version from ISO image...
❯ Detected: Windows 11 Enterprise (Evaluation)
❯ Adding drivers to image...
❯ Adding win11x64-enterprise-eval.xml for automatic installation...
❯ Building Windows 11 image...
❯ Creating a 200G growable disk image in raw format...
iptables v1.8.10 (legacy): can't initialize iptables table `nat': Table does not exist (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
❯ ERROR: The 'ip_tables' kernel module is not loaded. Try this command: sudo modprobe ip_tables iptable_nat
❯ Warning: falling back to usermode networking! Performance will be bad and port forwarding will not work.
❯ Booting Windows using QEMU v9.1.1...
BdsDxe: failed to load Boot0002 "UEFI QEMU QEMU HARDDISK " from PciRoot(0x0)/Pci(0xA,0x0)/Scsi(0x0,0x0): Not Found
BdsDxe: loading Boot0001 "UEFI QEMU DVD-ROM QM00013 " from PciRoot(0x0)/Pci(0x5,0x0)/Sata(0x0,0xFFFF,0x0)
BdsDxe: starting Boot0001 "UEFI QEMU DVD-ROM QM00013 " from PciRoot(0x0)/Pci(0x5,0x0)/Sata(0x0,0xFFFF,0x0)
❯ Windows started succesfully, visit http://localhost:8006/ to view the screen...
BdsDxe: loading Boot0004 "Windows Boot Manager" from HD(1,GPT,151DE1ED-D99A-40E1-9500-5F69E69E7BFF,0x800,0x40000)/\EFI\Microsoft\Boot\bootmgfw.efi
BdsDxe: starting Boot0004 "Windows Boot Manager" from HD(1,GPT,151DE1ED-D99A-40E1-9500-5F69E69E7BFF,0x800,0x40000)/\EFI\Microsoft\Boot\bootmgfw.efi
BdsDxe: loading Boot0004 "Windows Boot Manager" from HD(1,GPT,151DE1ED-D99A-40E1-9500-5F69E69E7BFF,0x800,0x40000)/\EFI\Microsoft\Boot\bootmgfw.efi
BdsDxe: starting Boot0004 "Windows Boot Manager" from HD(1,GPT,151DE1ED-D99A-40E1-9500-5F69E69E7BFF,0x800,0x40000)/\EFI\Microsoft\Boot\bootmgfw.efi
BdsDxe: loading Boot0004 "Windows Boot Manager" from HD(1,GPT,151DE1ED-D99A-40E1-9500-5F69E69E7BFF,0x800,0x40000)/\EFI\Microsoft\Boot\bootmgfw.efi
BdsDxe: starting Boot0004 "Windows Boot Manager" from HD(1,GPT,151DE1ED-D99A-40E1-9500-5F69E69E7BFF,0x800,0x40000)/\EFI\Microsoft\Boot\bootmgfw.efi
BdsDxe: loading Boot0004 "Windows Boot Manager" from HD(1,GPT,151DE1ED-D99A-40E1-9500-5F69E69E7BFF,0x800,0x40000)/\EFI\Microsoft\Boot\bootmgfw.efi
BdsDxe: starting Boot0004 "Windows Boot Manager" from HD(1,GPT,151DE1ED-D99A-40E1-9500-5F69E69E7BFF,0x800,0x40000)/\EFI\Microsoft\Boot\bootmgfw.efi
BdsDxe: loading Boot0004 "Windows Boot Manager" from HD(1,GPT,151DE1ED-D99A-40E1-9500-5F69E69E7BFF,0x800,0x40000)/\EFI\Microsoft\Boot\bootmgfw.efi
BdsDxe: starting Boot0004 "Windows Boot Manager" from HD(1,GPT,151DE1ED-D99A-40E1-9500-5F69E69E7BFF,0x800,0x40000)/\EFI\Microsoft\Boot\bootmgfw.efi
BdsDxe: loading Boot0004 "Windows Boot Manager" from HD(1,GPT,151DE1ED-D99A-40E1-9500-5F69E69E7BFF,0x800,0x40000)/\EFI\Microsoft\Boot\bootmgfw.efi
BdsDxe: starting Boot0004 "Windows Boot Manager" from HD(1,GPT,151DE1ED-D99A-40E1-9500-5F69E69E7BFF,0x800,0x40000)/\EFI\Microsoft\Boot\bootmgfw.efi
BdsDxe: loading Boot0004 "Windows Boot Manager" from HD(1,GPT,151DE1ED-D99A-40E1-9500-5F69E69E7BFF,0x800,0x40000)/\EFI\Microsoft\Boot\bootmgfw.efi
BdsDxe: starting Boot0004 "Windows Boot Manager" from HD(1,GPT,151DE1ED-D99A-40E1-9500-5F69E69E7BFF,0x800,0x40000)/\EFI\Microsoft\Boot\bootmgfw.efi
Screenshots (optional)
The text was updated successfully, but these errors were encountered:
Operating system
Rocky Linux 8.10
Description
After installing and updating WSL
wsl --update
, Windows 11 can't start after reboot.Tried different Windows 11 editions, Professional and Enterprise.
After installing Docker Desktop, issue is the same, because Docker Desktop installs WSL.
Docker compose
services:
wind11e:
image: dockurr/windows
container_name: win11e
environment:
VERSION: "11e"
DISK_SIZE: 200GB
RAM_SIZE: "16GB"
CPU_CORES: "32"
USERNAME: "admin"
PASSWORD: "xxxx"
LANGUAGE: "English"
REGION": "en-US"
KEYBOARD: "en-US"
devices:
- /dev/kvm
cap_add:
- NET_ADMIN
ports:
- 127.0.0.1:18006:8006
- 13389:3389/tcp
- 13389:3389/udp
stop_grace_period: 2m
volumes:
- /opt/win11e:/storage
- /opt/26100.1742.240906-0331.ge_release_svc_refresh_CLIENTENTERPRISEEVAL_OEMRET_x64FRE_en-us.iso:/custom.iso
Docker log
❯ Starting Windows for Docker v4.04...
❯ For support visit https://github.com/dockur/windows
❯ CPU: AMD Ryzen 9 7950X3D | RAM: 106/126 GB | DISK: 1579 GB (ext4) | KERNEL: 4.18.0-553.27.1.el8_10.x86_64...
❯ Extracting local ISO image...
❯ Detecting version from ISO image...
❯ Detected: Windows 11 Enterprise (Evaluation)
❯ Adding drivers to image...
❯ Adding win11x64-enterprise-eval.xml for automatic installation...
❯ Building Windows 11 image...
❯ Creating a 200G growable disk image in raw format...
iptables v1.8.10 (legacy): can't initialize iptables table `nat': Table does not exist (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
❯ ERROR: The 'ip_tables' kernel module is not loaded. Try this command: sudo modprobe ip_tables iptable_nat
❯ Warning: falling back to usermode networking! Performance will be bad and port forwarding will not work.
❯ Booting Windows using QEMU v9.1.1...
BdsDxe: failed to load Boot0002 "UEFI QEMU QEMU HARDDISK " from PciRoot(0x0)/Pci(0xA,0x0)/Scsi(0x0,0x0): Not Found
BdsDxe: loading Boot0001 "UEFI QEMU DVD-ROM QM00013 " from PciRoot(0x0)/Pci(0x5,0x0)/Sata(0x0,0xFFFF,0x0)
BdsDxe: starting Boot0001 "UEFI QEMU DVD-ROM QM00013 " from PciRoot(0x0)/Pci(0x5,0x0)/Sata(0x0,0xFFFF,0x0)
❯ Windows started succesfully, visit http://localhost:8006/ to view the screen...
BdsDxe: loading Boot0004 "Windows Boot Manager" from HD(1,GPT,151DE1ED-D99A-40E1-9500-5F69E69E7BFF,0x800,0x40000)/\EFI\Microsoft\Boot\bootmgfw.efi
BdsDxe: starting Boot0004 "Windows Boot Manager" from HD(1,GPT,151DE1ED-D99A-40E1-9500-5F69E69E7BFF,0x800,0x40000)/\EFI\Microsoft\Boot\bootmgfw.efi
BdsDxe: loading Boot0004 "Windows Boot Manager" from HD(1,GPT,151DE1ED-D99A-40E1-9500-5F69E69E7BFF,0x800,0x40000)/\EFI\Microsoft\Boot\bootmgfw.efi
BdsDxe: starting Boot0004 "Windows Boot Manager" from HD(1,GPT,151DE1ED-D99A-40E1-9500-5F69E69E7BFF,0x800,0x40000)/\EFI\Microsoft\Boot\bootmgfw.efi
BdsDxe: loading Boot0004 "Windows Boot Manager" from HD(1,GPT,151DE1ED-D99A-40E1-9500-5F69E69E7BFF,0x800,0x40000)/\EFI\Microsoft\Boot\bootmgfw.efi
BdsDxe: starting Boot0004 "Windows Boot Manager" from HD(1,GPT,151DE1ED-D99A-40E1-9500-5F69E69E7BFF,0x800,0x40000)/\EFI\Microsoft\Boot\bootmgfw.efi
BdsDxe: loading Boot0004 "Windows Boot Manager" from HD(1,GPT,151DE1ED-D99A-40E1-9500-5F69E69E7BFF,0x800,0x40000)/\EFI\Microsoft\Boot\bootmgfw.efi
BdsDxe: starting Boot0004 "Windows Boot Manager" from HD(1,GPT,151DE1ED-D99A-40E1-9500-5F69E69E7BFF,0x800,0x40000)/\EFI\Microsoft\Boot\bootmgfw.efi
BdsDxe: loading Boot0004 "Windows Boot Manager" from HD(1,GPT,151DE1ED-D99A-40E1-9500-5F69E69E7BFF,0x800,0x40000)/\EFI\Microsoft\Boot\bootmgfw.efi
BdsDxe: starting Boot0004 "Windows Boot Manager" from HD(1,GPT,151DE1ED-D99A-40E1-9500-5F69E69E7BFF,0x800,0x40000)/\EFI\Microsoft\Boot\bootmgfw.efi
BdsDxe: loading Boot0004 "Windows Boot Manager" from HD(1,GPT,151DE1ED-D99A-40E1-9500-5F69E69E7BFF,0x800,0x40000)/\EFI\Microsoft\Boot\bootmgfw.efi
BdsDxe: starting Boot0004 "Windows Boot Manager" from HD(1,GPT,151DE1ED-D99A-40E1-9500-5F69E69E7BFF,0x800,0x40000)/\EFI\Microsoft\Boot\bootmgfw.efi
BdsDxe: loading Boot0004 "Windows Boot Manager" from HD(1,GPT,151DE1ED-D99A-40E1-9500-5F69E69E7BFF,0x800,0x40000)/\EFI\Microsoft\Boot\bootmgfw.efi
BdsDxe: starting Boot0004 "Windows Boot Manager" from HD(1,GPT,151DE1ED-D99A-40E1-9500-5F69E69E7BFF,0x800,0x40000)/\EFI\Microsoft\Boot\bootmgfw.efi
Screenshots (optional)
The text was updated successfully, but these errors were encountered: