mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-04-27 08:35:48 +03:00
[GH-ISSUE #309] :naked fails to start "Could not open '/home/arch/OSX-KVM/OpenCore-Catalina/OpenCore-nopicker.qcow2': No such file or directory" #219
Labels
No labels
bug
documentation
enhancement
following upstream developments
good first issue
help wanted
invalid
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Docker-OSX#219
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @GabrielLasso on GitHub (Jul 7, 2021).
Original GitHub issue: https://github.com/sickcodes/Docker-OSX/issues/309
OS related issued, please help us identify the issue by posting the output of this
I got an error when I run this command:
uname -a
; echo "${DISPLAY}"
; echo 1 | sudo tee /sys/module/kvm/parameters/ignore_msrs
; grep NAME /etc/os-release
; df -h .
; qemu-system-x86_64 --version
; libvirtd --version
; free -mh
; nproc
; egrep -c '(svm|vmx)' /proc/cpuinfo
; ls -lha /dev/kvm
; ls -lha /tmp/.X11-unix/
; ps aux | grep dockerd
; docker ps | grep osx
; grep "docker|kvm|virt" /etc/group
@sickcodes commented on GitHub (Jul 8, 2021):
Depends if your image is named
mac_hdd_ng.imgbut I can see you closed the issue, let me know if you have any other issues :)@iamjackg commented on GitHub (Jul 15, 2021):
This is actually still an issue -- looks like the nopicker.qcow2 image doesn't exist anymore: the default image now boots automatically after 120 seconds.
See: https://github.com/kholia/OSX-KVM/tree/master/OpenCore-Catalina
@sickcodes commented on GitHub (Jul 16, 2021):