I'm getting "Cannot find OS partition(s) for disk 1" when I try to convert my drive from MBR to GPT so that I can boot from UEFI.
These are the drives that I have:
Tried validating both drives.
Is it normal to have two Recovery partitions?
What seems to be the problem here?
Thanks in advance.
These are the drives that I have:
Tried validating both drives.
Code:
C:\WINDOWS\system32>mbr2gpt /validate /allowFullOS
MBR2GPT: Attempting to validate disk 1
MBR2GPT: Retrieving layout of disk
MBR2GPT: Validating layout, disk sector size is: 512 bytes
Cannot find OS partition(s) for disk 1
Code:
C:\WINDOWS\system32>mbr2gpt /validate /disk:0 /allowFullOS
MBR2GPT: Attempting to validate disk 0
MBR2GPT: Retrieving layout of disk
MBR2GPT: Validating layout, disk sector size is: 512 bytes
Disk layout validation failed for disk 0
Code:
DISKPART> select disk 0
Disk 0 is now the selected disk.
DISKPART> list partition
Partition ### Type Size Offset
------------- ---------------- ------- -------
Partition 1 Primary 231 GB 1024 KB
Partition 2 Recovery 484 MB 231 GB
Partition 3 Recovery 470 MB 232 GB
Is it normal to have two Recovery partitions?
Code:
C:\WINDOWS\system32>reagentc /info
Windows Recovery Environment (Windows RE) and system reset configuration
Information:
Windows RE status: Enabled
Windows RE location: \\?\GLOBALROOT\device\harddisk0\partition2\Recovery\WindowsRE
Boot Configuration Data (BCD) identifier: ee098670-fc5e-11e8-b56a-c4de7a4f4d66
Recovery image location:
Recovery image index: 0
Custom image location:
Custom image index: 0
REAGENTC.EXE: Operation Successful.
What seems to be the problem here?
Thanks in advance.
Last edited:
