Install Opencore Mac Pro 5 1
In love with Big Sur with Opencore on my Mac Pro 5.1! Yesterday was the day where I decided to install macOS Big Sur on my Mac Pro 5.1. I used Martin Lo's OC package and it was so easy to upgrade. I previously had a patched Install of macOS Catalina on my NVME and decided to give OpenCore a try. I only mounted the EFI Partition of my NVME. WARNING DO NOT INSTALL Big Sur 11.3 it is not compatible with Mac Pro 5,1s. Only 11.2.3 works and may be the final version of Mac OS for our 5,1s unless the. 'Easy' Install of OpenCore on a Mac Pro 4,1 flashed to 5,1 or a 2010 -2012 Mac Pro 5,1. Don’t Do This. do you research and make sure it is something yo. Need help in installing Mojave on mid-2010 Pro 5.1? I am starting from High Sierra 10.13.6 on a Crucial MX500 - 500 GB SSD. It proceeds to the first restart and goes to the grey screen with Apple logo and starts the progress bar for a few seconds and stops. My latest OpenCore package can be downloaded at herehttps://forums.macrumors.com/threads/activate-amd-hardware-acceleration.2180095/page-53?post=28255048#pos.
以下为 快照 页面,建议前往来源网站查看,会有更好的阅读体验。OpenCore on the Mac Pro
原文链接: https://forums.macrumors.com/threads/opencore-on-the-mac-pro.2207814/
cdf
macrumors 6502a
Os x 10.11 dmg download. OpenCore on Legacy Apple Hardware
This guide explains how to use the excellent OpenCore bootloader on a classic Mac Pro to install, run and update macOS Catalina, resulting in a clean, unpatched operating system no different than on a supported Mac.
Why OpenCore?
There are several advantages to using OpenCore on a classic Mac Pro:
Boot picker screen (even with a standard graphics card)
** Several GPUs that are supported with High Sierra had support removed from Mojave and Catalina, like any non-Kepler generation NVIDIA GPUs or AMD GPUs earlier than HD 7950. Several HD 78xx GPUs (Pitcairn) were rebadged as R9 2xx and are not supported anymore by Mojave/Catalina drivers. All Mac Pro factory GPUs had support removed with Mojave.1 Disk Setup
Prepare two disks as follows:Disk ADisk B
2 Install OpenCore
You will need:
- Open Terminal
- Find the EFI volume of Disk A by entering:
diskutil list
- Mount the EFI volume by entering:
sudo diskutil mount /dev/diskAs1
- Copy the folder OpenCore/X64/EFI to the volume /Volumes/EFI
- Copy config.plist to /Volumes/EFI/EFI/OC
Reboot into recovery
- Open Terminal
- Reboot into recovery by entering:
sudo nvram 'recovery-boot-mode=unused' && sudo reboot recovery
- In recovery, open Terminal (see Utilities in the menu bar)
- Find the EFI volume of Disk A by entering:
diskutil list
- Mount the EFI volume by entering:
diskutil mount /dev/diskAs1
- Bless the volume for booting by entering:
bless --mount /Volumes/EFI --setBoot
- Now shut down your Mac and reset the SMC (unplug the power cord, wait 15 seconds, plug the power cord back in, wait 5 seconds, and then press the power button)
- Open Terminal
- Check that OpenCore has actually booted the system by entering:
nvram 4D1FDA02-38C7-4A6A-9CC6-4BCCA8B30102:opencore-version
- Check the VMM flag by entering:
sysctl machdep.cpu.features
VMM
(among other features).You will need:Install Catalina to Disk A
- Run the installer and select Disk A
- Complete the installation
Open the configuration file
- Open Terminal
- Find the EFI volume of Disk A by entering:
diskutil list
- Mount the EFI volume by entering:
sudo diskutil mount /dev/diskAs1
- Navigate to /Volumes/EFI/EFI/OC and copy config.plist to your home folder
- Open config.plist in your home folder with TextEdit
- Find
Cpuid1Mask
and make the appropriate change
AAAAAAAAAAAAAAAAAAAAAA
- Find
DirectGopRendering
and changetrue
tofalse
- If you have a HiDPI display (retina), find
UIScale
and changeAQ
toAg
- To get a black boot screen (like all supported Macs), find
ConsoleAttributes
and change112
to0
and findDefaultBackgroundColor
and changev7+/AA
toAAAAAA
- To hide the boot picker find
ShowPicker
and changetrue
tofalse
- Close config.plist and copy it back to /Volumes/EFI/EFI/OC
- Reboot
Advanced Configuration
You will need:
PciRoot(0x0)/Pci(0x0,0x0)/Pci(0x0,0x0)
.- Open Terminal
- Find the EFI volume of Disk A by entering:
diskutil list
- Mount the EFI volume by entering:
sudo diskutil mount /dev/diskAs1
- Copy Lilu.kext and WhateverGreen.kext and (if you have a dual-processor machine) AppleMCEReporterDisabler.kext to /Volumes/EFI/EFI/OC/Kexts
- Navigate to /Volumes/EFI/EFI/OC and copy config.plist to your home folder
- Open config.plist in your home folder with TextEdit
- Locate the
Kernel
key - Below it, replace
- If you have a dual-processor machine, add
- Find the
DeviceProperties
key - Below it, replace
PciRoot(0x0)/Pci(0x0,0x0)/Pci(0x0,0x0)
by the actual path that you noted earlier. Properties for other devices are configured similarly by adding a path key and corresponding dictionary entry to the dictionary.Install Opencore Mac Pro 5 11
Hybridization- Find the
SMBIOS
key - Below it, replace
- Find
UpdateSMBIOS
and changefalse
totrue
- Find
NVRAM
and delete
- Close config.plist
- In Terminal, enter:
plutil -convert xml1 config.plist && plutil config.plist
config.plist: OK
. If not, recheck all the steps.- Copy config.plist back to /Volumes/EFI/EFI/OC
- Reboot
You will need:
- Open Terminal
- Find the EFI volume of Disk A by entering:
diskutil list
- Mount the EFI volume by entering:
sudo diskutil mount /dev/diskAs1
- Copy Lilu.kext (unless you already have it) and NightShiftEnabler.kext to /Volumes/EFI/EFI/OC/Kexts
- Navigate to /Volumes/EFI/EFI/OC and copy config.plist to your home folder
- Open config.plist in your home folder with TextEdit
- Locate the
Kernel
key - If this is your first time adding kexts, replace
- Otherwise, add the NightShiftEnabler dictionary entry to the array
- Close config.plist
- In Terminal, enter:
plutil -convert xml1 config.plist && plutil config.plist
config.plist: OK
. If not, recheck all the steps.- Copy config.plist back to /Volumes/EFI/EFI/OC
- Reboot
You will need:
PciRoot(0x0)/Pci(0x0,0x0)/Pci(0x0,0x0)
.- Open Terminal
- Find the EFI volume of Disk A by entering:
diskutil list
- Mount the EFI volume by entering:
sudo diskutil mount /dev/diskAs1
- Navigate to /Volumes/EFI/EFI/OC and copy config.plist to your home folder
- Open config.plist in your home folder with TextEdit
- Locate the
DeviceProperties
key - If this is your first time adding device properties, replace
- Otherwise, add the path key and dictionary entry to the dictionary
PciRoot(0x0)/Pci(0x0,0x0)/Pci(0x0,0x0)
by the actual path that you noted earlier.- Close config.plist
- In Terminal, enter:
plutil -convert xml1 config.plist && plutil config.plist
config.plist: OK
. If not, recheck all the steps.- Copy config.plist back to /Volumes/EFI/EFI/OC
- Reboot
You will need:
- Open Terminal
- Find the EFI volume of Disk A by entering:
diskutil list
- Mount the EFI volume by entering:
sudo diskutil mount /dev/diskAs1
- Copy OcBinaryData/Resources to /Volumes/EFI/EFI/OC (overwrite the existing folder)
- Navigate to /Volumes/EFI/EFI/OC and copy config.plist to your home folder
- Open config.plist in your home folder with TextEdit
- Find
PickerMode
and changeBuiltin
toExternal
- Locate the
Drivers
key and add
- Close config.plist
- In Terminal, enter:
plutil -convert xml1 config.plist && plutil config.plist
config.plist: OK
. If not, recheck all the steps.- Copy config.plist back to /Volumes/EFI/EFI/OC
- Reboot
Maintenance
To update Catalina, simply turn on the VMM flag (see toggle the VMM flag in step 5 of Part I and don't forget to reboot). To manually check for updates, choose Apple menu > System Preferences, then click Software Update.
Updating OpenCore
OpenCore is currently being updated on the first Monday of every month. To update OpenCore, simply repeat steps 2 and 5 of Part I (overwriting /Volumes/EFI/EFI/OC and /Volumes/EFI/EFI/BOOT) and (if applicable) repeat Part II. To facilitate the process, @TECK has developed a nifty script, which you can adapt to your configuration. This tool is especially useful for advanced configurations.
Disabling OpenCore
Open the configuration file
- Open Terminal
- Find the EFI volume of Disk A by entering:
diskutil list
- Mount the EFI volume by entering:
sudo diskutil mount /dev/diskAs1
- Navigate to /Volumes/EFI/EFI/OC and copy config.plist to your home folder
- Open config.plist in your home folder with TextEdit
- Find
RequestBootVarRouting
and changetrue
tofalse
- Close config.plist and copy it back to /Volumes/EFI/EFI/OC
- Reboot
- Select Mojave in System Preferences > Startup Disk
- Reboot
Open the configuration file
- Open Terminal
- Find the EFI volume of Disk A by entering:
diskutil list
- Mount the EFI volume by entering:
sudo diskutil mount /dev/diskAs1
- Navigate to /Volumes/EFI/EFI/OC and copy config.plist to your home folder
- Open config.plist in your home folder with TextEdit
- Find
RequestBootVarRouting
and changefalse
totrue
Disable OpenCore
- Open Terminal
- Find the EFI volume of Disk A by entering:
diskutil list
- Mount the EFI volume by entering:
sudo diskutil mount /dev/diskAs1
- Delete /Volumes/EFI/EFI/OC and /Volumes/EFI/EFI/BOOT
Mac Pro 5 1 Opencore Install Guide
You will need:
- Open Terminal
- Find the EFI volume of Disk A by entering:
diskutil list
- Mount the EFI volume by entering:
sudo diskutil mount /dev/diskAs1
- Copy OcBinaryData/Drivers/ExFatDxeLegacy.efi to EFI/OC/Drivers
- Navigate to /Volumes/EFI/EFI/OC and copy config.plist to your home folder
- Open config.plist in your home folder with TextEdit
- Find the
Drivers
key and add
Install Opencore Mac Pro 5 10
Verify the configuration- Close config.plist
- In Terminal, enter:
plutil -convert xml1 config.plist && plutil config.plist
config.plist: OK
. If not, recheck all the steps.Load the configuration
- Copy config.plist back to /Volumes/EFI/EFI/OC
- Reboot
- Enter:
rsync -r /Volumes/CCCOMA_X64/ /Volumes/USB
- Reboot and select Windows (External) from the boot picker
Install Opencore Mac Pro 5 16
- At the Windows Setup window, press Shift+F10 to open the Command Prompt
- Start diskpart by entering:
diskpart
- Identify your disks by entering:
list volume
- Select Disk C by entering:
select volume 1
- Format the disk by entering:
format quick fs=ntfs label=Windows
- Enter:
exit
- Enter:
D:
- Backup the efi folder of the installer by entering:
ren efi efi.bak
- Enter:
cd sources
- Identify the version of Windows that you want to install by entering:
dism /get-wiminfo /wimfile:install.wim
- Apply the install image by entering:
dism /apply-image /imagefile:install.wim /index:1 /applydir:C: /compact /EA
- Create the boot files by entering:
bcdboot C:Windows /s D: /f uefi
- Enter:
exit
- Close the Windows Setup window (click the X)
- Reboot into macOS
- Open Terminal
- Find the EFI volume of Disk C by entering:
diskutil list
Install Opencore Mac Pro 5 15
- Mount the EFI volume by entering:
sudo diskutil mount /dev/diskCs1
- Copy /USB/EFI/Microsoft to /Volumes/EFI/EFI
- Delete /USB/EFI and rename efi.bak to efi
- Eject the USB
- Reboot and use the boot picker to select Windows
- Complete the configuration
A big thank you to @vit9696 and the other talented developers of Acidanthera for making all of this possible. Special gratitude goes to @h9826790 for spearheading the hardware acceleration study and @startergo for the relentless testing that led to boot screen support. And thanks to all those that have contributed to this thread!
Install Opencore Mac Pro 5 1
猜你喜欢
- 7
Mac Pro 3,1, A1186, EMC21331149TMmacrumors mem..
- 1
MP 1,1-5,1 Mac Pro and Thunderbolt Display ?!?F
- 2
Resolved Mac Pro 1,1 Firmware upgrade issuesC.. Bluestacks mac permissions.
- 0
Mac Pro 5,1 Randomly Freezing and CrashingCConradish..
- 1
Bring an old Mac Pro 4.1 to lifeKKostaskmacrumor..
- 0
12 Pro stutter when closing apps W
- 6
rogue (?) pixels in iPad Pro 12.9 2020joseleo90macrumors newbieOriginal poster
- 2
12 Pro Max overheating shooting HDR 4K 60fps videoDDexBe..
- 1
iPhone 12 Pro Downgrade from 12 pro to 12?H
- 5
Install el capitan on unsupported mac. iPad Pro 12.9 in iPad Pro or wait for 2021 upgrade?