Update OpenCore ISO references in install.sh, README.md, and setup script to use LongQT-OpenCore-v0.5.iso for improved consistency across the installation process.

This commit is contained in:
Benjamin 2025-11-22 22:11:35 -05:00
parent 5430b9de09
commit 772f64fde1
4 changed files with 4 additions and 4 deletions

Binary file not shown.

View File

@ -34,7 +34,7 @@ chmod +x install-osx-proxmox.sh
- Select the storage that will hold ISO/recovery media.
- Install prerequisite packages, configure GRUB/IOMMU/VFIO, and optionally reboot if the host still needs those changes.
- Download at least one `recovery-<version>.iso` (options `101/102` inside the menu) and refresh the bundled OpenCore ISO (option `201`) so macOS can boot.
- Verifies (via `ensure_boot_media_ready`) that `${ISODIR}` now contains `opencore-osx-proxmox-vm.iso` **and** at least one `recovery-*.iso`. If either artifact is missing, the installer tells you exactly which menu option to re-run and exits safely.
- Verifies (via `ensure_boot_media_ready`) that `${ISODIR}` now contains `LongQT-OpenCore-v0.5.iso` **and** at least one `recovery-*.iso`. If either artifact is missing, the installer tells you exactly which menu option to re-run and exits safely.
### Menu quick reference

View File

@ -36,7 +36,7 @@ check_status() {
# Paths and artefacts managed by setup
SCRIPT_ROOT="/root/OSX-PROXMOX"
LOG_DIR="${SCRIPT_ROOT}/logs"
OPENCORE_ISO="opencore-osx-proxmox-vm.iso"
OPENCORE_ISO="LongQT-OpenCore-v0.5.iso"
# Discover ISO directory from setup logs
detect_iso_dir() {

4
setup
View File

@ -48,7 +48,7 @@ MAX_CORES=16
DHCP_CONF_DIR="/etc/dhcp/dhcpd.d"
NETWORK_INTERFACES_FILE="/etc/network/interfaces"
DHCP_USER="dhcpd"
OPENCORE_ISO="opencore-osx-proxmox-vm.iso"
OPENCORE_ISO="LongQT-OpenCore-v0.5.iso"
# macOS version configuration
declare -A MACOS_CONFIG=(
@ -846,7 +846,7 @@ customize_opencore_config() {
update_opencore_iso() {
local iso_path
local logfile="${LOGDIR}/update-opencore-iso.log"
local iso_url="https://github.com/braffour/OSX-PROXMOX/raw/cursor/analyse-the-code-repository-gpt-5.1-codex-high-3378/EFI/opencore-osx-proxmox-vm.iso"
local iso_url="https://github.com/braffour/OSX-PROXMOX/raw/cursor/analyse-the-code-repository-gpt-5.1-codex-high-3378/EFI/LongQT-OpenCore-v0.5.iso"
iso_path="${ISODIR}/${OPENCORE_ISO}"
oc_json_path="${ISODIR}/.smbios.json"