Skip to content

BdsDxe: failed to load Boot0080 "Mac OS X" from PciRoot(0x0)/Pci(0xA,0x0) System\Library\CoreServices\boot.efi: Not Found #385

@Siscos06

Description

@Siscos06

Operating system

Windows 11

Description

It worked really nicely on my Windows 11 machine, however, a while ago, it started failing to boot.

  • Additional info:
    Docker Engine
    v28.3.3
    CPU: i7-13700H
    RAM: 16 GB 3200 MT/s
    GPU: RTX 4050 Laptop

Docker compose

services:
  macos:
    image: dockurr/macos
    container_name: macos
    environment:
      VERSION: "15"
      DISK_SIZE: "64G"
      RAM_SIZE: "6G"
      CPU_CORES: "10"
      NVIDIA_VISIBLE_DEVICES: all # Specify which GPUs to use
    devices:
      - /dev/kvm
      - /dev/net/tun
#      - /dev/dri # Add this line for GPU access
    cap_add:
      - NET_ADMIN
    ports:
      - 8006:8006
      - 5900:5900/tcp
      - 5900:5900/udp
    volumes:
      - /dev/kvm://dev/kvm
      - ./macos:/storage
    restart: always
    stop_grace_period: 2m
    runtime: nvidia # Add this line to specify the NVIDIA runtime
    command: nvidia-smi

Docker log

❯ Building boot image...

❯ 

❯ Model: iMacPro1,1

❯ Rom: 0016cb9711f4

❯ Serial: C02GXYYXHX87

❯ Board: C02153802GUJG368C

❯ 

❯ Warning: your configured RAM_SIZE of 6 GB is very close to the 6.9 GB of memory available, please consider a lower value.

❯ Booting macOS using QEMU v10.0.0...

BdsDxe: failed to load Boot0080 "Mac OS X" from PciRoot(0x0)/Pci(0xA,0x0)/VenMedia(BE74FCF7-0B7C-49F3-9147-01F4042E6842,CA2881DA3BCBCE449C7F677C2AE44E1C)/\228D8598-3E3C-4848-9178-BCA808696B84\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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions