-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Stuck forever at "BdsDxe: starting Boot0004" #868
Comments
Everything looks fine, the lines are in the console are exactly what they should be. How do you know that "nothing happened"? Did you visit port 8006 in your browser? What did it show? |
It did not connect at all. Tried now using docker compose and setting a storage directory. That seems to help. RDP connection though has some troubles due to the default username (Docker) having no password and I need to force-forward keyboard or no typing is possible. First time I see this kind of problems so I assume it's specific to this project. |
You can specify a password like this if the empty one is giving problems: environment:
USERNAME: "bill"
PASSWORD: "gates" |
I've done this (with different values) but this has no effect. Windows still automatically logs in and using RDP still requires user "Desktop" and empty password. |
It only has effect if you set them prior to installation, not afterwards. In that case you can just modify the password in the Windows control panel or by pressing CTRL-ALT-DEL. |
Actually I did it before installing but okay. I'll try changing the password from inside windows. EDIT: Well... I did not manage to RDP into windows to change the password. Neither "Desktop"->"" nor my user/password is accepted. |
The user is not called "Desktop" but "Docker" |
Sorry, typo. But the problem persists. No combination of "Docker"/my-username and empty-password/my-password is working. RDP is dead. And I just shut down and launched the image again. |
Seems like you are running into this bug from FreeRDP: #837 |
Operating system
Gentoo
Description
Running
After downloading the windows 11 iso the console shows:
Then nothing happens for hours.
Docker compose
docker run -it --rm -p 8006:8006 --device=/dev/kvm --cap-add NET_ADMIN --stop-timeout 120 dockurr/windows
Docker log
Screenshots (optional)
No response
The text was updated successfully, but these errors were encountered: