myspaghetti / macos-virtualbox

Push-button installer of macOS Catalina, Mojave, and High Sierra guests in Virtualbox on x86 CPUs for Windows, Linux, and macOS
GNU General Public License v2.0
13.46k stars 1.11k forks source link

DmiSystemProduct #654

Closed noyannus closed 4 months ago

noyannus commented 1 year ago

Why not set DmiSystemProduct to a hardware from 14,1 through 15,1? This is the range from the first support for Ventura to the last support for High Sierra. Does this variable matter at all?

#   MacOS versions              supported MacBook Pro
# + macOS 10.13 "High Sierra"   MacBookPro3,1 - 15,1
# + macOS 10.14 "Mojave"        MacBookPro9,1 - 15,3  (last 32bit CPU)
# + macOS 10.15 "Catalina"      MacBookPro9,2 - 16,3  (16,3 is last Intel silicon)
# * macOS 11 "Big Sur"         MacBookPro11,1 - 16,3
# * macOS 12 "Monterey"        MacBookPro11,4 - 16,3
#   macOS 13 "Ventura"         MacBookPro14,1 - 16,3       
# + => can be installed with this script
# * => can be upgraded to through Software Update
myspaghetti commented 1 year ago

Here's a guide for choosing the SMBIOS. I'll look into it later.