Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security & DevOps Insights

  • Home
  • About
  • Advertise With US
  • Reviews
  • Contact
  • Toggle search form
Home » Windows » Creating a WinPE USB Drive: Fixing System Boot Issues

Creating a WinPE USB Drive: Fixing System Boot Issues

Posted on 21/08/202421/08/2024 Matthew By Matthew No Comments on Creating a WinPE USB Drive: Fixing System Boot Issues
Creating a WinPE USB Drive Fixing System Boot Issues
Creating a WinPE USB Drive Fixing System Boot Issues

Windows Preinstallation Environment (WinPE) is a lightweight version of Windows, offering limited features that make it incredibly useful for system recovery, deployment, and maintenance tasks. This guide will walk you through the process of setting up your own “WinPE USB Drive: Fixing System Boot Issues”. Please see the fix for “Windows PE working for Windows 11 and Windows Server 2022, How to uninstall and upgrade ADK, WinPE, and MDT, and How to create a Windows 11 Bootable USB drive.

Whether you’re looking to troubleshoot a system that refuses to boot, or you need to deploy Windows across multiple machines, creating a bootable WinPE USB drive can be a lifesaver.

Please see How To Fix “Startup Repair Couldn’t Repair Your PC, Script debugging: Difference between testing and debugging, and how to prevent users from shutting down in a Virtual Machine.

Why Create a WinPE USB Drive?

Having a WinPE USB drive on hand is like having a Swiss Army knife for Windows maintenance and recovery. Here’s why it’s beneficial:

  • System Boot Issues: If your system fails to boot, you can use the WinPE USB to access recovery tools and fix bootloader configurations.
  • OS Deployment: Deploy Windows on multiple machines efficiently, especially useful in corporate settings.
  • Data Recovery: Recover data from unbootable systems, especially after a crash or malware attack.
  • System Image Restoration: Restore your OS from a previously created image backup.
  • Automated Recovery Tools: Set up automated recovery processes to streamline system fixes.
  • Disk Management: Prepare hard drives for OS installation by partitioning and formatting them.

Here are other related guides: Fix You Might Not Have Permission to Use This Network Resource Error, Fix Windows Task Scheduler Error 0x1, How to fix Windows Task Scheduler 0x2 Error, and How to Fix “Some Settings Are Managed by Your Organization” Error in Windows Update.

Step 1: Download and Install Windows PE

To get started with creating a WinPE USB drive, you’ll first need to download and install the necessary tools.

Head over to the Microsoft website and download the Windows Assessment and Deployment Kit (Windows ADK) and Windows PE add-on for the Windows ADK for Windows 10/11.

Download Windows ADK
Download Windows ADK

Once the download is complete, run the installer. Choose the option to  “Install the Windows Assessment and Deployment Kit – Windows 10 to this computer“, then click Next.

Specify installation path
Specify installation path

On the following page click Next. Then click Accept to agree to the terms and proceed.

Accept license agreement
Accept license agreement

Select required features, ensure that both Deployment Tools and Windows Preinstallation Environment (Windows PE) are selected. Then, click Install.

Install the required features
Install the required features

Wait for the installation process to finish. Once done, click Close.

Here is How to update Veeam Backup and Replication [VBR], How to update Object First OOTBI Cluster, and How to Configure Synology DS923+ NAS for File Sharing [Part 2].

Step 2: Create a Bootable WinPE Media

With the Windows ADK installed, you’re now ready to create your WinPE USB drive.

Open the Start menu, go to the Windows Kits folder. Right-click on Deployment and Imaging Tools Environment and select More > Run as administrator.

Open deployment and imaging tools environment
Deployment and imaging tools environment

In the command prompt that opens, type the following command to create a working directory for your WinPE files. Replace F:\ with the drive letter where you want to create the WinPE files:

   copype amd64 C:\WinPEx64

Tip: If you’re using a 32-bit version of Windows, replace amd64 with x86.

Set working directory
Set working directory

Insert your USB flash drive and note its drive letter.

Run the following command, replacing C:\WinPEx64 with the path to your WinPE files, and E: with the drive letter of your USB flash drive:

   MakeWinPEMedia /UFD D:\WinPEx64 I:

Important: The USB drive will be formatted, so make sure you have backed up any important data before proceeding.

Create WinPE bootable USB drive
Create WinPE bootable USB drive

Create a WinPE ISO (Optional): If you prefer to create a bootable ISO file instead of a USB drive, change the /UFD switch to /ISO and specify the path and filename for the ISO file:

   MakeWinPEMedia /ISO D:\WinPEx64 F:\WPE64.iso

This will create an ISO file that you can later burn to a DVD or use with virtualisation software.

Please see How to deploy MBAM Client as part of a Windows Deployment, and the “Workaround and Permanent fix for this snap-in performed a non-valid operation and has been unloaded: To continue using this snap-in restart MMC or try loading the snap-in again“.

Fix System Boot Issues

If you’re having trouble booting into Windows, follow these steps to fix the issue using a WinPE USB drive:

Turn off your computer and insert the WinPE USB drive.

Hold down the Shift key while turning on your PC. Keep holding Shift until the Windows Advanced Start Options menu appears.

Select “Use a Device” from the Advanced Start Options menu.

Select use a device
Select use a device

On the following page, choose EFI USB Device.

Choose EFI USB device
Choose EFI USB device

Your computer will restart and guide you through the process.

Also, see Configure Multiple IP Addresses on a Single or Multiple NICs, how to Achieve 3-2-1 rule with SOBR on Synology or OOTBI and Wasabi, and How to create a Tailscale VPN connection to Synology NAS.

Conclusion

And there you have it, a fully functional WinPE USB drive that you can use to tackle system boot issues, perform data recovery, or deploy Windows across multiple machines.

WinPE is a powerful tool that can save the day when your system is in trouble, so it’s well worth the time to set up.

I hope you found this article useful on “Creating a WinPE USB Drive: Fixing System Boot Issues.” Please feel free to leave a comment below.

5/5 - (1 vote)

Thank you for reading this post. Kindly share it with others.

  • Share on X (Opens in new window) X
  • Share on Reddit (Opens in new window) Reddit
  • Share on LinkedIn (Opens in new window) LinkedIn
  • Share on Facebook (Opens in new window) Facebook
  • Share on Pinterest (Opens in new window) Pinterest
  • Share on Tumblr (Opens in new window) Tumblr
  • Share on Telegram (Opens in new window) Telegram
  • Share on WhatsApp (Opens in new window) WhatsApp
  • Share on Mastodon (Opens in new window) Mastodon
  • Share on Bluesky (Opens in new window) Bluesky
  • Share on Threads (Opens in new window) Threads
  • Share on Nextdoor (Opens in new window) Nextdoor
Windows Tags:Windows 10, Windows 11, Windows Preinstallation Environment, Windows Server 2016

Post navigation

Previous Post: Configure Multiple IP Addresses on a Single or Multiple NICs
Next Post: Fix unable to start the Application Identity Service

Related Posts

  • Private and Public networks in Windows to VPN
    The differences between Private and Public networks in Windows to VPN? Network | Monitoring
  • Setup FSx File System 1
    Create and mount FSx File System: Join EC2 instance to AWS Managed AD AWS/Azure/OpenShift
  • Screenshot 2022 04 27 at 02.18.50
    Why does MBAM not automatically re-encrypt MBAM or Bitlocker-protected devices? Windows
  • screenshot 2020 03 14 at 16.23.23
    Change Windows Desktop icon shortcut for fast user switching Windows
  • Featured image DNS Server settings
    Do not use Public DNS in Prod: Change DNS Server in Windows Network | Monitoring
  • Featured image Microsoft diagnostic feedback disabled
    Prevent your PC from sending Diagnostics Feedback off via Windows Settings and Group Policy Windows

More Related Articles

Private and Public networks in Windows to VPN The differences between Private and Public networks in Windows to VPN? Network | Monitoring
Setup FSx File System 1 Create and mount FSx File System: Join EC2 instance to AWS Managed AD AWS/Azure/OpenShift
Screenshot 2022 04 27 at 02.18.50 Why does MBAM not automatically re-encrypt MBAM or Bitlocker-protected devices? Windows
screenshot 2020 03 14 at 16.23.23 Change Windows Desktop icon shortcut for fast user switching Windows
Featured image DNS Server settings Do not use Public DNS in Prod: Change DNS Server in Windows Network | Monitoring
Featured image Microsoft diagnostic feedback disabled Prevent your PC from sending Diagnostics Feedback off via Windows Settings and Group Policy Windows

Leave a Reply Cancel reply

You must be logged in to post a comment.

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

Veeam Vanguard

  • media8
    How to create a Windows 11 Bootable USB drive Windows
  • ycx
    Install SysInternals from the Microsoft Store Windows
  • disable camera in Windows
    How to disable Camera Access in Windows Windows
  • Protecting DS923 NAS
    DSM Security: How to Protect Synology DS923+ NAS Reviews
  • Windows server 2025 set up
    Install Windows Server 2025 via iDRAC Virtual Media or PXE Windows Server
  • Building VPC
    Build a Scalable VPC for Your AWS Environment [Part 1] AWS/Azure/OpenShift
  • WhatsApp
    How to retrieve deleted WhatsApp messages on iPhone JIRA|Confluence|Apps
  • banner
    How to Integrate Jira Software with GitHub Cloud JIRA|Confluence|Apps

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,817 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon

Tags

Active Directory Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Deployment Services Windows Server 2016

Copyright © 2025 TechDirectArchive

 

Loading Comments...
 

You must be logged in to post a comment.