Versions Compared

Key

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

...

  1. Plug in your external drive to your Mac.
  2. Open Disk Utility.app from /Applications/Utilities/
    Finding the Disk Number
  3. As indicated by Circle #1, select the top level of your USB drive's listing in the left window pane.
  4. Press Command+I or press the "Get Info" button to see the window on the right side of the above graphic
  5. As indicated by Circle #2, make note of the contents to the right of the "Disk Identifier" field. You will need it in a following step.
  6. If you haven't already, copy the Netboot DMG to a location on your computer that you can access.
  7. Open Terminal.app from /Applications/Utilities/
  8. Type the following command, replacing the fields indicated:

    Info
    titleCode
    sudo dd if=/path/to/netboot-file.dmg of=/dev/disk-identifier-here bs=1m
    -----------------------------------------------------------------------
    Example: sudo dd if=/Users/override/Desktop/Restore-9.82-TTSMACDEPLOYM-(15C50).dmg of=/dev/disk3 bs=1m

     In the above command, "if" indicates "input file" (i.e. the Netboot DMG) and "of" indicates "output file" (i.e. the USB drive).


    IMPORTANT! Re-read your above syntax to make sure you have entered the correct "of" device identifier, or else you could accidentally wipe a drive you need!


     

  9. After you have checked your syntax, press "Return" and then enter the account password that is currently logged in.

  10. The process will run silently until it either completes successfully or fails with an error. The usual time to copy the DMG file is between 10-15mins.
  11. If you complete successfully, then eject the external drive through Disk Utility or by dragging the drive to the Trash.
  12. To test, insert the external drive into a computer that is powered off. Hold the "Alt/Option" key, and then power the computer on. If you were successful, you should see an orange-colored volume with the name "TTS-Netboot-9.xx" (e.g. TTS-NetBoot-9.82.nbi). Click the arrow below this volume to begin the boot process to resume booting using the selected boot device.

Anchor
repo-cloning
repo-cloning
Package Repo Cloning (Optional)

This portion of the procedure is optional and only recommended for advanced users. Once you have verified that your external drive boots correctly, you can create a local package cache on the bootable drive that Casper Imaging can use instead of using a network Distribution Point. This option can be useful if the computer to be imaged does not have network access or lacks sufficient bandwidth to make Netboot imaging practical. The drawback to this method is that the package repo must be continually refreshed in order to stay up-to-date.

...