How To Make Dmg To Bootable Usb

Posted February 28, 2011 by Jimmy S in Apple Mac, Mac OS X Leopard, Mac system administration

Download DiskMaker X. INSTRUCTION To do in Windows, we already shared a very specific instruction from here: Make Bootable Installation USB from Mac OS X.DMG on Windows PC. At for Mac users, there will be 2 doable methods. In the left pane, right click the USB Drive and select Format Disk for Mac. In the left pane, right click the USB Drive and select Restore with Disk Image. Point to your.dmg (or choose All Files to select an.iso) file and click Open. Nov 14, 2019  In order to create our own USB flash-drive-based bootable Lion installer, we simply need to copy this embedded image to the flash drive. We're going to use Disk Utility to clone the OS X Lion installer image to the flash drive.

Last Updated on

This recipe will explain how to make a USB Thumb Drive bootable with the OS X Lion Developer Preview installer on it and in turn allow you to install Lion on a Mac without an optical drive (ie Macbook Air line). We will need a copy of the installer dmg (not provided) and a 4GB USB Thumbdrive or Memorycard Reader w/memory card and a Mac to convert the dmg to a bootable usb thumb drive.

Requirements:

  • – OS X Lion installation DMG (hint: file named: mac_os_x_10_7_11a390.dmg)
  • – Mac running OS X Leopard or Snow Leopard
  • – USB Thumbdrive or Memorycard Reader w/memory card (4GB mininum, data will be destroyed).

This guide lets you restore the .dmg installer file for OS X Lion onto a usb thumbdrive. We can then boot the USB Drive on our Mac to install OS X Lion from it. This is very handy for us Macbook Air users that do not have an external optical drive.

Guide:

1. On your Mac, open up Disk Utility. Click on the USB Drive on the left.

2. On the right pane, go to the Restore tab.

3. Click on the Browse button and locate the .dmg installer for OS X Lion. (ie mac_os_x_10_7_11a390.dmg)

4. Once you have it chosen, click and drag your USB Thumbdrive from the left pane to the Destination box. (ie THUMBDRIVE in the screenshot) and then click Restore

I recommend erasing the destination, so be sure to backup any data on the thumbdrive prior to this step! This will take a few minutes to do. Once its finished, you now have a bootable OS X Lion install thumbdrive (basically just like what the Macbook Air ships with).

5. Hold Option/Alt after your see the Apple logo appear and boot with the thumbdrive in your Mac.

Choose the USB Drive to install OS X Lion from your USB Thumbdrive!

  • – I would recommend creating a separate partition for your OS X Lion installation as well.

NOTES:

– I have confirmed this working on a Macbook Air 11″, 2010, 1.6Ghz version.

About Jimmy S

Jimmy Selix is an early adopter that loves to be one of the first on the block to have the latest and greatest in technology and gadgets. Another love of his is being able to share his knowledge to others seeking it. Feel free to drop any comments or questions that you may have.
View more articles by Jimmy S

The Conversation

Follow the reactions below and share your own thoughts.

How -->

How To Create A Bootable Usb Drive

Applies To: Windows Server 2016 Essentials, Windows Server 2012 R2 Essentials, Windows Server 2012 Essentials

You can create a bootable USB flash drive to use to deploy Windows Server Essentials. The first step is to prepare the USB flash drive by using DiskPart, which is a command-line utility. For information about DiskPart, see DiskPart Command-Line Options.

How To Make Dmg To Bootable Usb Driver

Tip

How To Make Dmg To Bootable Usb Windows 10

To create a bootable USB flash drive for use in recovering or reinstalling Windows on a PC instead of a server, see Create a recovery drive.

For additional scenarios in which you may want to create or use a bootable USB flash drive, see the following topics:

To create a bootable USB flash drive

  1. Insert a USB flash drive into a running computer.

  2. Open a Command Prompt window as an administrator.

  3. Type diskpart.

  4. In the new command line window that opens, to determine the USB flash drive number or drive letter, at the command prompt, type list disk, and then click ENTER. The list disk command displays all the disks on the computer. Note the drive number or drive letter of the USB flash drive.

  5. At the command prompt, type select disk <X>, where X is the drive number or drive letter of the USB flash drive, and then click ENTER.

  6. Type clean, and the click ENTER. This command deletes all data from the USB flash drive.

  7. To create a new primary partition on the USB flash drive, type create partition primary, and then click ENTER.

  8. To select the partition that you just created, type select partition 1, and then click ENTER.

  9. To format the partition, type format fs=ntfs quick, and then click ENTER.

    Important

    If your server platform supports Unified Extensible Firmware Interface (UEFI), you should format the USB flash drive as FAT32 rather than as NTFS. To format the partition as FAT32, type format fs=fat32 quick, and then click ENTER.

  10. Type active, and then click ENTER.

  11. Type exit, and then click ENTER.

  12. When you finish preparing your custom image, save it to the root of the USB flash drive.

Make Bootable Usb From Iso

See Also

How To Make Dmg File Bootable Usb On Windows Without Transmac

Getting Started with the Windows Server Essentials ADK
Creating and Customizing the Image
Additional Customizations
Preparing the Image for Deployment
Testing the Customer Experience

Getting Started with the Windows Server Essentials ADK
Creating and Customizing the Image
Additional Customizations
Preparing the Image for Deployment
Testing the Customer Experience