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]: Can't install dockurr/windows iso #1048

Open
femto opened this issue Feb 19, 2025 · 1 comment
Open

[Bug]: Can't install dockurr/windows iso #1048

femto opened this issue Feb 19, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@femto
Copy link

femto commented Feb 19, 2025

Operating system

Mac Sonoma 14.6.1

Description

I downloaded windows 11 and rename it to setup.iso
remove devices:
- /dev/kvm
- /dev/net/tun
and add KVM: "N"

services:
  windows:
    image: dockurr/windows
    container_name: windows
    environment:
      VERSION: "11"
      KVM: "N"
    volumes:
      - /Users/femtozheng/python-project/WindowsAgentArena/src/win-arena-container/vm/image/setup.iso:/custom.iso
    cap_add:
      - NET_ADMIN
    ports:
      - 8006:8006
      - 3389:3389/tcp
      - 3389:3389/udp
    restart: always
    stop_grace_period: 2m

but can't install, just shows this, seemed to hang
Image

Docker compose

services:
windows:
image: dockurr/windows
container_name: windows
environment:
VERSION: "11"
KVM: "N"
volumes:
- /Users/femtozheng/python-project/WindowsAgentArena/src/win-arena-container/vm/image/setup.iso:/custom.iso
cap_add:
- NET_ADMIN
ports:
- 8006:8006
- 3389:3389/tcp
- 3389:3389/udp
restart: always
stop_grace_period: 2m

Docker log

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)

Image
@femto femto added the bug Something isn't working label Feb 19, 2025
@kroese
Copy link
Contributor

kroese commented Mar 1, 2025

In the readme it says MacOS is not supported. Sometimes it works without KVM, but in your case it doesnt and I dont want to spend too much time figuring out what causes it, because it will run too slow anyway.

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

2 participants