Skip to content
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]: Patch "Sonoma VM BT Enabler" breaks the installation of Sequoia 15.3 #181

Closed
JiffsMaverick opened this issue Jan 30, 2025 · 3 comments
Labels
bug Something isn't working

Comments

@JiffsMaverick
Copy link

JiffsMaverick commented Jan 30, 2025

Operating system

Debian 12.9

Description

I am trying to install macOS 15.3 and immediately encounter an error:

OC: Injected kext 21 (Sonoma VM BT Enabler - PART 1 of 2 - Patch kern.hv_vmm_present=0) has invalid info

However, if I replace sequoia.plist with default.plist (which doesn't have the patch), the installation and launch proceed successfully.

Docker compose

services:
  macos:
    image: dockurr/macos:1.19
    container_name: macos
    environment:
      VERSION: "15"
      RAM_SIZE: "8G"
      CPU_CORES: "4"
      DISK_SIZE: "75"
    devices:
      - /dev/kvm
      - /dev/net/tun
    cap_add:
      - NET_ADMIN
    ports:
      - 127.0.0.1:5902:5902
    stop_grace_period: 2m
    volumes:
      - ./data:/storage
      - ./assets:/assets

Docker log

macos  | ❯ Starting macOS for Docker v1.19...
macos  | ❯ For support visit https://github.com/dockur/macos
macos  | ❯ CPU: AMD Ryzen 9 5950X | RAM: 51/126 GB | DISK: 1189 GB (ext4) | KERNEL: 6.1.0-30-amd64...
macos  |
macos  | ❯ Downloading macOS 15 recovery image...
macos  | Downloading 072-08264...
macos  | Saving http://oscdn.apple.com/content/downloads/43/08/072-08264/frqfjjjvqk9tdu3asewd2hi9oce5x1zvuu/RecoveryImage/BaseSystem.chunklist to /storage/tmp/BaseSystem.chunklist...
100.0% downloaded
macos  | Download complete!
macos  | Saving http://oscdn.apple.com/content/downloads/43/08/072-08264/frqfjjjvqk9tdu3asewd2hi9oce5x1zvuu/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 75G growable disk image in raw format...
macos  | ❯ Building boot image...
macos  | ❯ Booting macOS using QEMU v9.2.0...
macos  | qemu-system-x86_64: warning: host doesn't support requested feature: CPUID.01H:ECX.pcid [bit 17]
macos  | qemu-system-x86_64: warning: host doesn't support requested feature: CPUID.01H:ECX.pcid [bit 17]
macos  | qemu-system-x86_64: warning: host doesn't support requested feature: CPUID.01H:ECX.pcid [bit 17]
macos  | qemu-system-x86_64: warning: host doesn't support requested feature: CPUID.01H:ECX.pcid [bit 17]
macos  |
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 <Add>!
macos  | OCS: No schema for Count at 3 index, context <Add>!
macos  | OCS: No schema for Find at 5 index, context <Add>!
macos  | OCS: No schema for Identifier at 6 index, context <Add>!
macos  | OCS: No schema for Limit at 7 index, context <Add>!
macos  | OCS: No schema for Mask at 8 index, context <Add>!
macos  | OCS: No schema for Replace at 11 index, context <Add>!
macos  | OCS: No schema for ReplaceMask at 12 index, context <Add>!
macos  | OCS: No schema for Skip at 13 index, context <Add>!
macos  | OCS: No schema for Base at 1 index, context <Add>!
macos  | OCS: No schema for Count at 3 index, context <Add>!
macos  | OCS: No schema for Find at 5 index, context <Add>!
macos  | OCS: No schema for Identifier at 6 index, context <Add>!
macos  | OCS: No schema for Limit at 7 index, context <Add>!
macos  | OCS: No schema for Mask at 8 index, context <Add>!
macos  | OCS: No schema for Replace at 11 index, context <Add>!
macos  | OCS: No schema for ReplaceMask at 12 index, context <Add>!
macos  | OCS: No schema for Skip at 13 index, context <Add>

Screenshots (optional)

Image
@JiffsMaverick JiffsMaverick added the bug Something isn't working label Jan 30, 2025
@JiffsMaverick JiffsMaverick changed the title [Bug]: Patch "Sonoma VM BT Enabler" doesn't work with Sequoia 15.3 [Bug]: Patch "Sonoma VM BT Enabler" breaks the installation of Sequoia 15.3 Jan 30, 2025
@kroese
Copy link
Contributor

kroese commented Jan 30, 2025

Okay so in that case I will remove the patch

@kroese
Copy link
Contributor

kroese commented Jan 30, 2025

Can you try the new version (v1.20) and check if it is fixed now?

@JiffsMaverick
Copy link
Author

It worked with the new version. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants