no /dev/kvm
Can I not use/dev/kvm? Because I want to enable Docker Windows and also use virtualbox
Yes you can set
environment:
KVM: "N"
to run without KVM. But it will also mean the machine will be much slower, so it's not useful to do that unless you want everything to be in slow-motion.
是的,你可以设置
environment: KVM: "N"消耗KVM即可运行。但是也意味着机器会慢动作,除非您因此希望所有的东西都慢动作,否则就没有用了。
Yes you can set
environment: KVM: "N"to run without KVM. But it will also mean the machine will be much slower, so it's not useful to do that unless you want everything to be in slow-motion.
I've been stuck on this interface ever since I set it up like this
I have no idea why... It would not really advice to disable KVM. If you want to use Virtualbox at the same time it should not be a problem, because multiple VMs can use /dev/kvm at the same time. Its not like only 1 program can use it.
Virtualbox
If I don't disable KVM, I can't use Virtualbox. But it seems like there will be issues with disabling KVM for me
我不知道为什么......它不会真正建议禁用KVM。如果你想同时使用Virtualbox应该不是问题,因为多个VM可以同时使用/dev/kvm。它不仅仅可以只有1个程序使用。
I'll try setting the GPU to Y
It will not help, the GPU has nothing to do with it. Maybe this helps if it works: https://www.dedoimedo.com/computers/kvm-virtualbox.html But its an old article from 2011 so high chance those steps have changed after so many years.