@sickcodes commented on GitHub (Jun 4, 2020):
Check if your hardware virt is on `egrep -c '(svm
@xlash123 commented on GitHub (Jun 4, 2020):
@sickcodes, I already have virt turned on, docker daemon running, and am part of the docker user group.
The connection refused error went away (not…
@sintaxx commented on GitHub (Mar 13, 2021):
I was also wondering about this.... is it ok to erase these disks that show up in here? it wont affect my host will it? and it wont consume a…
@jhasse commented on GitHub (Jun 4, 2020):
SVM is enabled, `egrep -c '(svm
@ghost commented on GitHub (Jun 4, 2020):
I'm also having the issue. It seems that arch isn't added to the kvm and libvirtd groups and doesn't have permission to use kvm.
EDIT: also…
@sintaxx commented on GitHub (Mar 12, 2021):
I was also wondering about this.... is it ok to erase these disks that show up in here? it wont affect my host will it? and it wont consume a 200+GB…
@roryrjb commented on GitHub (Jun 4, 2020):
You may have more luck with something like this:
$ docker run --privileged --net host --cap-add=ALL -v /tmp/.X11-unix:/tmp/.X11-unix -v…
@sickcodes commented on GitHub (Jun 4, 2020):
Mines on, what window manager or display manager are you using?
@xlash123 commented on GitHub (Jun 4, 2020):
I have installed those dependencies and ran the systemctl commands and rebooted, but there's a new error now:
Unable to init server: Could not…
@tanmaster commented on GitHub (Mar 13, 2021):
I was also wondering about this.... is it ok to erase these disks that show up in here? it wont affect my host will it? and it wont consume a…
@gameliee commented on GitHub (Jun 10, 2020):
thank @sickcodes for your great work. I haven't try macos before. So what to do next after the installation?
@sickcodes commented on GitHub (Jun 4, 2020):
Is hardware acceleration turned on in your BIOS? I usually get 3x CPU errors but you've got 4, the rest of the errors are sound card related.
@xlash123 commented on GitHub (Jun 4, 2020):
Ah, ok. I didn't know I needed to have that stuff installed as well on the host. I will test it out.
@sickcodes commented on GitHub (Jun 4, 2020):
I've just checked the Docker Hub version and it works for me.
I added some KVM instructions to the readme.
Try the KVM section of the readme…
@sickcodes commented on GitHub (Jun 4, 2020):
Have you tried these?
# Boot the macOS Base System
# Click Disk Utility
# Erase the biggest disk
# Partition that disk and subtract…
