Win 8.1 - cannot create recovery drive

Open another elevated command prompt.
Type diskpart and hit Enter.
In the same command window, type list volume and hit Enter.
What this does is place you in the Disk Partition Manager and will list all disk volumes on your PC. We are looking for one that has the word recovery in its name.

Copy and paste the result in your next reply, please. Leave the command window open.
 
I'm sorry. I meant volume 2

In the command window type select volume 2. Hit enter.

Then type detail volume hit enter. Please post the result in your next reply.
 
Volume 3 was the original Windows system disk.
I added an SSD.
I copied the windows system to the SSD almost a year ago.
all was good so I recently reformatted volume 3

I thought you might have meant volume 2... no problem
I also did volume 1:

1648585674361.png
 
I'm trying to determine if your recovery volume is present and it does not appear to be, which is why you are receiving this error.

In the command window type reagentc /info and hit enter. Please include it in your next reply.

Thanks.
 
For creating a new recovery partition I've used other methods and am interested in seeing whether this method worked or failed.

Was the third party software free or did it require a fee?

Did the commands work or were there error messages or codes?

What were you attempting to do with a recovery partition when you did not have one and can you do it now?


If the new recovery partition works as planned please post images or share links of these commands with results: (copy and paste all commands at one time)

For share links please use one drive, drop box, or google drive.

Code:
bcdedit /enum all
reagentc /info
diskpart
lis dis
lis vol
sel dis 0
det dis
lis par
sel par 1
det par
sel par 2
det par
sel par 3
det par
sel par 4
det par
sel par 5
det par
sel dis 1
det dis
lis par
sel par 1
det par
sel par 2
det par
sel par 3
det par
sel par 4
det par
sel par 5
det par
 
Last edited by a moderator:
Back
Top