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

The container remains stuck in the start boot option after startup #209

Open
lxdnn opened this issue Oct 22, 2024 · 2 comments
Open

The container remains stuck in the start boot option after startup #209

lxdnn opened this issue Oct 22, 2024 · 2 comments

Comments

@lxdnn
Copy link

lxdnn commented Oct 22, 2024

Operating system

Debian kernel-4.19.0

Description

What is the reason for the container being stuck in the start boot option after startup

Docker compose

version: "3"
services:
windows:
image: dockurr/windows-arm
container_name: win10
environment:
VERSION: "win10"
CPU_CORES: "4"
RAM_SIZE: "4G"
DISK_SIZE: "40G"
LANGUAGE: "chinese"
privileged: true
devices:
- /dev/kvm
volumes:
- ./s-win10:/storage
# - ./win11arm64_zh.iso:/custom.iso
cap_add:
- NET_ADMIN
ports:
- 8006:8006
- 3389:3389/tcp
- 3389:3389/udp
stop_grace_period: 2m

Docker log

❯ Extracting Windows 10 bootdisk...
❯ Extracting Windows 10 environment...
❯ Extracting Windows 10 setup...
❯ Extracting Windows 10 image...
❯ Adding drivers to image...
❯ Adding win10arm64.xml for automatic installation...
❯ Building Windows 10 image...
❯ Creating a 40G growable disk image in raw format...
❯ Booting Windows using QEMU v9.1.0...

❯ Windows started succesfully, visit http://localhost:8006/ to view the screen...

Screenshots (optional)

No response

@zhoukuanyu
Copy link

me too,I tried using the automatically downloaded Win10 and Win11 images, but encountered a "start boot option" ,situation and am waiting for a solution

Operating system
4.19.0-arm64-desktop

Docker compose
services:
windows:
image: ghcr.io/dockur/windows-arm:2.20
container_name: windows
environment:
VERSION: "win11e"
RAM_SIZE: "8G"
CPU_CORES: "2"
devices:
- /dev/kvm
cap_add:
- NET_ADMIN
ports:
- 8006:8006
- 3389:3389/tcp
- 3389:3389/udp
stop_grace_period: 2m
restart: on-failure

Docker log
windows | ❯ Starting Windows for Docker v2.20...
windows | ❯ For support visit https://github.com/dockur/windows-arm
windows | ❯ CPU: FTC663 | RAM: 12/16 GB | DISK: 128 GB (ext4) | HOST: 4.19.0-arm64-desktop...
windows |
windows | ❯ Booting Windows using QEMU v9.1.0...
❯ Windows started succesfully, visit http://localhost:8006/ to view the screen...

@zardhub
Copy link

zardhub commented Nov 5, 2024

I guess they need an update on the trial product keys to continue the setup.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants