Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Installation

rusty-bits edited this page Feb 28, 2020 · 10 revisions

Installation

git clone https://github.com/rusty-bits/OC-tool
cd OC-tool

Walkthrough for making a basic EFI

  • Clone the OC-tool repository
    git clone https://github.com/rusty-bits/OC-tool

  • Enter the OC-tool directory
    cd OC-tool

  • The config.plist file that OC-tool will use for this example needs to be copied into the INPUT directory
    For this example we will copy the Sample.plist from the OpenCorePkg repository which is also in the Docs directory
    cp Docs/Sample.plist INPUT/config.plist

  • The config.plist needs to be edited for resources and options specific to the hardware it will run on.
    The Configuration.pdf document from the acidanthera/OpenCorePkg repository explains the settings in some detail. Take the time to read it and then edit your config.plist

  • Run the tool, in this case I'm using the tool defaults with no options, which will use a prebuilt release.
    ./OC-tool