mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-11 21:10:25 +01:00
Blank screen when using naked/naked:auto with hosted .img files #514
Reference in New Issue
Block a user
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 @gabeklavans on GitHub (Jul 21, 2023).
As title says, if I run the command verbatim from the docs:
It boots up, I see the boot loader go and some text, and then I get a blank screen. No input does anything. I also tried with VNC. Using the OS-base containers work fine, like :latest and :high-sierra. But when I try this or when I try to extract the .img files from any of them and use one of those, I just get this blank black screen.
Here's a log of the output of the
docker runcommand (i hope there's no sensitive info in there heh)log.txt
Here's my system info:
@gabeklavans commented on GitHub (Jul 21, 2023):
Looks like if I remove the option:
-e MASTER_PLIST_URL=https://raw.githubusercontent.com/sickcodes/Docker-OSX/master/custom/config-nopicker-custom.plist, it works fine. Is this just something I need more configuration for?@phatpaul commented on GitHub (Aug 17, 2023):
Same issue here. Thanks @gabeklavans your workaround works for me too, but I have no idea why.
My system is Ubuntu 22.04 on AMD Athlon 3000G.
@gdotdesign commented on GitHub (Oct 3, 2023):
I can confirm that @gabeklavans workaround works for me too.
@yajuve commented on GitHub (Oct 31, 2023):
I tried it and it works now, thanks
@biemster commented on GitHub (Mar 3, 2024):
This fixed it for me too