Create Bootable Recovery Usb Mac



Feb 02, 2021 • Filed to: Windows Computer Solutions • Proven solutions

Windows Preinstallation Environment is a lightweight operating system that provides minimum services to its users. Though, it can readily be used to install a primary operating system, troubleshoot, or perform recovery operations. To use Windows PE, you need to create a USB bootable device. It doesn't matter if you wish to boot your system via a CD/DVD or USB flash drive – you need to create a bootable disk. In this post, we will teach you how to create USB bootable in no time.

How to create a bootable macOS High Sierra installer drive Put the macOS High Sierra installer on an external USB thumb drive or hard drive and use it to install the operating system on a Mac. A bootable USB drive can be used to install a new operating system, as well as for using tools such as GParted. The former is the more popular use of a bootable USB drive though. Chrome OS doesn’t have many (or any, in fact) third-party tools to create bootable recovery media. To create a USB bootable drive with Windows PE, follow these steps: 1. To start with, launch the Windows Deployment and Imaging Tools Environment that you have already downloaded.

What is Windows PE?

Create Bootable Recovery Usb Mac Windows 10

The Windows Preinstallation Environment provides a fast and easy way for users to run the installation of primary Windows. It was initially launched with Windows XP and has been a vital part of every version of Windows since then. The lightweight environment runs on its own and has TCP/IP components as well to maintain network communication. Besides providing an ideal environment to install Windows, it can also be used to provide troubleshooting options or perform recovery of system data. Since it can easily be loaded from a USB drive or CD Rom, it is used on numerous occasions.

Prepare a USB drive

The first step to learn how to create a USB bootable with Windows PE is to prepare a USB drive. It can be done by following these steps:

Firstly, you need to download Windows ADK here. Or get it from its official website. It includes essential deployment tools and the Windows Preinstallation Environment. To create the bootable WinPE USB or ISO, we only need Deployment Tools and Windows Preinstallation Environment.

Create Multiple Partitions on Your USB drive (Optional)

If you are using Windows 10 (1703 version), then you can create multiple partitions on a single USB. It can also be a combination of NTFS and FAT32. The command 'MakeWinPEMedia' can be used to format a USB as FAT32 with a limit of 4 GB file size. In this way, you can use the same USB drive to store information as well as to boot it via Windows PE.

We have taken the assistance of the 'diskpart' command to achieve it. Simply follow this code to partition your drive in FAT2 and NTFS. The NTFS partition can be used as an available space while 2 GB of storage has been allocated to FAT32 for Windows PE in this case.

diskpart
list disk
select <disk number>
clean
rem Create the Windows PE partition.
create partition primary size=2000
format quick fs=fat32 label='Windows PE'
assign letter=P
active
rem Create a data partition.
create partition primary
format fs=ntfs quick label='Other files'
assign letter=O
list vol
exit

If you are using an earlier version of Windows 10 (before 1607), then you won't be able to create different partition types. Therefore, to create a bootable disk in this case, you need to work on a single partition. The 'MakeWinPEMedia' command will format your drive entirely as FAT32. This will support the booting of any BIOS kernel. Additionally, it will support the file size of 4 GB at max. Once it is done, you can use the 'MakeWinPEMedia' command to format the USB drive and make it ready for Windows PE.

Create a WinPE drive

After preparing your USB drive, you need to take some needed measures to create a WinPE drive. To create a USB bootable drive with Windows PE, follow these steps:

1. To start with, launch the Windows Deployment and Imaging Tools Environment that you have already downloaded. Make sure that you run it via administrator.

2. Now, you need to create a copy of the Windows PE file. This can be done by using the 'copype' command. You can have the arm, x86, or amd64 format. A sample code would be like: 'copype amd64 C:WinPE'.


If you are creating WinPE for a 32-bit computer, just replace amd64 with x86, that is, the code will be 'copype x86 C:WinPE'

3. Great! You are almost there. Now, you can just install the Windows PE to your attached USB drive. A sample command can be 'MakeWinPEMedia /UFD C:WinPE P:' You can replace the letter of the drive with your drive name as well. Needless to say, this will automatically format your drive.

By following these steps, you easily learn how to create a bootable disk using Windows PE.

Create Bootable Usb From Recovery Partition Mac

Boot to Windows PE

Now when you know how to create USB bootable, you can make a bootable disk with Windows PE and keep it handy. Whenever your system would crash or malfunction, you can take the assistance of Windows Preinstallation Environment to fix it. You can boot your system to a Windows PE disk after following these easy steps:

  1. Firstly, you need to connect the bootable USB drive to your system.
  2. If your system is already running, then you need to restart it. Else, you can just turn it on.
  3. As your Windows PC would turn on, press the relevant key (depends on the system you are using) that will launch the boot menu.
  4. From here, you can select the USB drive as a source.
  1. Once you will select the bootable USB drive with Windows PE, you can see the command 'Wpeinit' on the screen as it will load the Windows Preinstallation Environment.

After when Windows PE interface is loaded, you can simply perform the desired operation.

How to Create WinPE to Recover Data from the Unbootable Computer

In this way, you can create a bootable disk pretty easily and boot your system from it whenever needed. We recommend that you create a USB bootable soon and keep it handy. However, can we create WinPE to recover data from the Unbootable computer? Yes, we recommend Recoverit to help you with recovering data from the unbootable computer. Moreover, you can finish all the process with simple clicks.

Bootable

Your Safe & Reliable Data Recovery Software

  • Recover lost or deleted files, photos, audio, music, emails from any storage device effectively, safely, and completely.
  • Supports data recovery from recycle bin, hard drive, memory card, flash drive, digital camera, and camcorders.
  • Supports to recover data for sudden deletion, formatting, hard drive corruption, virus attack, system crash under different situations.

Step 1. Install and launch the Recoverit Data Recovery software and choose the 'Recover from Crash Computer' option. Click the Start button to continue.

Step 2. Plugin a USB flash drive or insert a CD/DVD for creating the bootable media. Click the Create button to go on.

Step 3. The software will write WinPE files into the media. Wait for the process done.

Step 4. When the above process is done, you can boot the unbootable computer with the WinPE media. And Recoverit will launch automatically. Just follow the instructions to recover the lost data.

Computer Troubleshooting

Win System Crash
Windows Tips
Computer Problems
Blue Screen Errors
  • Products
    For Windows
    Android Manager for Win
    Android Data Recovery
    Phone Transfer for Win
    Android Root Pro
    For Mac
    Android Manager for Mac
    Android Data Recovery Mac
    Phone Transfer for Mac
    More >>>
(0 comments)

Creating a bootable drive from an ISO file (disk image) allows you to do a lot of things, including installing an OS and helping you execute system repairs. However, specialized software is required to make sure that the boot information is copied along with the other files and folders in order to make it bootable. If you want to create a bootable USB drive from an ISO file, the following utilities are recommended. These tools each work on Windows, Mac and Linux computers, respectively. Choose the tool based on what platform you intend to create the bootable drive on.

Part 1: How to Create Bootable USB fro ISO (Windows 10/8/7)

Androidphonesoft ISO Burner can help you create a bootable USB drive from an ISO file quickly and without any errors. Trusted by millions of Windows users around the world, this intuitive software is not just for the experts. Even with limited knowledge of ISO files, you can easily turn your USB stick into a bootable drive in minutes.

The software's UI is clean and simple to understand, but don't be fooled by looks. It integrates extremely well with multiple file systems and supports a wide range of Windows versions, going from Windows XP all the way up to Windows 10. The best part is that user input is minimal because the software does all the hard work for you. No wonder it has such a huge fan following.

Step 1: Download the official version of ISO Burner from this website. Double click the .exe file and follow the instructions on the setup wizard to install the software on your Windows PC.

Step 2: As you will see, there are multiple functions to handle ISO disk images. Click on the one to create a boot disk from ISO file. It's the option that says 'Burn'.

Step 3: On the next window, which is a single-page interface, select your ISO source file and the destination drive, which is your USB flash drive. Leave all other default settings as they are if you're unsure, and click on the 'Burn' button. In a few moments, your bootable USB drive will be ready for use.

The software contains a lot of functionalities to make sure that your ISO file is burned properly to the drive, including ISO burning, creation, editing and extracting. A lot of effort has been taken to put all the heavy work in the background so the user has a lot less work to do.

Part 2: How to Make Bootable USB Flash Drive from ISO (Mac)

Etcher is a great tool to create a bootable drive on computers running Mac OS. There are some initial preparatory steps that you will need to execute before actually creating the boot drive from your ISO file. In this example, we will show you how to create an Ubuntu boot drive on Mac OS.

Step 1 : Install the Etcher software on your Mac computer after downloading it from the official source. You will also need to download a copy of the Ubuntu OS. You can get that here.

Step 2: You now have to prepare the USB stick by erasing whatever is already saved on it. If required, you can copy these files to your Mac computer as a backup. First, go to applications and utilities and click on 'Disk Utility' to launch it. Now insert the USB flash drive into one of your computer's USB ports. Once the device has been automatically detected, set the format as MS-DOS(FAT). The scheme should be set to GUID Partition Map. Finally, click on 'Erase'. While doing this, make sure that your USB flash drive has been selected in Disk Utility, or you may end up erasing another drive by mistake.

Step 3: Since you have already installed Etcher, you can now directly launch the software. If the software is blocked at installation time, go to System Preferences and then Security & Privacy. Here, click on the '‘Open Anyway' button next to the notification message in the bottom half of the window.

Step 4: In the Etcher interface, select the disk image, which is the Ubuntu ISO file that you downloaded earlier, then select the drive, which is your USB flash drive. Finally, click on 'Flash' and then enter the password for your computer to proceed with creating the boot drive.

Your bootable USB drive will soon be ready. You will now be able to use this USB stick to install a new OS on any desktop. The steps for using this software are fairly simple, but you have to be careful to take a backup of your USB data and make sure that you select the appropriate ISO image and the drive while flashing it.

Part 3: How to Make Bootable USB from ISO (Linux & Unix)

UNetbootin will let you create what is called a bootable Live USB drive. Essentially, this is an alternative to burning a boot disk on CD or DVD. It can be used for Ubuntu as well as other distributions of Linux such as Fedora, Gentoo, FreeDOS and several others.

Step 1: Download and install UNetbootin, and launch the application.

Step 2: If you do not have the ISO file for whichever Linux distribution you need, the software can do it for you. Assuming you already have the ISO file that you need, select the radio button against ‘Disk Image'. The dropdown should be set to ISO, and you can select the source file by clicking on the Ellipsis (...) button.

Step 3: Next, select the type of drive, which will be USB drive, and the appropriate drive name from the two dropdown menus at the bottom of the window. Once everything has been set up properly, click on '‘Ok' to initiate the creation of the bootable USB drive. You will be shown the progress in a stepwise manner. Once it is complete, you may remove your USB drive after ejecting it from the Finder window.

Conclusion:

Create Bootable Recovery Usb Mac Download

Depending on what operating system your computer is running, you can use one of these fantastic disk image tools to create a bootable USB drive from ISO file. All of them are quite popular with users of the respective platforms..

Related Articles

  • Windows 10 Password Crack | Remove Windows Admin Password | Change Windows Password | Bootable Windows USB | ISO to USB Tool | Create Windows Reset Disk | Burn ISO to CD | Create Windows Reset Disk | More>>>

Create Bootable Recovery Usb Mac Osx

Copyright © 2015 AndroidPhonesoft. All Rights Reserved. Android is a trademark of Google, Inc

Create Bootable Recovery Usb Mac High Sierra