Skip to content
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

[Bug]: #907

Open
git-waave opened this issue Nov 15, 2024 · 0 comments
Open

[Bug]: #907

git-waave opened this issue Nov 15, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@git-waave
Copy link

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)

2024-11-15_16h54_38

@git-waave git-waave added the bug Something isn't working label Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant