Reply to thread

Hi,


I corrected the 1st 2 lines.


1st line is restored to the way it was.

2nd line has the GUID of Disk 0 from DISKPART DETAIL DISK.


No change, still same errors as above, will not go into recovery on F1.


This is the way ReAgent.xml looks now after the fix...........


[CODE]


X:\Sources>type c:\Windows\System32\Recovery\ReAgent.xml

<?xml version='1.0' encoding='utf-8'?>


<WindowsRE version="2.0">

  <WinreBCD id="{09c052b5-9fd4-11eb-b14f-faa3f7dbfc4f}"/>

  <WinreLocation path="\Recovery\WindowsRE" id="0" offset="1048576" guid="{05650DAD-0E6F-4E3B-8FBF-5DC3EDEC7776}"/>

  <ImageLocation path="" id="0" offset="0" guid="{00000000-0000-0000-0000-000000000000}"/>

  <PBRImageLocation path="" id="0" offset="0" guid="{00000000-0000-0000-0000-000000000000}" index="0"/>

  <PBRCustomImageLocation path="" id="0" offset="0" guid="{00000000-0000-0000-0000-000000000000}" index="0"/>

  <InstallState state="1"/>

  <OsInstallAvailable state="0"/>

  <CustomImageAvailable state="0"/>

  <IsAutoRepairOn state="1"/>

  <WinREStaged state="0"/>

  <OperationParam path=""/>

  <OperationPermanent state="0"/>

  <OsBuildVersion path="19041.1.amd64fre.vb_release.191206-1406"/>

  <OemTool state="0"/>

  <IsServer state="0"/>

  <DownlevelWinreLocation path="" id="0" offset="0" guid="{00000000-0000-0000-0000-000000000000}"/>

  <IsWimBoot state="0"/>

  <NarratorScheduled state="0"/>

  <ScheduledOperation state="5"/>

</WindowsRE>

X:\Sources>diskpart


Microsoft DiskPart version 10.0.19041.964


Copyright (C) Microsoft Corporation.

On computer: MININT-6HV9SV8


DISKPART> sel disk 0


Disk 0 is now the selected disk.


DISKPART> detail disk


CT500P2SSD8

Disk ID: {05650DAD-0E6F-4E3B-8FBF-5DC3EDEC7776}

Type   : NVMe

Status : Online

Path   : 0

Target : 0

LUN ID : 0

Location Path : PCIROOT(0)#PCI(1B00)#PCI(0000)#NVME(P00T00L00)

Current Read-only State : No

Read-only  : No

Boot Disk  : No

Pagefile Disk  : No

Hibernation File Disk  : No

Crashdump Disk  : No

Clustered Disk  : No


  Volume ###  Ltr  Label        Fs     Type        Size     Status     Info

  ----------  ---  -----------  -----  ----------  -------  ---------  --------

  Volume 1     C                NTFS   Partition    465 GB  Healthy

  Volume 2         Recovery     NTFS   Partition    529 MB  Healthy    Hidden

  Volume 3                      FAT32  Partition     99 MB  Healthy    Hidden


DISKPART>



[/CODE]


Back
Top