Last active
November 16, 2018 00:42
-
-
Save mhou1981/5158c10c3563b6aef1f0ea317bf8ac7b to your computer and use it in GitHub Desktop.
Things which they don't tell you before creating an USB Start Up Disk
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
For the Winodws 10 Media Creation Tool, your USB drive requires the following: | |
- MBR with Primary partion | |
- at least 8GB | |
For Linux Installation disk for image on Etcher: | |
- GPT Format | |
- at least 4GB | |
Without the above format, the creation of those bootable USB disk will fail. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment