Create Windows 10 (UEFI Only) Bootable USB on Mac OS X 10.14

Channel:
Subscribers:
7,760
Published on ● Video Link: https://www.youtube.com/watch?v=maAj6Wzjftw



Duration: 8:12
27,755 views
238


This video will instruct in Downloading a Windows 10 ISO and making a UEFI Bootable USB on a Mac OS X 10.14 install that will pass Secure Boot. This will allow you to reinstall Windows 10 on your PC when the only other computer you have to hand to make installation media with is a Mac.

This video was requested after I outlined a similar procedure on Ubuntu 20.04.

Full written instructions (with screenshots):
https://dellwindowsreinstallationguide.com/downloading-and-creating-a-windows-10-bootable-usb-on-mac-os/

To check your ISO open up a terminal and type in the following commands (amend YOURISOFILENAME with the name of your ISO):
cd Downloads
shasum -a 256 YOURISOFILENAME.iso

The Windows 10 Bootable USB has to be FAT32 formatted however the Windows 10 Version 2004 Direct Download has an install.wim file which exceeds 4 GB and cannot fit on a FAT32 formatted USB Flash Drive.

On Mac OS we need additional tools. We need to first install brew which is essentially a Mac OS version of APT found in Ubuntu or DNF in Fedora.

Install brew (copy code from here):
https://brew.sh/

Then use brew to install wimtools
brew install wimtools

Split the install.wim (copy this to Downloads from the Sources folder of your mounted ISO):
wimlib-imagex split Downloads/install.wim Downloads/install.swm 4000

The GUI doesn't work well for the FAT32 format (and will make a USB which fails to install Windows). A proper FAT32 formatted USB can be created using the command line. Type in:
diskutil list
Check to see what device your USB Flash Drive is, it is likely disk2. Now type in:
diskutil eraseDisk MS-DOS WIN_2004 MBR /dev/disk2
This will make disk2 a blank FAT32 formatted USB Flash Drive.

Copy all the files on your ISO except the install.wim in the sources folder and in its place copy the install.swm files.

#windows #oem #uefi




Other Videos By Philip Yip


2020-09-28Installing VMware Workstation Player on a Windows 10 Host with a Windows 10 Evaluation Guest
2020-09-27Making a Screen Recording in Ubuntu 20.04 using the Free VokoscreenNG
2020-09-27Installing VMware Workstation Player on a Linux Ubuntu 20.04 Host with a Windows 10 Evaluation Guest
2020-09-23Installing DeepIn 20 as a Virtual machine in VMware Workstation Player
2020-09-23Changing the Search Provider to Google in Chromium Edge
2020-09-21A Clean Install of Linux Deepin 20 (Lenovo UEFI BIOS with Secure Boot)
2020-09-14DeepIn 20 Update Fails because Update Server isn't Included in Hosts File
2020-09-12Securely Wiping Internal Drives using the Lenovo UEFI BIOS
2020-09-12A Clean Install of Linux Ubuntu 20.04 (Lenovo UEFI BIOS with Secure Boot and MOK)
2020-09-09Windows 10 Insider Preview Build 20206 Emoji Panel Feedback
2020-09-04Create Windows 10 (UEFI Only) Bootable USB on Mac OS X 10.14
2020-08-10Setting up a Google Pixel 3A with Android 10 and using the Windows 10 Phone Companion App
2020-08-01Uninstalling and Hiding a Problematic Windows 10 Update Using Advanced Boot Options
2020-07-20Dell UEFI BIOS Update from Bootable USB within the UEFI BIOS Boot Menu
2020-07-18Updating a Lenovo ThinkStation P320 Tiny Using a FreeDOS Bootable USB (Ubuntu and Windows)
2020-07-18Changing the Desktop Environment in Fedora 32 between Gnome, Cinnamon and DeepIn
2020-07-17Creating a Lenovo or other OEM Windows 7 Media Refresh January 2020 Reinstallation USB using NTLite
2020-07-14Fedora 32 Installing RPM Fusion Media Codecs and NVIDIA Drivers
2020-07-04A Clean Install of Linux Fedora 32 [64 Bit] (Dell UEFI BIOS with Secure Boot)
2020-06-29An Introduction to Machine Learning using SciKit Learn (A Classification Problem - Iris Dataset)
2020-06-04A Clean Install of Windows 10 (Dell OptiPlex 7050 UEFI and Secure Boot)