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]: Booting forever on a Synology #489

Open
1 task done
Minion9113 opened this issue May 13, 2024 · 4 comments
Open
1 task done

[Bug]: Booting forever on a Synology #489

Minion9113 opened this issue May 13, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@Minion9113
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Machine specifications

16 GB ram

Operating system

Synology DSM, Docker app

Docker version

newest Docker app

Description

When trying to get windows to work on my Synology it just boots forever. I have tried all the solutions found in the existing issues but nothing helped. I have tried to set HV to N and so on but it never boots. I have also tried to set the Boot mode but still nothing. It is just rotating forever. one time for over 6 hours until i shut down the Synology.

Docker compose

Docker App

Docker log

I cant send them right now but there are no errors.

Screenshots (optional)

No response

@Minion9113 Minion9113 added the bug Something isn't working label May 13, 2024
@kroese
Copy link
Contributor

kroese commented May 13, 2024

Are you running with or without KVM? Its hard to tell without your compose file.

@Minion9113
Copy link
Author

im running it without as i cant enable it on the synology

@kroese
Copy link
Contributor

kroese commented May 13, 2024

This endlessly spinning circle happens for some people if they dont use KVM. I havent had the motivation to try to find the reason, because this container is not really useable (too slow) without KVM anyway, so it doesnt seem worth the effort.

So you should fix the main issue first: that you dont have KVM. If you dont have the /dev/kvm device then you can fix that by installing the Virtual Machine Manager package from the Synology Package Center. After it is installed, you will have KVM enabled.

@SMHRambo
Copy link

If you are using special network configurations that make it impossible to use the Virtual Machine Manager, use the Task Scheduler to execute the following code:

#! /bin/bash

modprobe kvm
modprobe kvm_intel
modprobe kvm_amd
modprobe tun 
Task Settings:
User:  root
Event:  Boot-up

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

3 participants