21h2 iso gedownload en daarmee geprobeerd te upgraden van 1909 naar 21h2.
Dit ging voorspoedig tot de eerste reboot, zodra hij probeert te booten, restart het systeem onmiddellijk weer, lijkt als er een probleem is met het bootmenu of dat hij de harddisk niet kan benaderen/driver ontbreekt. Het gaat om een Dell Latitude 5501, geen RAID o.i.d.
Met een Win10 setup usb stick geboot en ik zie nu 3 bootopties in het menu, 2x Win10 en 1 keer $WINDOWS.~BT, welke nu de default is en dus niet werkt. Als je de Win10 optie aanklikt dan boot Windows 21h2, echter is duidelijk de setup niet afgemaakt, want er missen vele settings en veel zaken werken niet.
Weet iemand hoe ik kan zorgen dat er wel geboot kan worden vanaf $WINDOWS.~BT zodat de upgrade netjes afgemaakt kan worden.
BCD info:
Dit ging voorspoedig tot de eerste reboot, zodra hij probeert te booten, restart het systeem onmiddellijk weer, lijkt als er een probleem is met het bootmenu of dat hij de harddisk niet kan benaderen/driver ontbreekt. Het gaat om een Dell Latitude 5501, geen RAID o.i.d.
Met een Win10 setup usb stick geboot en ik zie nu 3 bootopties in het menu, 2x Win10 en 1 keer $WINDOWS.~BT, welke nu de default is en dus niet werkt. Als je de Win10 optie aanklikt dan boot Windows 21h2, echter is duidelijk de setup niet afgemaakt, want er missen vele settings en veel zaken werken niet.
Weet iemand hoe ik kan zorgen dat er wel geboot kan worden vanaf $WINDOWS.~BT zodat de upgrade netjes afgemaakt kan worden.
BCD info:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
| C:\WINDOWS\system32>bcdedit Windows Boot Manager -------------------- identifier {bootmgr} device partition=\Device\HarddiskVolume1 path \EFI\Microsoft\Boot\bootmgfw.efi description Windows Boot Manager locale en-US inherit {globalsettings} default {current} resumeobject {f0257683-0d29-11ea-a4f7-9454f77ba314} displayorder {f0257684-0d29-11ea-a4f7-9454f77ba314} {7254a080-1510-4e85-ac0f-e7fb3d444736} {current} toolsdisplayorder {memdiag} timeout 30 Windows Boot Loader ------------------- identifier {f0257684-0d29-11ea-a4f7-9454f77ba314} device partition=C: path \WINDOWS\system32\winload.efi description Windows 10 locale en-US inherit {bootloadersettings} recoverysequence {03d6ed2a-4957-11ec-bd72-8d336447f297} displaymessageoverride Recovery recoveryenabled Yes restartonfailure Yes isolatedcontext Yes allowedinmemorysettings 0x15000075 osdevice partition=C: systemroot \WINDOWS resumeobject {f0257683-0d29-11ea-a4f7-9454f77ba314} nx OptIn bootmenupolicy Standard bootstatuspolicy IgnoreAllFailures hypervisorlaunchtype Auto Windows Setup ------------- identifier {7254a080-1510-4e85-ac0f-e7fb3d444736} device ramdisk=[C:]\$WINDOWS.~BT\Sources\SafeOS\winre.wim,{f0257685-0d29-11ea-a4f7-9454f77ba314} bootstatdevice partition=C: custom:11000083 partition=C: path \windows\system32\winload.efi description Windows 10 locale en-US bootstatfilepath \$WINDOWS.~BT\Sources\SafeOS\bootstat.dat inherit {bootloadersettings} recoverysequence {03d6ed2a-4957-11ec-bd72-8d336447f297} restartonfailure Yes osdevice ramdisk=[C:]\$WINDOWS.~BT\Sources\SafeOS\winre.wim,{f0257685-0d29-11ea-a4f7-9454f77ba314} custom:21000152 partition=C: systemroot \windows nx OptIn bootmenupolicy Standard bootstatuspolicy IgnoreAllFailures detecthal Yes winpe Yes Windows Boot Loader ------------------- identifier {current} device partition=C: path \WINDOWS\system32\winload.efi description Windows 10 locale en-US inherit {bootloadersettings} recoverysequence {f0257681-0d29-11ea-a4f7-9454f77ba314} displaymessageoverride Recovery recoveryenabled Yes badmemoryaccess Yes isolatedcontext Yes allowedinmemorysettings 0x15000075 osdevice partition=C: systemroot \WINDOWS resumeobject {1ad65ae6-c00f-11e9-a8ad-8c04ba0eda9a} nx OptIn bootmenupolicy Standard hypervisorlaunchtype Auto [i][b]C:\$WINDOWS.~BT\Sources\SafeOS\winre.wim\Logs\RecEnv_Ramdisk\setupact.log:[/b][/i] 2021-11-19 20:54:03, Info Starting enumeration of PnP devices. 2021-11-19 20:54:03, Info UI Language = e 2021-11-19 20:54:03, Error GetCurrentOsGuid failed. error = 0x2[gle=0x00000012] 2021-11-19 20:54:03, Error IsSourceDriveOnVHD() failed. error = 0x00000002[gle=0x00000012] 2021-11-19 20:54:03, Error GetCurrentOsGuid failed. error = 0x2[gle=0x000000ea] 2021-11-19 20:54:03, Error IsSourceDriveOnVHD() failed. error = 0x00000002[gle=0x000000ea] 2021-11-19 20:54:03, Info ServerBehavior file does not exist. 2021-11-19 20:54:03, Info Invalid launch type for OEM-Front-End, 0x1 2021-11-19 20:54:03, Info [RecEnv.exe] Enter WinReGetConfig 2021-11-19 20:54:03, Info [RecEnv.exe] Parameters: configWinDir: NULL 2021-11-19 20:54:03, Info [RecEnv.exe] Using recovery file at \\?\GLOBALROOT\Device\HarddiskVolume1\SOURCES\ReAgent.xml 2021-11-19 20:54:03, Info [RecEnv.exe] WinRE config file path: \\?\GLOBALROOT\Device\HarddiskVolume1\SOURCES\ReAgent.xml 2021-11-19 20:54:03, Warning [RecEnv.exe] failed to get child attribute by tag: 0xd 2021-11-19 20:54:03, Info [RecEnv.exe] GetChildAttributeByTag(IsAutoRepairOn) failed: 0xd 2021-11-19 20:54:03, Warning [RecEnv.exe] failed to get child attribute by tag: 0xd 2021-11-19 20:54:03, Info [RecEnv.exe] GetChildAttributeByTag(IsServer) failed: 0xd 2021-11-19 20:54:03, Warning [RecEnv.exe] failed to get child attribute by tag: 0xd 2021-11-19 20:54:03, Info [RecEnv.exe] GetChildAttributeByTag(DownlevelWinreLocation.Dir): 0xd 2021-11-19 20:54:03, Warning [RecEnv.exe] failed to get child attribute by tag: 0xd 2021-11-19 20:54:03, Info [RecEnv.exe] GetChildAttributeByTag(DownlevelWinreLocation.DiskSignature): 0xd 2021-11-19 20:54:03, Warning [RecEnv.exe] failed to get child attribute by tag: 0xd 2021-11-19 20:54:03, Info [RecEnv.exe] GetChildAttributeByTag(DownlevelWinreLocation.Offset): 0xd 2021-11-19 20:54:03, Warning [RecEnv.exe] failed to get child attribute by tag: 0xd 2021-11-19 20:54:03, Info [RecEnv.exe] GetChildAttributeByTag(DownlevelWinreLocation.DiskId): 0xd 2021-11-19 20:54:03, Warning [RecEnv.exe] failed to get child attribute by tag: 0xd 2021-11-19 20:54:03, Info [RecEnv.exe] GetChildAttributeByTag(IsWimBoot) failed: 0xd 2021-11-19 20:54:03, Warning [RecEnv.exe] failed to get child attribute by tag: 0xd 2021-11-19 20:54:03, Info [RecEnv.exe] GetChildAttributeByTag(NarratorScheduled) failed: 0xd 2021-11-19 20:54:03, Info [RecEnv.exe] Update enhanced config info is enabled. 2021-11-19 20:54:03, Info [RecEnv.exe] ReAgentConfig::ReadBcdAndUpdateEnhancedConfigInfo (In WinPE) Using winre guid from the config file 2021-11-19 20:54:03, Warning [RecEnv.exe] ReAgentConfig::ReadBcdAndUpdateEnhancedConfigInfo GetOsInfoForBootEntry returned 0x2 2021-11-19 20:54:03, Info [RecEnv.exe] System is WimBoot: FALSE 2021-11-19 20:54:03, Info [RecEnv.exe] Exit WinReGetConfig return value: 1, last error: 0x0 2021-11-19 20:54:03, Info Auto launch narrator not specified 2021-11-19 20:54:03, Info Custom boot app not specified 2021-11-19 20:54:03, Error No associated OS. 2021-11-19 20:54:03, Info [RecEnv.exe] Enter WinReCreateLogInstanceEx 2021-11-19 20:54:03, Info [RecEnv.exe] Using recovery file at \\?\GLOBALROOT\Device\HarddiskVolume1\SOURCES\ReAgent.xml 2021-11-19 20:54:03, Warning [RecEnv.exe] failed to get child attribute by tag: 0xd 2021-11-19 20:54:03, Info [RecEnv.exe] GetChildAttributeByTag(IsAutoRepairOn) failed: 0xd 2021-11-19 20:54:03, Warning [RecEnv.exe] failed to get child attribute by tag: 0xd 2021-11-19 20:54:03, Info [RecEnv.exe] GetChildAttributeByTag(IsServer) failed: 0xd 2021-11-19 20:54:03, Warning [RecEnv.exe] failed to get child attribute by tag: 0xd 2021-11-19 20:54:03, Info [RecEnv.exe] GetChildAttributeByTag(DownlevelWinreLocation.Dir): 0xd 2021-11-19 20:54:03, Warning [RecEnv.exe] failed to get child attribute by tag: 0xd 2021-11-19 20:54:03, Info [RecEnv.exe] GetChildAttributeByTag(DownlevelWinreLocation.DiskSignature): 0xd 2021-11-19 20:54:03, Warning [RecEnv.exe] failed to get child attribute by tag: 0xd 2021-11-19 20:54:03, Info [RecEnv.exe] GetChildAttributeByTag(DownlevelWinreLocation.Offset): 0xd 2021-11-19 20:54:03, Warning [RecEnv.exe] failed to get child attribute by tag: 0xd 2021-11-19 20:54:03, Info [RecEnv.exe] GetChildAttributeByTag(DownlevelWinreLocation.DiskId): 0xd 2021-11-19 20:54:03, Warning [RecEnv.exe] failed to get child attribute by tag: 0xd 2021-11-19 20:54:03, Info [RecEnv.exe] GetChildAttributeByTag(IsWimBoot) failed: 0xd 2021-11-19 20:54:03, Warning [RecEnv.exe] failed to get child attribute by tag: 0xd 2021-11-19 20:54:03, Info [RecEnv.exe] GetChildAttributeByTag(NarratorScheduled) failed: 0xd 2021-11-19 20:54:03, Info [RecEnv.exe] Update enhanced config info is enabled. 2021-11-19 20:54:03, Info [RecEnv.exe] ReAgentConfig::ReadBcdAndUpdateEnhancedConfigInfo (In WinPE) Using winre guid from the config file 2021-11-19 20:54:03, Warning [RecEnv.exe] ReAgentConfig::ReadBcdAndUpdateEnhancedConfigInfo GetOsInfoForBootEntry returned 0x2 2021-11-19 20:54:03, Info [RecEnv.exe] Exit WinReCreateLogInstanceEx returns error code 0x0 2021-11-19 20:54:03, Info [RecEnv.exe] Enter WinReGetConfig 2021-11-19 20:54:03, Info [RecEnv.exe] Parameters: configWinDir: NULL 2021-11-19 20:54:03, Info [RecEnv.exe] Using recovery file at \\?\GLOBALROOT\Device\HarddiskVolume1\SOURCES\ReAgent.xml 2021-11-19 20:54:03, Info [RecEnv.exe] WinRE config file path: \\?\GLOBALROOT\Device\HarddiskVolume1\SOURCES\ReAgent.xml 2021-11-19 20:54:03, Warning [RecEnv.exe] failed to get child attribute by tag: 0xd 2021-11-19 20:54:03, Info [RecEnv.exe] GetChildAttributeByTag(IsAutoRepairOn) failed: 0xd 2021-11-19 20:54:03, Warning [RecEnv.exe] failed to get child attribute by tag: 0xd 2021-11-19 20:54:03, Info [RecEnv.exe] GetChildAttributeByTag(IsServer) failed: 0xd 2021-11-19 20:54:03, Warning [RecEnv.exe] failed to get child attribute by tag: 0xd 2021-11-19 20:54:03, Info [RecEnv.exe] GetChildAttributeByTag(DownlevelWinreLocation.Dir): 0xd 2021-11-19 20:54:03, Warning [RecEnv.exe] failed to get child attribute by tag: 0xd 2021-11-19 20:54:03, Info [RecEnv.exe] GetChildAttributeByTag(DownlevelWinreLocation.DiskSignature): 0xd 2021-11-19 20:54:03, Warning [RecEnv.exe] failed to get child attribute by tag: 0xd 2021-11-19 20:54:03, Info [RecEnv.exe] GetChildAttributeByTag(DownlevelWinreLocation.Offset): 0xd 2021-11-19 20:54:03, Warning [RecEnv.exe] failed to get child attribute by tag: 0xd 2021-11-19 20:54:03, Info [RecEnv.exe] GetChildAttributeByTag(DownlevelWinreLocation.DiskId): 0xd 2021-11-19 20:54:03, Warning [RecEnv.exe] failed to get child attribute by tag: 0xd 2021-11-19 20:54:03, Info [RecEnv.exe] GetChildAttributeByTag(IsWimBoot) failed: 0xd 2021-11-19 20:54:03, Warning [RecEnv.exe] failed to get child attribute by tag: 0xd 2021-11-19 20:54:03, Info [RecEnv.exe] GetChildAttributeByTag(NarratorScheduled) failed: 0xd 2021-11-19 20:54:03, Info [RecEnv.exe] Update enhanced config info is enabled. 2021-11-19 20:54:03, Info [RecEnv.exe] ReAgentConfig::ReadBcdAndUpdateEnhancedConfigInfo (In WinPE) Using winre guid from the config file 2021-11-19 20:54:03, Warning [RecEnv.exe] ReAgentConfig::ReadBcdAndUpdateEnhancedConfigInfo GetOsInfoForBootEntry returned 0x2 2021-11-19 20:54:03, Info [RecEnv.exe] System is WimBoot: FALSE 2021-11-19 20:54:03, Info [RecEnv.exe] Exit WinReGetConfig return value: 1, last error: 0x0 2021-11-19 20:54:03, Info Offline scanning application not configured 2021-11-19 20:54:03, Error Invalid path specified 2021-11-19 20:54:03, Warning Failed to read Target OS value. Error: 0x00000002 2021-11-19 20:54:03, Info Entering RjvBareMetalResetAvailable 2021-11-19 20:54:03, Info Entering RjvPIsMediaBoot 2021-11-19 20:54:03, Info WinRE registry value set to Media boot 2021-11-19 20:54:03, Info RjvPGetDeviceNumberFromPath returning hr = 0X0 (drive number 1) 2021-11-19 20:54:03, Info RjvPGetDeviceNumberFromPath returning hr = 0X0 (drive number 1) 2021-11-19 20:54:03, Info Hotpluggable drive detected 2021-11-19 20:54:03, Info Drive type for \\?\GLOBALROOT\Device\HarddiskVolume1\ is 2 (not FIXED ==3 ) or hotpluggable (TRUE) 2021-11-19 20:54:03, Info RjvPIsMediaBoot returning TRUE 2021-11-19 20:54:03, Info RjvBareMetalResetAvailable: Booted from media (\\?\GLOBALROOT\Device\HarddiskVolume1\SOURCES) 2021-11-19 20:54:03, Info Entering RjvPGetBMRSystemPartionInfo 2021-11-19 20:54:03, Info Entering RjvPGetOemExtensibilitySystemPartionInfo resetConfigFile: ($PBR_ResetConfig.xml) 2021-11-19 20:54:03, Info \\?\GLOBALROOT\Device\HarddiskVolume1\SOURCES\OEM\$PBR_ResetConfig.xml not found 2021-11-19 20:54:03, Info RjvPGetOemExtensibilitySystemPartionInfo returning FALSE 2021-11-19 20:54:03, Info Entering RjvPGetOemExtensibilitySystemPartionInfo resetConfigFile: (ResetConfig.xml) 2021-11-19 20:54:03, Info \\?\GLOBALROOT\Device\HarddiskVolume1\SOURCES\OEM\ResetConfig.xml not found 2021-11-19 20:54:03, Info RjvPGetOemExtensibilitySystemPartionInfo returning FALSE 2021-11-19 20:54:03, Info BMR script not found on media (\\?\GLOBALROOT\Device\HarddiskVolume1\SOURCES\OEM) 2021-11-19 20:54:03, Info RjvPGetBMRSystemPartionInfo returning FALSE 2021-11-19 20:54:03, Info RjvBareMetalResetAvailable: Failed to check [\] for extensibility 2021-11-19 20:54:03, Info Entering RjvPGetBMRSystemPartionInfo 2021-11-19 20:54:03, Info Entering RjvPGetOemExtensibilitySystemPartionInfo resetConfigFile: ($PBR_ResetConfig.xml) 2021-11-19 20:54:03, Info \\?\GLOBALROOT\Device\HarddiskVolume1\SOURCES\$PBR_ResetConfig.xml not found 2021-11-19 20:54:03, Info RjvPGetOemExtensibilitySystemPartionInfo returning FALSE 2021-11-19 20:54:03, Info Entering RjvPGetOemExtensibilitySystemPartionInfo resetConfigFile: (ResetConfig.xml) 2021-11-19 20:54:03, Info \\?\GLOBALROOT\Device\HarddiskVolume1\SOURCES\ResetConfig.xml not found 2021-11-19 20:54:03, Info RjvPGetOemExtensibilitySystemPartionInfo returning FALSE 2021-11-19 20:54:03, Info BMR script not found on media (\\?\GLOBALROOT\Device\HarddiskVolume1\SOURCES) 2021-11-19 20:54:03, Info RjvPGetBMRSystemPartionInfo returning FALSE 2021-11-19 20:54:03, Info RjvBareMetalResetAvailable: Failed to check [\] for extensibility 2021-11-19 20:54:03, Info RjvBareMetalResetAvailable returning FALSE 2021-11-19 20:54:04, Info Finished enumeration of PnP devices. 2021-11-19 20:54:08, Error Failed to check OS architecture. 0x00000490[gle=0x00000002] 2021-11-19 20:54:08, Info [RecEnv.exe] Enter WinReIsWimBootEnabled 2021-11-19 20:54:08, Info [RecEnv.exe] Parameters: pszWinDir: C:\$WINDOWS.~BT\Sources\SafeOS\winre.wim 2021-11-19 20:54:08, Error [RecEnv.exe] winreArePathsEqualFailed to get attributes for C:\$WINDOWS.~BT\Sources\SafeOS\winre.wim: 0x3 2021-11-19 20:54:08, Warning [RecEnv.exe] Failed to check whether X:\windows is the current Windows directory 2021-11-19 20:54:08, Info [RecEnv.exe] RegLoadKey $OFFLINE$SYSTEM failed. Error: 0x3. 2021-11-19 20:54:08, Info [RecEnv.exe] Exit WinReIsWimBootEnabled returns 0 with last error: 0x0 2021-11-19 20:54:08, Info [RecEnv.exe] Enter WinReRestoreLogFiles 2021-11-19 20:54:08, Info [RecEnv.exe] Using recovery file at \\?\GLOBALROOT\Device\HarddiskVolume1\SOURCES\ReAgent.xml 2021-11-19 20:54:08, Warning [RecEnv.exe] failed to get child attribute by tag: 0xd 2021-11-19 20:54:08, Info [RecEnv.exe] GetChildAttributeByTag(IsAutoRepairOn) failed: 0xd 2021-11-19 20:54:08, Warning [RecEnv.exe] failed to get child attribute by tag: 0xd 2021-11-19 20:54:08, Info [RecEnv.exe] GetChildAttributeByTag(IsServer) failed: 0xd 2021-11-19 20:54:08, Warning [RecEnv.exe] failed to get child attribute by tag: 0xd 2021-11-19 20:54:08, Info [RecEnv.exe] GetChildAttributeByTag(DownlevelWinreLocation.Dir): 0xd 2021-11-19 20:54:08, Warning [RecEnv.exe] failed to get child attribute by tag: 0xd 2021-11-19 20:54:08, Info [RecEnv.exe] GetChildAttributeByTag(DownlevelWinreLocation.DiskSignature): 0xd 2021-11-19 20:54:08, Warning [RecEnv.exe] failed to get child attribute by tag: 0xd 2021-11-19 20:54:08, Info [RecEnv.exe] GetChildAttributeByTag(DownlevelWinreLocation.Offset): 0xd 2021-11-19 20:54:08, Warning [RecEnv.exe] failed to get child attribute by tag: 0xd 2021-11-19 20:54:08, Info [RecEnv.exe] GetChildAttributeByTag(DownlevelWinreLocation.DiskId): 0xd 2021-11-19 20:54:08, Warning [RecEnv.exe] failed to get child attribute by tag: 0xd 2021-11-19 20:54:08, Info [RecEnv.exe] GetChildAttributeByTag(IsWimBoot) failed: 0xd 2021-11-19 20:54:08, Warning [RecEnv.exe] failed to get child attribute by tag: 0xd 2021-11-19 20:54:08, Info [RecEnv.exe] GetChildAttributeByTag(NarratorScheduled) failed: 0xd 2021-11-19 20:54:08, Info [RecEnv.exe] Update enhanced config info is enabled. 2021-11-19 20:54:08, Info [RecEnv.exe] ReAgentConfig::ReadBcdAndUpdateEnhancedConfigInfo (In WinPE) Using winre guid from the config file 2021-11-19 20:54:08, Warning [RecEnv.exe] ReAgentConfig::ReadBcdAndUpdateEnhancedConfigInfo GetOsInfoForBootEntry returned 0x2 2021-11-19 20:54:08, Warning [RecEnv.exe] winreOpenOrCreateDir failed to create directory (0x3) in file base\diagnosis\srt\reagent2\reagent\util.cpp line 1169 2021-11-19 20:54:08, Error [RecEnv.exe] winreOpenOrCreateDir failed: 0x3 2021-11-19 20:54:08, Warning [RecEnv.exe] WinReGetLogDirPathInternal failed to open log directory (0x3) in file base\diagnosis\srt\reagent2\reagent\logfile.cpp line 162 2021-11-19 20:54:08, Warning [RecEnv.exe] winreCopyLogFilesInternal failed to get log directory path (0x3) in file base\diagnosis\srt\reagent2\reagent\logfile.cpp line 747 2021-11-19 20:54:08, Warning [RecEnv.exe] WinReRestoreLogFiles failed to copy log files (0x3) in file base\diagnosis\srt\reagent2\reagent\logfile.cpp line 880 2021-11-19 20:54:08, Info [RecEnv.exe] Exit WinReRestoreLogFiles returns 0 with last error: 0x3 2021-11-19 20:54:31, Info Entering RjvBareMetalResetAvailable 2021-11-19 20:54:31, Info Entering RjvPIsMediaBoot 2021-11-19 20:54:31, Info WinRE registry value set to Media boot 2021-11-19 20:54:31, Info RjvPGetDeviceNumberFromPath returning hr = 0X0 (drive number 1) 2021-11-19 20:54:31, Info RjvPGetDeviceNumberFromPath returning hr = 0X0 (drive number 1) 2021-11-19 20:54:31, Info Hotpluggable drive detected 2021-11-19 20:54:31, Info Drive type for \\?\GLOBALROOT\Device\HarddiskVolume1\ is 2 (not FIXED ==3 ) or hotpluggable (TRUE) 2021-11-19 20:54:31, Info RjvPIsMediaBoot returning TRUE 2021-11-19 20:54:31, Info RjvBareMetalResetAvailable: Booted from media (\\?\GLOBALROOT\Device\HarddiskVolume1\SOURCES) 2021-11-19 20:54:31, Info Entering RjvPGetBMRSystemPartionInfo 2021-11-19 20:54:31, Info Entering RjvPGetOemExtensibilitySystemPartionInfo resetConfigFile: ($PBR_ResetConfig.xml) 2021-11-19 20:54:31, Info \\?\GLOBALROOT\Device\HarddiskVolume1\SOURCES\OEM\$PBR_ResetConfig.xml not found 2021-11-19 20:54:31, Info RjvPGetOemExtensibilitySystemPartionInfo returning FALSE 2021-11-19 20:54:31, Info Entering RjvPGetOemExtensibilitySystemPartionInfo resetConfigFile: (ResetConfig.xml) 2021-11-19 20:54:31, Info \\?\GLOBALROOT\Device\HarddiskVolume1\SOURCES\OEM\ResetConfig.xml not found 2021-11-19 20:54:31, Info RjvPGetOemExtensibilitySystemPartionInfo returning FALSE 2021-11-19 20:54:31, Info BMR script not found on media (\\?\GLOBALROOT\Device\HarddiskVolume1\SOURCES\OEM) 2021-11-19 20:54:31, Info RjvPGetBMRSystemPartionInfo returning FALSE 2021-11-19 20:54:31, Info RjvBareMetalResetAvailable: Failed to check [\] for extensibility 2021-11-19 20:54:31, Info Entering RjvPGetBMRSystemPartionInfo 2021-11-19 20:54:31, Info Entering RjvPGetOemExtensibilitySystemPartionInfo resetConfigFile: ($PBR_ResetConfig.xml) 2021-11-19 20:54:31, Info \\?\GLOBALROOT\Device\HarddiskVolume1\SOURCES\$PBR_ResetConfig.xml not found 2021-11-19 20:54:31, Info RjvPGetOemExtensibilitySystemPartionInfo returning FALSE 2021-11-19 20:54:31, Info Entering RjvPGetOemExtensibilitySystemPartionInfo resetConfigFile: (ResetConfig.xml) 2021-11-19 20:54:31, Info \\?\GLOBALROOT\Device\HarddiskVolume1\SOURCES\ResetConfig.xml not found 2021-11-19 20:54:31, Info RjvPGetOemExtensibilitySystemPartionInfo returning FALSE 2021-11-19 20:54:31, Info BMR script not found on media (\\?\GLOBALROOT\Device\HarddiskVolume1\SOURCES) 2021-11-19 20:54:31, Info RjvPGetBMRSystemPartionInfo returning FALSE 2021-11-19 20:54:31, Info RjvBareMetalResetAvailable: Failed to check [\] for extensibility 2021-11-19 20:54:31, Info RjvBareMetalResetAvailable returning FALSE 2021-11-19 20:54:36, Info [RecEnv.exe] Enter WinReRestoreLogFiles 2021-11-19 20:54:36, Info [RecEnv.exe] Using recovery file at \\?\GLOBALROOT\Device\HarddiskVolume1\SOURCES\ReAgent.xml 2021-11-19 20:54:36, Warning [RecEnv.exe] failed to get child attribute by tag: 0xd 2021-11-19 20:54:36, Info [RecEnv.exe] GetChildAttributeByTag(IsAutoRepairOn) failed: 0xd 2021-11-19 20:54:36, Warning [RecEnv.exe] failed to get child attribute by tag: 0xd 2021-11-19 20:54:36, Info [RecEnv.exe] GetChildAttributeByTag(IsServer) failed: 0xd 2021-11-19 20:54:36, Warning [RecEnv.exe] failed to get child attribute by tag: 0xd 2021-11-19 20:54:36, Info [RecEnv.exe] GetChildAttributeByTag(DownlevelWinreLocation.Dir): 0xd 2021-11-19 20:54:36, Warning [RecEnv.exe] failed to get child attribute by tag: 0xd 2021-11-19 20:54:36, Info [RecEnv.exe] GetChildAttributeByTag(DownlevelWinreLocation.DiskSignature): 0xd 2021-11-19 20:54:36, Warning [RecEnv.exe] failed to get child attribute by tag: 0xd 2021-11-19 20:54:36, Info [RecEnv.exe] GetChildAttributeByTag(DownlevelWinreLocation.Offset): 0xd 2021-11-19 20:54:36, Warning [RecEnv.exe] failed to get child attribute by tag: 0xd 2021-11-19 20:54:36, Info [RecEnv.exe] GetChildAttributeByTag(DownlevelWinreLocation.DiskId): 0xd 2021-11-19 20:54:36, Warning [RecEnv.exe] failed to get child attribute by tag: 0xd 2021-11-19 20:54:36, Info [RecEnv.exe] GetChildAttributeByTag(IsWimBoot) failed: 0xd 2021-11-19 20:54:36, Warning [RecEnv.exe] failed to get child attribute by tag: 0xd 2021-11-19 20:54:36, Info [RecEnv.exe] GetChildAttributeByTag(NarratorScheduled) failed: 0xd 2021-11-19 20:54:36, Info [RecEnv.exe] Update enhanced config info is enabled. 2021-11-19 20:54:36, Info [RecEnv.exe] ReAgentConfig::ReadBcdAndUpdateEnhancedConfigInfo (In WinPE) Using winre guid from the config file 2021-11-19 20:54:36, Warning [RecEnv.exe] ReAgentConfig::ReadBcdAndUpdateEnhancedConfigInfo GetOsInfoForBootEntry returned 0x2 2021-11-19 20:54:36, Warning [RecEnv.exe] winreOpenOrCreateDir failed to create directory (0x3) in file base\diagnosis\srt\reagent2\reagent\util.cpp line 1169 2021-11-19 20:54:36, Error [RecEnv.exe] winreOpenOrCreateDir failed: 0x3 2021-11-19 20:54:36, Warning [RecEnv.exe] WinReGetLogDirPathInternal failed to open log directory (0x3) in file base\diagnosis\srt\reagent2\reagent\logfile.cpp line 162 2021-11-19 20:54:36, Warning [RecEnv.exe] winreCopyLogFilesInternal failed to get log directory path (0x3) in file base\diagnosis\srt\reagent2\reagent\logfile.cpp line 747 2021-11-19 20:54:36, Warning [RecEnv.exe] WinReRestoreLogFiles failed to copy log files (0x3) in file base\diagnosis\srt\reagent2\reagent\logfile.cpp line 880 2021-11-19 20:54:36, Info [RecEnv.exe] Exit WinReRestoreLogFiles returns 0 with last error: 0x3 2021-11-19 20:54:36, Info Copying logs from [X:\windows\Logs\RecEnv] to [C:\$WINDOWS.~BT\Sources\SafeOS\winre.wim\Logs\RecEnv_Ramdisk] |
[ Voor 0% gewijzigd door Question Mark op 23-11-2021 16:11 ]