Please note that our forum is a public platform, and we will modify your question to hide your personal information in the description. Kindly ensure that you hide any personal or organizational information the next time you post an error or other details to protect personal data.
Hello Dave Cooper,
Since you have already got a 1.5 GB partition and WinRE is definitely working. I don't think that you will need to reinstall Windows. This usually happens when Windows cannot find the reinstallation folder when reinstall. If you want to check, you can assign a letter to it and then check for Recovery\WindowsRE.
For now, you can move WinRE to partition 1 and re-register it. Please follow these steps:
- Open "PowerShell" as administrator.
- Type:
- diskpart
- select disk 0
- select partition 1
- assign letter=R (The letter can be anything you want, just make sure that the name stays consistent through the commands)
- exit
- Make the correct directory for WinRE.
- mkdir R:\Recovery
- mkdir R:\Recovery\WindowsRE
- Type reagentc /disable to disable WinRE.
- Copy the contents of C:\Recovery\WindowsRE to R:\Recovery\WindowsRE
- Type reagentc /setreimage /path R:\Recovery\WindowsRE to register the new location.
- Type reagentc /enable to reenable WinRE.
- Hide the partition:
- diskpart
- select volume R
- remove letter=R
- exit
- If you want to make sure, you can check with reagentc /info.
If the answer is helpful, please click "Yes". If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.