Mac – How to boot Windows bootable USB for Mac book pro 2018 mojave

bootcampmacwindows

I want to install Windows in memory stick or USB SSD Drive (I have both)

At first I made USB bootable memory stick by Windows OS.

My memory stick is like this.

enter image description here

Then I boot my mac with [option] key ,then there appears EFI BOOT (orange disk mark).

However when I click memory stick, windows installer doesn't launch, but mac os recovery mode starts.

My memory stick is like this ( sorry there is two byte character).

How can I boot windows installer in memory stick on mac??
enter image description here

Best Answer

A 2018 MacBook Pro should have the T2 chip. You will need to set Secure Boot and External Boot, as shown below. For instruction on how to configure a Mac with the T2 chip, see the Apple website About Secure Boot.

The steps given below can be used to create the USB flash drive (memory stick) Windows 10 installer. However, if you are trying to install Windows 10 to an external SSD, then I would think you would what to use a procedure such as this.

  1. Download the latest Windows 10 ISO file from the Microsoft website Download Windows 10 Disc Image (ISO File). Currently this would be 1909 (September 2019) update.
  2. Download Window Support Software. Open the Boot Camp Assistant application. From the menu bar, select Action->Download Windows Support Software. By Default, the files should download to WindowsSupport folder in your home folder. When the popup shown below appears, enter your password then click on the Unlock button.

    When finished, quit the Boot Camp Assistant.

  3. Plug in the external drive. Open the Disk Utility application. In the pulldown menu in the upper left corner of the Disk Utility application, make sure Hide Sidebar is not checked off and Show All Devices is check off, as shown below.

    Highlight the external drive and select the Erase button. Enter the following in the popup window, then click on the Erase button.

    When finished erasing, click on the Done button. Quit the Disk Utility.

  4. Using the Finder application, mount the Window 10 ISO file and copy the contents to the WINSTALL volume. Next copy the contents of the WindowsSupport folder to the WINSTALL volume. In your case, the result should appear as shown below.

  5. Open a Terminal Application window and enter the following command. This command creates a label that will appear below the Mac Startup Manager external drive icon.

    bless --folder /Volumes/WINSTALL/efi/boot --label "Install Windows"
    

    When finished, quit the Terminal application.

  6. Restart the Mac and immediately hold down the option key until the Startup Manager icons appear. Boot from the external drive by selecting the external drive icon labeled Install Windows.

  7. The first window to appear should be similar to the one shown below.

    Proceed as one would for a GUI installation of Windows.