mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-11 21:10:25 +01:00
Failed to boot OSX with GENERATE_UNIQUE #168
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 @manjotsidhu on GitHub (Apr 13, 2021).
I am able to run docker container using
But If I add GENERATE_UNIQUE, HEIGHT, WIDTH flags. It fails to boot at startup showing boot device not found.
Screenshot
I just want to set the resolution.
OS Info
@manjotsidhu commented on GitHub (Apr 14, 2021):
Here are the logs: logs.txt
@meydominic commented on GitHub (Apr 14, 2021):
Same here

@sickcodes commented on GitHub (Apr 14, 2021):
Add to Docker command
@manjotsidhu commented on GitHub (Apr 15, 2021):
I think the generate unique script present inside
customfolder is being used to generate UUID ? Since it has old way of generating UUID which is different than theosx-serial-generator.https://github.com/sickcodes/Docker-OSX/blob/master/custom/generate-unique-machine-values.sh#L278
https://github.com/sickcodes/osx-serial-generator/blob/master/generate-unique-machine-values.sh#L280
@sickcodes commented on GitHub (Apr 15, 2021):
Ah noted, let me update the folder
@sickcodes commented on GitHub (Apr 15, 2021):
FYI that PR won't fix it I'm working on it now, just woke up
@sickcodes commented on GitHub (Apr 16, 2021):
Bug possibly here:
ca04c24f32@sickcodes commented on GitHub (Apr 16, 2021):
Possibly
ca04c24f32 (diff-18ce8f2001c3c18075dbf54219a44cbfbc93fc79f0f2ab519305ed1bcd16112eR788)@sickcodes commented on GitHub (Apr 16, 2021):
Full Log:
@sickcodes commented on GitHub (Apr 16, 2021):
Raised possible question:
ca04c24f32 (r49579691)@sickcodes commented on GitHub (Apr 18, 2021):
Weirdly this is not an error in Docker 19.03.12 on Ubuntu 20.04
No error
Linux docker-ubuntu-c-8-16gib-nyc3-01 5.4.0-52-generic #57-Ubuntu SMP Thu Oct 15 10:57:00 UTC 2020 x86_64 x86_64 x86_64 GNU/LinuxError
Linux hostname 5.11.15-arch1-2 #1 SMP PREEMPT Sat, 17 Apr 2021 00:22:30 +0000 x86_64 GNU/Linux@aronzvi commented on GitHub (Apr 18, 2021):
I encountered the same problem and this solved the problem for me:
https://bbs.archlinux.org/viewtopic.php?pid=1967285#p1967285
I placed the following in my Dockerfile:
RUN yes | sudo pacman -U https://archive.archlinux.org/packages/f/file/file-5.39-1-x86_64.pkg.tar.zst
@sickcodes commented on GitHub (Apr 18, 2021):
Legendary! Fixing now
@sickcodes commented on GitHub (Apr 18, 2021):
@sickcodes commented on GitHub (Apr 18, 2021):
Confirmed all are now on
file5.39...@n0012 commented on GitHub (Apr 26, 2021):
This is still an issue for me after pulling latest from dockerhub.
I'm running on Ubuntu 20.10.
Installed libguestfs with this command: sudo apt-get install libguestfs-tools
Docker Command:
Log Output:
@sickcodes commented on GitHub (Apr 28, 2021):
Confirmed this is still an issue, checking now
@sickcodes commented on GitHub (Apr 28, 2021):
This should fix it, building images now.
@sickcodes commented on GitHub (Apr 28, 2021):
Working now, strangely, I had omitted
sudofrom the:latestimage@n0012 commented on GitHub (Apr 28, 2021):
Thank you! Testing now
@mintunitish commented on GitHub (May 3, 2021):
I am still facing this issue!
@meydominic commented on GitHub (May 3, 2021):
Did you pull the latest image? For me it's working fine