Question I need help with my ssd. mbr2gpt

Charles Lalonde

Distinguished
Apr 21, 2013
70
0
18,530
Im trying to convert my drive from mbr to gpt and it's not working.
Basically every time I run checkdisk it finds 0 errors, 0 bad sectors but everytime I check disk it says there an error...
I've used other software, finds 0 errors.
So I cant shrink the partition to proceed....
 

Charles Lalonde

Distinguished
Apr 21, 2013
70
0
18,530
Create another bootloader at the end of the drive and delete original 100MB bootloader.
Execute from elevated command prompt. Regular command prompt will give error on last step.
diskpart
list disk
select disk 1
create partition primary size=150
format fs=ntfs quick
assign letter=H
active
exit
bcdboot c:\windows /s H:

Do not reboot, if there were errors. Show screenshot.

If there were no errors, then reboot.
Now partition at the end of drive should be marked as system,active.
Then delete 100mb partition at the beginning of the drive. Retry mbr2gpt after this.
 

Charles Lalonde

Distinguished
Apr 21, 2013
70
0
18,530
Create another bootloader at the end of the drive and delete original 100MB bootloader.
Execute from elevated command prompt. Regular command prompt will give error on last step.
diskpart
list disk
select disk 1
create partition primary size=150
assign letter=H
active
exit
bcdboot c:\windows /s H:

Do not reboot, if there were errors. Show screenshot.

If there were no errors, then reboot.
Now partition at the end of drive should be marked as system,active.
Then delete 100mb partition at the beginning of the drive. Retry mbr2gpt after this.
after assign letter=h View: https://imgur.com/6eAWphO
should i format? ..Oh wait a sec, I forgot to do this step format fs=ntfs quick
 

Charles Lalonde

Distinguished
Apr 21, 2013
70
0
18,530