Most new PCs don't come with DVD drives anymore. So it can be a pain to install Windows on a new computer.
Luckily, Microsoft makes a tool that you can use to install Windows from a USB storage drive (or 'thumbdrive' as they are often called).
But what if you don't have a second PC for setting up that USB storage drive in the first place?
How to Boot Mac in Internet Recovery Mode. Along with the introduction of a locally stored. To actually boot the drive, reboot your Mac and hold down the Option key while it boots. You'll see the boot options menu appear. Select the connected USB drive. The Mac will boot the Linux system from the connected USB drive.
In this tutorial we'll show you how you can set this up from a Mac. How to save document on macbook.
You can download the ISO file straight from Windows. That's right - everything we're going to do here is 100% legal and sanctioned by Microsoft.
If you want an English-language version of the latest update of Windows 10, you can download the ISO here.
If you have a relatively new computer, you probably want the 64-bit version. If you're not sure, go with the 32-bit version to be safe.
If you want a non-English-language version of Windows, or want to get an older update version, download the ISO here instead.
The ISO file is only about 5 gigabytes, but I recommend you use a USB drive with at least 16 gigabytes of space just in case Windows needs more space during the installation process.
I bought a 32 gigabyte USB drive at Walmart for only $3, so this shouldn't be very expensive.
Stick your USB drive into your Mac. Then open your terminal. You can do this using MacOS Spotlight by pressing both the ⌘ and Space bar at the same time, then typing 'terminal' and hitting enter.
Don't be intimidated by the command line interface. I'm going to tell you exactly which commands to enter.
Open Mac Spotlight using the ⌘ + space keyboard shortcut. Then type the word 'terminal' and select Terminal from the dropdown list.
Paste the following command into your terminal and hit enter:
diskutil list
You will see output like this (note - your Mac's terminal may be black text on a white background if you haven't customized it).
Copy the text I point to here. It will probably be something like
/dev/disk2
.
Next format your USB drive to Windows FAT32 format. This is a format that Windows 10 will recognize.
Note that you should replace the disk2
with the name of the your drive from step 3 if it wasn't disk2
. (It may be disk3
or disk4
).
Next format your USB drive to Windows FAT32 format. This is a format that Windows 10 will recognize.
Note that you should replace the disk2
with the name of the your drive from step 3 if it wasn't disk2
. (It may be disk3
or disk4
).
Run this command using the correct disk number for your USB:
diskutil eraseDisk MS-DOS 'WIN10' GPT /dev/disk2
Then you'll see terminal output like this.
This will probably only take about 20 seconds on a newer computer, but may take longer on an older computer.
Note that for some hardware, you may instead need to run this command, which uses the MBR format for partitioning instead of GPT. Come back and try this command if step 7 fails, then redo steps 5, 6, and 7:
Now we're going to prep our downloaded ISO file so we can copy it over to our USB drive.
You will need to check where your downloaded Windows 10 ISO file is and use that. But your file is probably located in your ~/Downloads
folder with a name of Win10_1903_V1_English_x64.iso
.
hdiutil mount ~/Downloads/Win10_1903_V1_English_x64.iso
Update April 2020: One of the files in the Windows 10 ISO – install.wim – is now too large to copy over to a FAT-32 formatted USB drive. So I'll show you how to copy it over separately.
Thank you to @alexlubbock for coming up with this workaround.
3d model design software, free download. First run this command to copy over everything but that file:
rsync -vha --exclude=sources/install.wim /Volumes/CCCOMA_X64FRE_EN-US_DV9/* /Volumes/WIN10
Then run this command to install Homebrew (if you don't have it installed on your Mac yet):
/usr/bin/ruby -e '$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)'
Then use Homebrew to install a tool called wimlib with this terminal command:
brew install wimlib
Then go ahead and create the directory that you're going to write the files into:
mkdir /Volumes/WIN10/sources
Then run this command. Note that this process may take several hours, you may see 0% progress until it finishes. Don't abort it. It will use wimlib to split the install.wim file into 2 files less than 4 GB each (I use 3.8 GB in the following command), then copy them over to your USB:
wimlib-imagex split /Volumes/CCCOMA_X64FRE_EN-US_DV9/sources/install.wim /Volumes/WIN10/sources/install.swm 3800
Dvd inlay software.
Once that's done, you can eject your USB from your Mac inside Finder.
Congratulations - your computer now should boot directly from your USB drive. If it doesn't, you may need to check your new PC's BIOS and change the boot order to boot from your USB drive.
Windows will pop up a screen and start the installation process.
Enjoy your new PC, and your newly-installed copy of Windows.
2020 MacBook Pro boot from USB
Starting in 2018 the Macbook Pro includes a secure boot chip that prevents your Macbook from booting windows, linux, BSD, gentoo, Fedora, Atlas Supervisor, other Mac O/S/s on a usb, etc.
Boot To Usb On Macbook Pro
You CAN boot a 2018 2019 or 2020 Macbook Pro from USB!
But it does take a few steps to get there.
Step One
Boot into Recovery Mode
To access Recovery Mode, turn off your Macbook, turn it on and hold the Command (⌘) and R keys. Keep holding them through the chime sound until you see the Recovery Screen below…
Yaaay! You entered a secret level with hidden powers!
Step 2
Click on Utlities (on the menu bar at the top of the screen, don't click on Disk Utlities in the middle of the screen)
Select ‘Startup Security Utility' and you'll get this screen…
Change the settings for both to the same as the image above.
Secure Boot to No Security
External Boot to Allow booting from external media
Exit out, shut down the laptop.
Step 3
Plug in your bootable USB device and boot up your 2018 2019 Macbook Pro from USB, hold the Command (⌘) key and you'll see the startup disk screen, select the USB and boot it up.
Caveats, notes and disclaimers.
Macbook Pro Bootable Usb
- You need an uefi bootable image. (we're uncertain of other workarounds for grub at this time)
- You may not have any access to the internal drive. Not sure if it is a linux driver issue or some sort of on chip security, but so far, no access.
- Leaving ‘external boot allowed' is a risk that if stolen, someone might be able to access the internal drive.
- The law of unintended consequences. Apple rarely supports playing around with bootable O/Ss, you could brick an extremely expensive device.
- Apple does have further detail on the T2 security chip and how to use it. Read more before playing around too much in there.
The better option
If you are looking for a great laptop to run NinjaStik we recommend getting an IBM Lenovo T430i for ~$140 and using it. The T430i is one of the best value for $ deals to run a daily use linux based personal laptop. It's ugly but it is a solid machine.
Boot Ubuntu From Usb On Macbook Pro
Using a $140 laptop for linux and not risking your $5000 Macbook Pro is our recommendation.