|
1 | 1 | # Bootable Drive Maker For Mac |
2 | 2 |
|
3 | 3 | # Description |
4 | | -This application was created to make a more user-friendly version of the shell-script "Bootable Drive Maker," created by ETCG. |
| 4 | +Using an intuitive simple-to-use GUI, Bootable Drive Maker provides a seamless way to create a bootable USB drive in Mac OS X. |
5 | 5 |
|
6 | 6 | # Copyright |
7 | 7 | Copyright 2016 ETCG |
8 | 8 |
|
9 | 9 | This entire project (and the libraries it uses) are licensed under the LGPL. Please read COPYING and COPYING.LESSER for your rights. |
10 | 10 |
|
11 | 11 | # Usage |
12 | | -1. Unzip BootableDriveMaker.zip, and navigate into the created folder. |
13 | | -2. Move BootableDriveMaker.app to your Desktop or Documents folder. |
14 | | -3. Double-Click BootableDriveMaker.app. |
15 | | -4. Click the "Click To Open" button. |
| 12 | +1. Mount the included DMG (double click it). |
| 13 | +2. Either drag the application to your applications folder or move it to your Desktop or Documents folder. |
| 14 | +3. Open the application. |
| 15 | +4. Click the "Select An ISO" button. |
16 | 16 | 5. Navigate through your files until you reach your downloaded Operating System ISO. |
17 | | -6. THIS STEP IS VERY IMPORTANT. Change the "Device Number" to your flash drive's device number (typically 1 or 2, but you'll need to check). |
| 17 | +6. THIS STEP IS VERY IMPORTANT. Select the target drive in the dropdown list (the application selects the first attached external drive by default). |
18 | 18 | 7. Click "Start". To stop the process at any time, click "Cancel" (this button will show up after you click start). |
19 | | -8. Wait for the drive to finish getting created (normally takes under 20 minutes). |
| 19 | +8. Wait for the drive to finish getting created (normally takes under 3 minutes, but changes with OS size). |
20 | 20 | 9. Click "Quit" (this button will show up after the drive is done being created). |
21 | 21 |
|
22 | 22 | Congrats! Your drive should have been created. |
23 | | -If you got an error message, please send me a message with the contact info below. |
| 23 | + |
| 24 | +If you got an error message, please read the output, and if you can't correct the problem on your own, send me a message with the contact info below. |
24 | 25 |
|
25 | 26 | # More Projects By ETCG |
26 | 27 | To see more of my projects, go to: |
|
0 commit comments