For the complete documentation index, see llms.txt. This page is also available as Markdown.

Generating USB Flash Media

Create bootable DeployR USB media from the generated WinPE ISO.

Before you begin

You need:

  • A USB flash drive.

  • Access to the DeployR Content Boot folder.

  • The DeployR_x64_noprompt.iso file from that folder.

Prepare the flash drive

  1. Insert the USB flash drive.

  2. Open PowerShell or Command Prompt as an administrator.

  3. Start DiskPart:

diskpart
  1. List the available disks:

list disk
  1. Select the USB drive. Replace 1 with the correct disk number.

select disk 1
  1. Clean, partition, format, and assign the drive:

The flash drive is ready for the WinPE media.

DiskPart commands used to prepare the DeployR USB flash drive
Prepare the USB flash drive with DiskPart.

Copy the DeployR WinPE media

  1. Open the DeployR Content Boot folder.

  2. Locate DeployR_x64_noprompt.iso.

  3. Mount or extract the ISO file.

  4. Copy its contents to the root of the prepared flash drive.

In this example, the ISO is mounted as D:. Its contents are copied to USB drive E:.

Contents of the mounted DeployR ISO copied to a USB flash drive
Copy every file and folder from the mounted ISO.

Keep the ISO folder structure intact. Do not copy the ISO file itself. The flash drive must contain the extracted boot files.

Last updated