New
#11
Open administrative command prompt and copy and paste: (all at one time)
When these have completed > right click on the top bar or title bar of the administrative command prompt box > left click on edit then select all > right click on the top bar again > left click on edit then copy > paste into the threadCode:bcdedit /enum all bcdedit | find "osdevice 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 par 6 det par sel par 7 det par sel par 8 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
Is this what you wanted, Zbook?
Microsoft Windows [Version 10.0.18363.448]
(c) 2019 Microsoft Corporation. All rights reserved.
C:\Windows\system32>bcdedit /enum all
Firmware Boot Manager
---------------------
identifier {fwbootmgr}
displayorder {bootmgr}
timeout 2
Windows Boot Manager
--------------------
identifier {bootmgr}
device partition=\Device\HarddiskVolume2
path \EFI\MICROSOFT\BOOT\BOOTMGFW.EFI
description Windows Boot Manager
locale en-US
inherit {globalsettings}
flightsigning Yes
default {current}
resumeobject {236e58fd-e736-11e9-8532-f95c3d6ef647}
displayorder {current}
toolsdisplayorder {memdiag}
timeout 3
Windows Boot Loader
-------------------
identifier {current}
device partition=C:
path \Windows\system32\winload.efi
description Windows 10
locale en-US
inherit {bootloadersettings}
recoverysequence {236e58ff-e736-11e9-8532-f95c3d6ef647}
displaymessageoverride Recovery
recoveryenabled Yes
isolatedcontext Yes
flightsigning Yes
allowedinmemorysettings 0x15000075
osdevice partition=C:
systemroot \Windows
resumeobject {236e58fd-e736-11e9-8532-f95c3d6ef647}
nx OptIn
bootmenupolicy Standard
Windows Boot Loader
-------------------
identifier {236e58ff-e736-11e9-8532-f95c3d6ef647}
device ramdisk=[\Device\HarddiskVolume1]\Recovery\WindowsRE\Winre.wim,{236e5900-e736-11e9-8532-f95c3d6ef647}
path \windows\system32\winload.efi
description Windows Recovery Environment
locale en-us
inherit {bootloadersettings}
displaymessage Recovery
osdevice ramdisk=[\Device\HarddiskVolume1]\Recovery\WindowsRE\Winre.wim,{236e5900-e736-11e9-8532-f95c3d6ef647}
systemroot \windows
nx OptIn
bootmenupolicy Standard
winpe Yes
Resume from Hibernate
---------------------
identifier {236e58fd-e736-11e9-8532-f95c3d6ef647}
device partition=C:
path \Windows\system32\winresume.efi
description Windows Resume Application
locale en-US
inherit {resumeloadersettings}
recoverysequence {236e58ff-e736-11e9-8532-f95c3d6ef647}
recoveryenabled Yes
isolatedcontext Yes
allowedinmemorysettings 0x15000075
filedevice partition=C:
filepath \hiberfil.sys
bootmenupolicy Standard
debugoptionenabled No
Windows Memory Tester
---------------------
identifier {memdiag}
device partition=\Device\HarddiskVolume2
path \EFI\Microsoft\Boot\memtest.efi
description Windows Memory Diagnostic
locale en-US
inherit {globalsettings}
badmemoryaccess Yes
EMS Settings
------------
identifier {emssettings}
bootems No
Debugger Settings
-----------------
identifier {dbgsettings}
debugtype Local
RAM Defects
-----------
identifier {badmemory}
Global Settings
---------------
identifier {globalsettings}
inherit {dbgsettings}
{emssettings}
{badmemory}
Boot Loader Settings
--------------------
identifier {bootloadersettings}
inherit {globalsettings}
{hypervisorsettings}
Hypervisor Settings
-------------------
identifier {hypervisorsettings}
hypervisordebugtype Serial
hypervisordebugport 1
hypervisorbaudrate 115200
Resume Loader Settings
----------------------
identifier {resumeloadersettings}
inherit {globalsettings}
Device options
--------------
identifier {236e5900-e736-11e9-8532-f95c3d6ef647}
description Windows Recovery
ramdisksdidevice partition=\Device\HarddiskVolume1
ramdisksdipath \Recovery\WindowsRE\boot.sdi
C:\Windows\system32>bcdedit | find "osdevice
FIND: Parameter format not correct
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\partition1\Recovery\WindowsRE
Boot Configuration Data (BCD) identifier: 236e58ff-e736-11e9-8532-f95c3d6ef647
Recovery image location:
Recovery image index: 0
Custom image location:
Custom image index: 0
REAGENTC.EXE: Operation Successful.
C:\Windows\system32>diskpart
Microsoft DiskPart version 10.0.18362.1
Copyright (C) Microsoft Corporation.
On computer: DESKTOP-HKGDTQL
DISKPART> lis dis
Disk ### Status Size Free Dyn Gpt
-------- ------------- ------- ------- --- ---
Disk 0 Online 465 GB 0 B *
Disk 1 Online 3726 GB 0 B *
DISKPART> lis vol
Volume ### Ltr Label Fs Type Size Status Info
---------- --- ----------- ----- ---------- ------- --------- --------
Volume 0 E DVD-ROM 0 B No Media
Volume 1 Recovery NTFS Partition 529 MB Healthy
Volume 2 C NTFS Partition 234 GB Healthy Boot
Volume 3 D NTFS Partition 230 GB Healthy
Volume 4 FAT32 Partition 100 MB Healthy System
Volume 5 FAT32 Partition 100 MB Healthy Hidden
Volume 6 FAT32 Partition 100 MB Healthy Hidden
Volume 7 F Data exFAT Partition 3725 GB Healthy
Volume 8 EFI FAT32 Partition 200 MB Healthy Hidden
DISKPART> sel dis 0
Disk 0 is now the selected disk.
DISKPART> det dis
Samsung SSD 860 EVO 500GB
Disk ID: {3E25E140-E9CE-03AA-5078-898F73BAEA00}
Type : SATA
Status : Online
Path : 0
Target : 0
LUN ID : 0
Location Path : PCIROOT(0)#PCI(0802)#PCI(0000)#ATA(C00T00L00)
Current Read-only State : No
Read-only : No
Boot Disk : Yes
Pagefile Disk : Yes
Hibernation File Disk : No
Crashdump Disk : Yes
Clustered Disk : No
Volume ### Ltr Label Fs Type Size Status Info
---------- --- ----------- ----- ---------- ------- --------- --------
Volume 1 Recovery NTFS Partition 529 MB Healthy
Volume 2 C NTFS Partition 234 GB Healthy Boot
Volume 3 D NTFS Partition 230 GB Healthy
Volume 4 FAT32 Partition 100 MB Healthy System
Volume 5 FAT32 Partition 100 MB Healthy Hidden
Volume 6 FAT32 Partition 100 MB Healthy Hidden
DISKPART> lis par
Partition ### Type Size Offset
------------- ---------------- ------- -------
Partition 1 Recovery 529 MB 1024 KB
Partition 2 System 100 MB 530 MB
Partition 3 Reserved 16 MB 630 MB
Partition 4 Primary 234 GB 646 MB
Partition 5 System 100 MB 235 GB
Partition 6 System 100 MB 235 GB
Partition 7 Primary 230 GB 235 GB
DISKPART> sel par 1
Partition 1 is now the selected partition.
DISKPART> det par
Partition 1
Type : de94bba4-06d1-4d40-a16a-bfd50179d6ac
Hidden : No
Required: Yes
Attrib : 0X8000000000000001
Offset in Bytes: 1048576
Volume ### Ltr Label Fs Type Size Status Info
---------- --- ----------- ----- ---------- ------- --------- --------
* Volume 9 Recovery NTFS Partition 529 MB Healthy Hidden
DISKPART> sel par 2
Partition 2 is now the selected partition.
DISKPART> det par
Partition 2
Type : c12a7328-f81f-11d2-ba4b-00a0c93ec93b
Hidden : Yes
Required: No
Attrib : 0X8000000000000000
Offset in Bytes: 555745280
Volume ### Ltr Label Fs Type Size Status Info
---------- --- ----------- ----- ---------- ------- --------- --------
* Volume 4 FAT32 Partition 100 MB Healthy System
DISKPART> sel par 3
Partition 3 is now the selected partition.
DISKPART> det par
Partition 3
Type : e3c9e316-0b5c-4db8-817d-f92df00215ae
Hidden : Yes
Required: No
Attrib : 0X8000000000000000
Offset in Bytes: 660602880
There is no volume associated with this partition.
DISKPART> sel par 4
Partition 4 is now the selected partition.
DISKPART> det par
Partition 4
Type : ebd0a0a2-b9e5-4433-87c0-68b6b72699c7
Hidden : No
Required: No
Attrib : 0000000000000000
Offset in Bytes: 677380096
Volume ### Ltr Label Fs Type Size Status Info
---------- --- ----------- ----- ---------- ------- --------- --------
* Volume 2 C NTFS Partition 234 GB Healthy Boot
DISKPART> sel par 5
Partition 5 is now the selected partition.
DISKPART> det par
Partition 5
Type : c12a7328-f81f-11d2-ba4b-00a0c93ec93b
Hidden : Yes
Required: No
Attrib : 0X8000000000000000
Offset in Bytes: 252329328640
Volume ### Ltr Label Fs Type Size Status Info
---------- --- ----------- ----- ---------- ------- --------- --------
* Volume 5 FAT32 Partition 100 MB Healthy Hidden
DISKPART> sel par 6
Partition 6 is now the selected partition.
DISKPART> det par
Partition 6
Type : c12a7328-f81f-11d2-ba4b-00a0c93ec93b
Hidden : Yes
Required: No
Attrib : 0X8000000000000000
Offset in Bytes: 252434186240
Volume ### Ltr Label Fs Type Size Status Info
---------- --- ----------- ----- ---------- ------- --------- --------
* Volume 6 FAT32 Partition 100 MB Healthy Hidden
DISKPART> sel par 7
Partition 7 is now the selected partition.
DISKPART> det par
Partition 7
Type : ebd0a0a2-b9e5-4433-87c0-68b6b72699c7
Hidden : No
Required: No
Attrib : 0000000000000000
Offset in Bytes: 252539043840
Volume ### Ltr Label Fs Type Size Status Info
---------- --- ----------- ----- ---------- ------- --------- --------
* Volume 3 D NTFS Partition 230 GB Healthy
DISKPART> sel par 8
The specified partition is not valid.
Please select a valid partition.
There is no partition selected.
DISKPART> det par
There is no partition selected.
Please select a partition and try again.
DISKPART> sel dis 1
Disk 1 is now the selected disk.
DISKPART> det dis
Seagate BUP Portable SCSI Disk Device
Disk ID: {59F7653C-996A-4440-9537-0C8404AD639E}
Type : USB
Status : Online
Path : 0
Target : 0
LUN ID : 0
Location Path : UNAVAILABLE
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 7 F Data exFAT Partition 3725 GB Healthy
Volume 8 EFI FAT32 Partition 200 MB Healthy Hidden
DISKPART> lis par
Partition ### Type Size Offset
------------- ---------------- ------- -------
Partition 1 System 200 MB 20 KB
Partition 2 Primary 3725 GB 201 MB
DISKPART> sel par 1
Partition 1 is now the selected partition.
DISKPART> det par
Partition 1
Type : c12a7328-f81f-11d2-ba4b-00a0c93ec93b
Hidden : Yes
Required: No
Attrib : 0000000000000000
Offset in Bytes: 20480
Volume ### Ltr Label Fs Type Size Status Info
---------- --- ----------- ----- ---------- ------- --------- --------
* Volume 8 EFI FAT32 Partition 200 MB Healthy Hidden
DISKPART> sel par 2
Partition 2 is now the selected partition.
DISKPART> det par
Partition 2
Type : ebd0a0a2-b9e5-4433-87c0-68b6b72699c7
Hidden : No
Required: No
Attrib : 0000000000000000
Offset in Bytes: 210763776
Volume ### Ltr Label Fs Type Size Status Info
---------- --- ----------- ----- ---------- ------- --------- --------
* Volume 7 F Data exFAT Partition 3725 GB Healthy
DISKPART> sel par 3
The specified partition is not valid.
Please select a valid partition.
There is no partition selected.
DISKPART> det par
There is no partition selected.
Please select a partition and try again.
DISKPART> sel par 4
The specified partition is not valid.
Please select a valid partition.
There is no partition selected.
DISKPART> det par
Please delete the extra partitions as per topgundcp in post #5.
I think I may have found one of my problems? Seems as how, although I disconnected the spinner, the Samsung is marked as Disk 1.
Also, I can't tell what the numbers are for the extra EFIs. Going back in to look again. Sometimes (lots of times) I miss something in the instructions until I read them several times.
Samsung is disk 0 when using diskpart and disk 1 when using Mini Tool.
I think I've done things right so far, but I need a little more advice, please. Here are the three screen shots; maybe one of y'all can tell me which two I should get rid of.
At this point, I'm sure that my C:\ drive is on Partition 5 and I was attempting to install the second OS (Build 19002) to Partition 6, so I'm guessing I should remove Partitions 2 & 6.
Thanks for all the help!
as seen by your command window pic > remove partition 5 & 6
thus the two Fat32 EFI partitions between > C=partition 4 and D=partition 7
then mount the 19002 ISO and use dism to apply the image to D:
it is assumed the Mounted ISO will be driveletter F and the UPP Dump Pro index of 2
thenCode:Dism /Apply-Image /ImageFile:"F:\Sources\Install.wim" /Index:2 /ApplyDir:D:\
reboot to continueCode:bcdboot D:\Windows