Skip to content

Commit

Permalink
Batch Update 2 - September 2023
Browse files Browse the repository at this point in the history
Changes:

- Update to OpenCore 0.9.5

- Switch around the emulated video device (required for Ventura)

- Change default resolution to 1920x1080

- Include ventura in shortname CLI help

- Add notes on 'bridged networking'

- Better networking documentation (thomaspaulb)

- Support for offline installations (kwadwokyeremeh)

- Initial WIP macOS Sonoma support (via 'luchina-gabriel')
  • Loading branch information
kholia committed Sep 30, 2023
1 parent 1184c09 commit 5652db3
Show file tree
Hide file tree
Showing 104 changed files with 560 additions and 22,073 deletions.
2 changes: 1 addition & 1 deletion OVMF-notes.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Current OVMF blobs are borrowed from the following URL(s),

- http://ftp.debian.org/debian/pool/main/e/edk2/ (ovmf_2022.08-1_all.deb)
- http://ftp.debian.org/debian/pool/main/e/edk2/ (ovmf_2023.05-2_all.deb)

Building OVMF
-------------
Expand Down
Binary file modified OVMF_CODE.fd
Binary file not shown.
Binary file modified OVMF_VARS-1920x1080.fd
Binary file not shown.
7 changes: 4 additions & 3 deletions OpenCore-Boot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,12 @@ args=(
# -device usb-mouse,bus=ehci.0
-device nec-usb-xhci,id=xhci
-global nec-usb-xhci.msi=off
# -global ICH9-LPC.acpi-pci-hotplug-with-bridge-support=off
# -device usb-host,vendorid=0x8086,productid=0x0808 # 2 USD USB Sound Card
# -device usb-host,vendorid=0x1b3f,productid=0x2008 # Another 2 USD USB Sound Card
-device isa-applesmc,osk="ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"
-drive if=pflash,format=raw,readonly=on,file="$REPO_PATH/$OVMF_DIR/OVMF_CODE.fd"
-drive if=pflash,format=raw,file="$REPO_PATH/$OVMF_DIR/OVMF_VARS-1024x768.fd"
-drive if=pflash,format=raw,file="$REPO_PATH/$OVMF_DIR/OVMF_VARS-1920x1080.fd"
-smbios type=2
-device ich9-intel-hda -device hda-duplex
-device ich9-ahci,id=sata
Expand All @@ -52,10 +53,10 @@ args=(
-drive id=MacHDD,if=none,file="$REPO_PATH/mac_hdd_ng.img",format=qcow2
-device ide-hd,bus=sata.4,drive=MacHDD
# -netdev tap,id=net0,ifname=tap0,script=no,downscript=no -device virtio-net-pci,netdev=net0,id=net0,mac=52:54:00:c9:18:27
-netdev user,id=net0 -device virtio-net-pci,netdev=net0,id=net0,mac=52:54:00:c9:18:27
-netdev user,id=net0,hostfwd=tcp::2222-:22 -device virtio-net-pci,netdev=net0,id=net0,mac=52:54:00:c9:18:27
# -netdev user,id=net0 -device vmxnet3,netdev=net0,id=net0,mac=52:54:00:c9:18:27 # Note: Use this line for High Sierra
-monitor stdio
-device VGA,vgamem_mb=128
-device vmware-svga
)

qemu-system-x86_64 "${args[@]}"
File renamed without changes.
1 change: 1 addition & 0 deletions OpenCore/EFI/BOOT/.contentVisibility
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Disabled
Binary file modified OpenCore/EFI/BOOT/BOOTx64.efi
Binary file not shown.
1 change: 0 additions & 1 deletion OpenCore/EFI/OC/.contentVisibility

This file was deleted.

Binary file removed OpenCore/EFI/OC/ACPI/SSDT-DTGP.aml
Binary file not shown.
File renamed without changes.
Binary file removed OpenCore/EFI/OC/ACPI/SSDT-EHCI.aml
Binary file not shown.
Binary file removed OpenCore/EFI/OC/ACPI/SSDT-PLUG.aml
Binary file not shown.
Binary file removed OpenCore/EFI/OC/Drivers/ArpDxe.efi
Binary file not shown.
Binary file removed OpenCore/EFI/OC/Drivers/AudioDxe.efi
Binary file not shown.
Binary file removed OpenCore/EFI/OC/Drivers/BiosVideo.efi
Binary file not shown.
Binary file removed OpenCore/EFI/OC/Drivers/CrScreenshotDxe.efi
Binary file not shown.
Binary file removed OpenCore/EFI/OC/Drivers/Dhcp4Dxe.efi
Binary file not shown.
Binary file removed OpenCore/EFI/OC/Drivers/DnsDxe.efi
Binary file not shown.
Binary file removed OpenCore/EFI/OC/Drivers/DpcDxe.efi
Binary file not shown.
Binary file removed OpenCore/EFI/OC/Drivers/Ext4Dxe.efi
Binary file not shown.
Binary file added OpenCore/EFI/OC/Drivers/HfsPlus.efi
Binary file not shown.
Binary file removed OpenCore/EFI/OC/Drivers/HiiDatabase.efi
Binary file not shown.
Binary file removed OpenCore/EFI/OC/Drivers/HttpBootDxe.efi
Binary file not shown.
Binary file removed OpenCore/EFI/OC/Drivers/HttpDxe.efi
Binary file not shown.
Binary file removed OpenCore/EFI/OC/Drivers/HttpUtilitiesDxe.efi
Binary file not shown.
Binary file removed OpenCore/EFI/OC/Drivers/Ip4Dxe.efi
Binary file not shown.
Binary file removed OpenCore/EFI/OC/Drivers/MnpDxe.efi
Binary file not shown.
Binary file removed OpenCore/EFI/OC/Drivers/NvmExpressDxe.efi
Binary file not shown.
Binary file modified OpenCore/EFI/OC/Drivers/OpenCanopy.efi
Binary file not shown.
Binary file removed OpenCore/EFI/OC/Drivers/OpenHfsPlus.efi
Binary file not shown.
Binary file removed OpenCore/EFI/OC/Drivers/OpenLinuxBoot.efi
Binary file not shown.
Binary file removed OpenCore/EFI/OC/Drivers/OpenNtfsDxe.efi
Binary file not shown.
Binary file removed OpenCore/EFI/OC/Drivers/OpenPartitionDxe.efi
Binary file not shown.
Binary file modified OpenCore/EFI/OC/Drivers/OpenRuntime.efi
Binary file not shown.
Binary file removed OpenCore/EFI/OC/Drivers/OpenUsbKbDxe.efi
Binary file not shown.
Binary file not shown.
Binary file removed OpenCore/EFI/OC/Drivers/Ps2KeyboardDxe.efi
Binary file not shown.
Binary file removed OpenCore/EFI/OC/Drivers/Ps2MouseDxe.efi
Binary file not shown.
Binary file modified OpenCore/EFI/OC/Drivers/ResetNvramEntry.efi
Binary file not shown.
Binary file removed OpenCore/EFI/OC/Drivers/SnpDxe.efi
Binary file not shown.
Binary file removed OpenCore/EFI/OC/Drivers/TcpDxe.efi
Binary file not shown.
Binary file removed OpenCore/EFI/OC/Drivers/ToggleSipEntry.efi
Binary file not shown.
Binary file removed OpenCore/EFI/OC/Drivers/Udp4Dxe.efi
Binary file not shown.
Binary file modified OpenCore/EFI/OC/Drivers/UsbMouseDxe.efi
Binary file not shown.
Binary file removed OpenCore/EFI/OC/Drivers/XhciDxe.efi
Binary file not shown.
66 changes: 0 additions & 66 deletions OpenCore/EFI/OC/Kexts/AGPMInjector.kext/Contents/Info.plist

This file was deleted.

Loading

0 comments on commit 5652db3

Please sign in to comment.