Introduction

How to create Bootable USB Stick for old version of macOS/Mac OSX.

Error : This version of OS X/macOS cannot be installed on this computer.

  1. FUrLwvoYUI3UvRQk
  2. MbidDMDh1vLafVHB
    • Open InstallMacOSX.dmg by double-clicking.

    • Double-click on InstallMacOSX.pkg

    • The installer runs

  3. kAEoSJ1ZsNfphLkj
    • If you don't get the following error: "This version of OS X/macOS cannot be installed on this computer."

    • Wait for the end of the installation and follow the following tutorial : How to create a bootable USB drive

    • Otherwise, go to the next step.

  4. kkNcKSaLRwCQDVCh
    • Quit the installer and drag and drop the InstallMacOSX.pkg file on your Desktop

  5. RTrByDOYdRHKfKNe
    RTrByDOYdRHKfKNe
    S3KegxIQx2Kb3lPv
    • Open Terminal and enter the following command: "cd Desktop"

    • Enter the following command: "pkgutil --expand ~/Desktop/InstallMacOSX.pkg FolderName" (You can change FolderName to any name you want)

    • A folder with the name you gave appears on your Desktop.

    It should be ~/Desktop

    Jeroen van der Heiden -

    thanks a lot jeroen it helped me a lot ! :)

    Kevin Ben -

    Le mec est réactif pour corriger son auto ... Je l'aime !

    Kevin Ben -

  6. 1VrTLtBT6w4FXEgy
    • Open the folder appeared on the desktop.

    • Then, download the files here: https://github.com/ThonyF/iFixitTutoCrea...

    • Search for the macOS version corresponding to the installation you wish to perform and replace the distribution file in the folder that has been created.

  7. mwVE4VUQrTSZ1CFX
    mwVE4VUQrTSZ1CFX
    GFPDCRr4cW6IFKte
    • Go back to the terminal and type the following command: pkgutil --flatten FolderName New.pkg (FolderName = the name of the folder and New.pkg = the new .PKG file that will be created)

    • Press enter and wait for the file to be created

    • Launch the new .PKG file

    • Congratulations you can launch the installer.

    • To continue creating the USB Stick follow the following tutorial : How to create a bootable USB drive

    J'ai une erreur quand j'ouvre le racket ElCapitan.pkg donc le nouveau créer, j'ai un iMac m1, et quand j'ouvre le packet il est écrit "Erreur lors de la lecture du paquet. JavaScriptError"

    Eikono -

    Tu as fait une erreur lors de la modification du fichier "Distribution", étant donné que tu as un iMac M1, je suppose que tu as utilisé la solution que j'ai donnée en commentaire juste au-dessus, qui est la suivante :

    function isSupportedPlatform(){

    return true;

    }

    Vérifie bien que tu écris exactement la même chose, tous les caractères ont leurs importances.

    Anthony Fassler -

    Bonjour,

    Je suis sur MacOS Ventura et j'essaye de créer une clé bootable ElCapitan pour vendre un ancien Mac.

    Arrivé à cette étape, la fonction pkgutil --flatten ne semble pas se terminer (en quittant le terminal, un message me dit que la fonction est toujours en cours). Et le PKG créé n'ouvre rien.

    Qu'en pensez-vous ?

    Merci par avance.

    Fahren911 -

    Bonjour,

    Il faut être patient jusqu'au retour à la ligne par défaut du terminal, ça peut durer 30-60min

    Anthony Fassler -

    Hello,

    j'ai la même erreur : "Erreur lors de la lecture du paquet. JavaScriptError"

    }

    function isSupportedPlatform(){

    return true;

    }

    var platformSupportValues=["Mac-XXXXXXXX";"Mac-F2268DC8","Mac-50619A408DB004DA","Mac-F42D86A9","Mac-742912EFDBEE19B3","Mac-942B59F58194171B","Mac-35C1E88140C3E6CF","Mac-77EB7D7DAF985301","Mac-F22C89C8","Mac-35C5E08120C7EEAF","Mac-F222BEC8","Mac-F60DEB81FF30ACF6","Mac-7BA5B2794B2CDB12","Mac-27ADBB7B4CEE8E61","Mac-F42D89C8","Mac-F2268AC8","Mac-F42C89C8","Mac-F2238AC8","Ma

    je pense avoir tout bien fait ? :(

    J'essaye de sauver un vieux mac, et je suis également sous silicone .. Une idée ? :)

    Kevin Ben -

    Aller ici https://github.com/ThonyF/iFixitTutoCrea... et télécharger le fichier et remplacer le.

    Anthony Fassler -

Conclusion

You're done BRAVO !!

Anthony Fassler

Member since: 26/02/15

6453 Reputation

3 comments

Bonjours après l'étape 5 le terminal me renvois un "Could not open package for expansion: /Desktop/InstallMacOSX.pkg"

pourriez-vous m'aider s'il vous plait

Josheph -

Bonjour,

Avez-vous bien le fichier ".pkg” sur le Bureau (Desktop en anglais) ?
Si oui, êtes-vous bien sûr le bureau dans le terminal ? ("cd Desktop” normalement il affiche "desktop” à gauche de ou vous écrivez.)

Pour être sûr, vous pouvez taper la commande "ls -al", ça affiche une liste et vous pouvez voir s'il y a bien le fichier dans cette liste. S'il n'y est pas, vous n'êtes pas au bon endroit.

Anthony Fassler -

Sorry! I've tried with Sierra an always get a Javascript Error... Good try though

Magne Olsen -