macos icon indicating copy to clipboard operation
macos copied to clipboard

Clean install of macOS ventura does not boot

Open HabaneroGabe opened this issue 4 months ago • 9 comments

Operating system

qnap QTS 5.1.8.2823

Description

Got this far: Start the container and connect to port 8006 using your web browser.

Choose Disk Utility and then select the largest Apple Inc. VirtIO Block Media disk.

Click the Erase button to format the disk, and give it any recognizable name you like.

Close the current window and proceed the installation by clicking Reinstall macOS.

When prompted where you want to install it, select the disk you just created previously.

After this, macOS reboot and then fails to boot.

Docker compose

services: macos: image: dockurr/macos container_name: macos environment: VERSION: "ventura" DISK_SIZE: "256G" devices: - /dev/kvm cap_add: - NET_ADMIN ports: - 8006:8006 - 5900:5900/tcp - 5900:5900/udp stop_grace_period: 2m volumes: - /Docker/macos:/storage

Docker log

3h3h3hBdsDxe: failed to load Boot0080 "Mac OS X" from PciRoot(0x0)/Pci(0xA,0x0)/VenMedia(BE74FCF7-0B7C-49F3-9147-01F4042E6842,73000BF5A000AF4981E0DC65C47DA08D)/\0FACE32B-8D7C-4441-AA96-4636CD07E251\System\Library\CoreServices\boot.efi: Not Found BdsDxe: failed to load Boot0001 "UEFI Misc Device" from PciRoot(0x0)/Pci(0xA,0x0): Not Found BdsDxe: loading Boot0002 "UEFI Misc Device 2" from PciRoot(0x0)/Pci(0x5,0x0) BdsDxe: starting Boot0002 "UEFI Misc Device 2" from PciRoot(0x0)/Pci(0x5,0x0) #[EB|LOG:EXITBS:END] _ #[EB.BST.FBS|-] #[EB|B:BOOT] #[EB|LOG:HANDOFF TO XNU] _ ======== End of efiboot serial output. ========

Screenshots (optional)

No response

HabaneroGabe avatar Oct 10 '24 22:10 HabaneroGabe