If you use pkgutil to expand the InstallMacOSX.pkg it opens to three items, the Distribution file, InstallMacOSX.pkg and Resources. You can alter the Distribution file to ignore the supported platform check, see below.
Disk Images, or DMGs, are a common way to compress large files on Mac computers, including apps. Because these files can often be a few gigabytes in size, a USB flash drive is usually the fastest way to get the file to your Mac computer. Creating a Snow Leopard USB Boot Drive Using Disk Utility. Start by launching Disk Utility on the Mac. To do this, you can either search for the application in Spotlight or find it in the Applications folder. Locate the USB drive on the left-hand side of the window and click on its name, not its partition. Partitioning and restoring the USB drive. In Disk Utility, select InstallESD.dmg in the sidebar Click the Burn button in the toolbar. When prompted, insert a blank DVD (a single-layer disc should work, although you can use a dual-layer.
Creating the Install OS X El Capitan.app on a mac that came with a newer OS than El Capitan.
Download the InstallMacOSX.dmg from Section 4 of How To Upgrade To El Capitan
Double-click to open InstallMacOSX.dmg to Install MacOSX.pkg.
Drag InstallMacOSX.pkg to the Desktop.
Open Terminal, enter the text
A folder will be created on the Desktop after a while with the contents of the .pkg file.
In there you will see an item called Distribution, Control-click on that and select Open With
go to Other and select Text Edit.
When the file opens scroll down to the section that reads,
function isSupportedPlatform(){
Burn Dmg To Usb Mac Disk Utility
type in at the end return true; so it now reads as,
function isSupportedPlatform(){return true;
Now click Save and close the document.
Go back to Terminal and enter the text,
Boot Dmg From Usb
press Return, after several minutes, be patient, (check to see if the prompt has returned to Terminal) a new package will be created on the Desktop.
When created double-click on that and an installation window will open where you will now convert the
new InstallElCapitan.pkg to the Install OS X El Capitan.app which will be placed in your Applications folder.
You can now create a bootable USB using the install app and createinstallmedia,
Disk Images, or DMGs, are a common way to compress large files on Mac computers, including apps. Because these files can often be a few gigabytes in size, a USB flash drive is usually the fastest way to get the file to your Mac computer. Creating a Snow Leopard USB Boot Drive Using Disk Utility. Start by launching Disk Utility on the Mac. To do this, you can either search for the application in Spotlight or find it in the Applications folder. Locate the USB drive on the left-hand side of the window and click on its name, not its partition. Partitioning and restoring the USB drive. In Disk Utility, select InstallESD.dmg in the sidebar Click the Burn button in the toolbar. When prompted, insert a blank DVD (a single-layer disc should work, although you can use a dual-layer.
Creating the Install OS X El Capitan.app on a mac that came with a newer OS than El Capitan.
Download the InstallMacOSX.dmg from Section 4 of How To Upgrade To El Capitan
Double-click to open InstallMacOSX.dmg to Install MacOSX.pkg.
Drag InstallMacOSX.pkg to the Desktop.
Open Terminal, enter the text
A folder will be created on the Desktop after a while with the contents of the .pkg file.
In there you will see an item called Distribution, Control-click on that and select Open With
go to Other and select Text Edit.
When the file opens scroll down to the section that reads,
function isSupportedPlatform(){
Burn Dmg To Usb Mac Disk Utility
type in at the end return true; so it now reads as,
function isSupportedPlatform(){return true;
Now click Save and close the document.
Go back to Terminal and enter the text,
Boot Dmg From Usb
press Return, after several minutes, be patient, (check to see if the prompt has returned to Terminal) a new package will be created on the Desktop.
When created double-click on that and an installation window will open where you will now convert the
new InstallElCapitan.pkg to the Install OS X El Capitan.app which will be placed in your Applications folder.
You can now create a bootable USB using the install app and createinstallmedia,
If you have the time I would be grateful if you could give this a trial, it works here on my mac, but I would like confirmation from yourself or any others reading this that the procedure works on macs that came with macOS Sierra or newer pre-installed. Oh and tell me if my description of the procedure is easy to follow and understand..
Jan 15, 2020 12:58 AM