Created
August 25, 2014 08:55
-
-
Save ayozebarrera/b839097a5be2376023ad to your computer and use it in GitHub Desktop.
How edit the disk with diskpart command
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
Method #1: | |
1. Boot up to installation DVD/CD. | |
2. Click install but don't follow through. | |
3. Press SHIFT-F10 to bring up console. | |
4. Type "diskpart" | |
5. Once inside diskpart type: | |
-> list disk (find the one you want to convert) | |
-> select disk 0 (select the one you want from the list) | |
-> convert mbr (should take a second or two) | |
-> quit | |
6. Continue with install | |
Method #2: | |
1. Boot up to installation DVD/CD. | |
2. Click install but don't follow through. | |
3. Press SHIFT-F10 to bring up console. | |
4. Type "diskpart" | |
5. Once inside diskpart type: | |
-> list disk (find the one you want to convert) | |
-> select disk 0 (select the one you want from the list) | |
-> clean (wait an hour or so until its done) | |
-> quit | |
6. Continue with install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment