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
Hello,
During the installation, the iso is unzipped, then windows remains stuck on the installation start page. I don't know where to look.
I am running docker under debian12.8 via workstation 17pro. The debian VM has 12vCPU and 16GB of RAM.
The physical host runs with a core i7-13700k and 64GB of RAM
jerome@debian12:~/windows$ sudo docker logs windows
❯ Starting Windows for Docker v4.04...
❯ For support visit https://github.com/dockur/windows
❯ CPU: 13th Gen Intel Core TM i7 13700K | RAM: 14/16 GB | DISK: 25 GB (ext4) | KERNEL: 6.1.0-27-amd64...
❯ Extracting local ISO image...
❯ Detecting version from ISO image...
❯ Detected: Windows 10 Pro (French)
❯ Adding drivers to image...
❯ Adding win10x64.xml for automatic installation...
❯ Building Windows 10 image...
❯ Creating a 64G growable disk image in raw format...
❯ 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)
Operating system
Debian 12.8
Description
Hello,
During the installation, the iso is unzipped, then windows remains stuck on the installation start page. I don't know where to look.
I am running docker under debian12.8 via workstation 17pro. The debian VM has 12vCPU and 16GB of RAM.
The physical host runs with a core i7-13700k and 64GB of RAM
Docker compose
services:
2 windows:
3 image: dockurr/windows
4 container_name: windows
5 environment:
6 VERSION: "11"
7 devices:
8 - /dev/kvm
9 cap_add:
10 - NET_ADMIN
11 ports:
12 - 8006:8006
13 - 3389:3389/tcp
14 - 3389:3389/udp
15 stop_grace_period: 2m
16 volumes:
17 - /home/jerome/iso/w10_22h2.iso:/custom.iso
Docker log
jerome@debian12:~/windows$ sudo docker logs windows
❯ Starting Windows for Docker v4.04...
❯ For support visit https://github.com/dockur/windows
❯ CPU: 13th Gen Intel Core TM i7 13700K | RAM: 14/16 GB | DISK: 25 GB (ext4) | KERNEL: 6.1.0-27-amd64...
❯ Extracting local ISO image...
❯ Detecting version from ISO image...
❯ Detected: Windows 10 Pro (French)
❯ Adding drivers to image...
❯ Adding win10x64.xml for automatic installation...
❯ Building Windows 10 image...
❯ Creating a 64G growable disk image in raw format...
❯ 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..
Screenshots (optional)
The text was updated successfully, but these errors were encountered: