-
Notifications
You must be signed in to change notification settings - Fork 368
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Installation version 15 exception #173
Comments
It seems that the IP address is not obtained. Container internal logs
|
It seems that the mac cannot correctly handle the ip address responded by dhcp, and then keeps requesting dhcp dnsmasq logs
|
Mmm.. would be very interesting to know why macOS refuses to accept the IP from dnsmasq but allows it from AdGuardHome. |
It is indeed a DHCP problem, because after I installed the macOS system, I still couldn't get the DHCP IP address. By manually setting the IP address, I can communicate normally. This is how I captured the packet
|
Operating system
CentOS Stream 8
Description
Installation version 15 exception,VNC keeps getting stuck on the Apple logo screen
Docker compose
services:
macos:
image: dockurr/macos
container_name: macos
Docker log
macos | ❯ Starting macOS for Docker v1.18...
macos | ❯ For support visit https://github.com/dockur/macos
macos | ❯ CPU: 12th Gen Intel Core i5 12400 | RAM: 28/63 GB | DISK: 376 GB (ext4) | KERNEL: 4.18.0-553.6.1.el8.x86_64...
macos |
macos | ❯ Downloading macOS 15 recovery image...
macos | Downloading 072-44253...
macos | Saving http://oscdn.apple.com/content/downloads/42/50/072-44253/45co5yrhqcy12kjlcif04jqoackzgtf80e/RecoveryImage/BaseSystem.chunklist to /storage/tmp/BaseSystem.chunklist...
100.0% downloaded
macos | Download complete!
macos | Saving http://oscdn.apple.com/content/downloads/42/50/072-44253/45co5yrhqcy12kjlcif04jqoackzgtf80e/RecoveryImage/BaseSystem.dmg to /storage/tmp/BaseSystem.dmg...
100.0% downloaded
macos | Download complete!
macos | Verifying image with chunklist...
Chunk 80 (10485760 bytes)
macos | Image verification complete!
macos | ❯ Creating a 100G growable disk image in raw format...
macos | ❯ Building boot image...
macos | ❯ Booting macOS using QEMU v9.2.0...
macos |
3h
3h
3h
BdsDxe: failed to load Boot0001 "UEFI Misc Device" from PciRoot(0x0)/Pci(0xA,0x0): Not Found
macos | BdsDxe: loading Boot0002 "UEFI Misc Device 2" from PciRoot(0x0)/Pci(0x5,0x0)
macos | BdsDxe: starting Boot0002 "UEFI Misc Device 2" from PciRoot(0x0)/Pci(0x5,0x0)
macos | OCS: No schema for Base at 1 index, context !
macos | OCS: No schema for Count at 3 index, context !
macos | OCS: No schema for Find at 5 index, context !
macos | OCS: No schema for Identifier at 6 index, context !
macos | OCS: No schema for Limit at 7 index, context !
macos | OCS: No schema for Mask at 8 index, context !
macos | OCS: No schema for Replace at 11 index, context !
macos | OCS: No schema for ReplaceMask at 12 index, context !
macos | OCS: No schema for Skip at 13 index, context !
macos | OCS: No schema for Base at 1 index, context !
macos | OCS: No schema for Count at 3 index, context !
macos | OCS: No schema for Find at 5 index, context !
macos | OCS: No schema for Identifier at 6 index, context !
macos | OCS: No schema for Limit at 7 index, context !
macos | OCS: No schema for Mask at 8 index, context !
macos | OCS: No schema for Replace at 11 index, context !
macos | OCS: No schema for ReplaceMask at 12 index, context !
macos | OCS: No schema for Skip at 13 index, context !
Screenshots (optional)
No response
The text was updated successfully, but these errors were encountered: