Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Getting a macintosh into DFU mode can be tricky. There is a cool tool at https://github.com/AsahiLinux/macvdmtool that lets you do that right from terminal.First you will want to take a look at

  1. Head to the Apple Support Page to look up your model and make sure you are plugging the USB-C into the right ports

...

  1. .

...

  1. https://support.apple.com/en-gb/guide/apple-configurator-mac/apdd5f3c75ad/mac

...

  1. Grab the app here

...

  1. :

    View file
    namemacvdmtool

  2. Unzip the download.

  3. Run the following commands in terminal where you unzipped the download

...

  1. :

    1. chmod +x macvdmtool

...

    1. ./macvdmtool dfu

...

  1. This will reboot the computer into DFU mode.

...

  1. Open Apple Configurator 2 to

...

  1. preform the following steps on this mac.

    1. Revive (user data says)

    2. Restore (all data is erased)

Terminal Restore:

Want to do a restore with an IPSW you have now too ? Great, in Apple Configurator 2, install Have a few macs to load,

  1. Grab a IPSW file.

  2. Open Apple Configurator 2.

  3. Install the automation tools from the menu bar.

...

  1. Head back to terminal and follow the example below to reload this mac with the IPSW file. (wipes out all data…fyi)

cfgutil --verbose --progress restore --ipsw ~/VMs/UniversalMac_14.0_23A5301h_Restore.ipsw

...