Convert GPT drive into MBR using Command Prompt (cmd) (GPT error solution)
Update:2019 Do not convert GPT partition scheme to MBR as GPT is better instead when you make bootable Pendrive select the option GPT and the installation will be done without error.
Remember - all data will lose
first of all make a windows bootable usb disk with the help of windows setup img file ( win 7,8,10, any one) with the help of rufus then start with the usb boot your computer then start with installtion process click next there you will seee repair your computer click on that and then select troubleshoot then select command prompt
Type Diskpart intocmd window.
Type list disk. Make note of the disk number you want to delete or convert.
Nowtype select disk DiskNumber. By using this command you select the drive in which you want to any
operation
Now type clean. Running the clean command will delete all partitions or volumes on the disk.
Now the last step is :
At the command prompt, type convert mbr . It will convert the selected drive into MBR .
Remember - all data will lose
Type Diskpart into
Type list disk. Make note of the disk number you want to delete or convert.
Now
Now type clean. Running the clean command will delete all partitions or volumes on the disk.
Now the last step is
Comments
Post a Comment