mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-04-27 08:35:48 +03:00
[GH-ISSUE #680] Blank screen when using naked/naked:auto with hosted .img files #514
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#514
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 @gabeklavans on GitHub (Jul 21, 2023).
Original GitHub issue: https://github.com/sickcodes/Docker-OSX/issues/680
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