- Joined
- Feb 2, 2010
- Messages
- 8,226
- Motherboard
- ASUS TUF Z390-PRO GAMING - 2606 - UEFI
- CPU
- i9-9900K
- Graphics
- Vega 64
- Mac
- Classic Mac
- Mobile Phone
Apple during the High Sierra Beta released a firmware update for the Mac Pro 5,1 to allow it to boot APFS volumes. The installer checks for this version and will display a message like this:
To get around this you need to edit your Clover config.plist to contain the updated version information.
Under SMBIOS change BiosReleaseDate and BiosVersion to the following:
To get around this you need to edit your Clover config.plist to contain the updated version information.
Under SMBIOS change BiosReleaseDate and BiosVersion to the following:
Code:
<key>BiosReleaseDate</key>
<string>08/08/17</string>
<key>BiosVersion</key>
<string>MP51.88Z.0084.B00.1708080528</string>