windows icon indicating copy to clipboard operation
windows copied to clipboard

Frozen on ... BdsDxe: starting Boot0003 "Windows Boot Manager" from HD....

Open Marietto2008 opened this issue 1 year ago • 5 comments
trafficstars

Trying to run Dockur on Ubuntu 23.10 :

root@Z390-AORUS-PRO-DEST:/home/ziomario/Scaricati# git clone https://github.com/dockur/windows.git
Cloning into 'windows'...
remote: Enumerating objects: 762, done.
remote: Counting objects: 100% (76/76), done.
remote: Compressing objects: 100% (52/52), done.
remote: Total 762 (delta 42), reused 49 (delta 24), pack-reused 686
Receiving objects: 100% (762/762), 495.17 KiB | 4.20 MiB/s, done.
Resolving deltas: 100% (491/491), done.

root@Z390-AORUS-PRO-DEST:/home/ziomario/Scaricati# cd windows

root@Z390-AORUS-PRO-DEST:/home/ziomario/Scaricati/windows# docker run -it --rm --name windows -p 8006:8006 --device=/dev/kvm --cap-add NET_ADMIN --stop-timeout 120 dockurr/windows

docker: unknown server OS: .
See 'docker run --help'.

Marietto2008 avatar Apr 01 '24 15:04 Marietto2008

How to fix it :

ziomario@Z390-AORUS-PRO-DEST:~/Scaricati/windows$ systemctl enable docker
Created symlink /etc/systemd/system/multi-user.target.wants/docker.service → /lib/systemd/system/docker.service.

ziomario@Z390-AORUS-PRO-DEST:~/Scaricati/windows$ systemctl start docker

ziomario@Z390-AORUS-PRO-DEST:~/Scaricati/windows$ docker run hello-world

docker: Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Post "http://%2Fvar%2Frun%2Fdocker.sock/v1.24/containers/create": dial unix /var/run/docker.sock: connect: permission denied.
See 'docker run --help'.

ziomario@Z390-AORUS-PRO-DEST:~/Scaricati/windows$ sudo chmod 666 /var/run/docker.sock

Later :

ziomario@Z390-AORUS-PRO-DEST:~/Scaricati/windows$ docker run -it --rm --name windows -p 8006:8006 --device=/dev/kvm --cap-add NET_ADMIN --stop-timeout 120 dockurr/windows

Unable to find image 'dockurr/windows:latest' locally
latest: Pulling from dockurr/windows
0e4048f69db9: Pull complete 
f968b7f78047: Pull complete 
1cf9d88c6a36: Pull complete 
f87cfb31e7e7: Pull complete 
4c2ca9e131d9: Pull complete 
21f96268a0c0: Pull complete 
cfbee0d02be1: Pull complete 
9856d86efbe0: Pull complete 
Digest: sha256:53c1fb003db3a83c0f3086b3e81517ef74b0012fc24fb4b39e8f1e3a1a77b7f9
Status: Downloaded newer image for dockurr/windows:latest
❯ Starting Windows for Docker v2.08...
❯ For support visit https://github.com/dockur/windows

❯ Downloading Windows 11...
[i] Downloading Windows media from official Microsoft servers...
[i] Downloading Windows 11...
BdsDxe: loading Boot0003 "Windows Boot Manager" from HD(1,GPT,415BAFB2-E786-4820-8BDB-2D109C2B4702,0x800,0x40000)/\EFI\Microsoft\Boot\bootmgfw.efi

BdsDxe: starting Boot0003 "Windows Boot Manager" from HD(1,GPT,415BAFB2-E786-4820-8BDB-2D109C2B4702,0x800,0x40000)/\EFI\Microsoft\Boot\bootmgfw.efi

it is frozen here...

Marietto2008 avatar Apr 01 '24 15:04 Marietto2008

Why do you think its frozen? Everything looks okay..

kroese avatar Apr 01 '24 16:04 kroese

because I don't know what to do at that stage...I don't see the Windows desktop appears...I think that's good if you write something like this at that point : "Windows is ready,please try to connect to it using vnc" or whatever...if this is what I need to do.

Marietto2008 avatar Apr 01 '24 18:04 Marietto2008

Its written in the FAQ? Connect to port 8006 in your webbrowser

kroese avatar Apr 01 '24 18:04 kroese

Write it also on the terminal,if you want...messages on the terminal come first than those on the FAQ :D

Marietto2008 avatar Apr 01 '24 18:04 Marietto2008