Windows 7 installation
Closed
webkings
-
Oct 27, 2015 at 11:16 PM
Computertech Posts 3569 Registration date Friday February 6, 2015 Status Moderator Last seen July 18, 2016 - Oct 28, 2015 at 12:33 AM
Computertech Posts 3569 Registration date Friday February 6, 2015 Status Moderator Last seen July 18, 2016 - Oct 28, 2015 at 12:33 AM
Related:
- Windows 7 installation
- Kmspico windows 10 - Download - Other
- Minecraft java edition free download for pc windows 7 - Download - Sandbox
- Windows 10 iso download 64-bit - Download - Windows
- Gta 5 download apk pc windows 10 - Download - Action and adventure
- Bandlab download for pc windows 7 - Download - Musical production
1 response
Computertech
Posts
3569
Registration date
Friday February 6, 2015
Status
Moderator
Last seen
July 18, 2016
892
Oct 28, 2015 at 12:33 AM
Oct 28, 2015 at 12:33 AM
Hello,
In order to boot Windows from GPT, our motherboard should support UEFI (EFI-boot & BIOS-boot), otherwise we should use MBR to boot from.
Convert GPT to MBR with Diskpart
The specific steps are following below:
Enter system installing interface by using Win 7 disc or USB hard drive boot. and then press "Shift"+"F10" to open the command prompt.
Input "Diskpart" (do not input quotation mark, the following as well), and then press "Enter"to enter operating interface.
Input "list disk": to check hard disk properties. Pay more attention to capacity of hard disk to select. Usually, disk 0 is hard disk, and disk 1 is the usb dirve where wins 7 install.
Input "select disk 0": to select disk 0 as the disk that is operating.
Input "clean": to clean up current hard disk's partition.
Input "convert mbr": to convert GPT into MBR.
Input "create partition primary size = xxx": to create the size of primary partition.
Input "format fs = ntfs quickly": to format disk to NTFS quickly.
Input "exit": to finish operating.
Input "exit": to shut down the command prompt.
After finishing operating, shut down the command prompt and install windows system on computer in normal way. The steps seems be concise, but the greatest shortage is that all data and files will be clean up. If you don't have backup files in GPT disk, you will lose all your data.
Moderator/Hardware Technician
Please inform us when the issue is resolved. Thank you
In order to boot Windows from GPT, our motherboard should support UEFI (EFI-boot & BIOS-boot), otherwise we should use MBR to boot from.
Convert GPT to MBR with Diskpart
The specific steps are following below:
Enter system installing interface by using Win 7 disc or USB hard drive boot. and then press "Shift"+"F10" to open the command prompt.
Input "Diskpart" (do not input quotation mark, the following as well), and then press "Enter"to enter operating interface.
Input "list disk": to check hard disk properties. Pay more attention to capacity of hard disk to select. Usually, disk 0 is hard disk, and disk 1 is the usb dirve where wins 7 install.
Input "select disk 0": to select disk 0 as the disk that is operating.
Input "clean": to clean up current hard disk's partition.
Input "convert mbr": to convert GPT into MBR.
Input "create partition primary size = xxx": to create the size of primary partition.
Input "format fs = ntfs quickly": to format disk to NTFS quickly.
Input "exit": to finish operating.
Input "exit": to shut down the command prompt.
After finishing operating, shut down the command prompt and install windows system on computer in normal way. The steps seems be concise, but the greatest shortage is that all data and files will be clean up. If you don't have backup files in GPT disk, you will lose all your data.
Moderator/Hardware Technician
Please inform us when the issue is resolved. Thank you