Windows PE 5.x boot problem

balubeto

Member
Member
Messages
173
Hi

With Windows ADK and its MakeWinPEMedia utility, I created an ISO image of Windows PE 5.x but when I start it, it does not boot.

His BCD is:

Code:
C:\Program Files (x86)\Windows Kits\10\Assessment and Deployment Kit\Deployment Tools>bcdedit /store "C:\Users\Public\Documents\Windows_PE\ISO_debug\x32-x64\Boot\BCD"
Windows Boot Manager
--------------------
identifier              {bootmgr}
description             Windows Boot Manager
locale                  en-US
inherit                 {globalsettings}
default                 {default}
displayorder            {default}
                        {551baeb5-f0aa-11e4-826f-000c29e7d067}
toolsdisplayorder       {memdiag}
timeout                 30
Windows Boot Loader
-------------------
identifier              {default}
device                  ramdisk=[boot]\sources\boot_x32.wim,{default}
path                    \windows\system32\boot\winload.exe
description             Windows PE a 32 bit
locale                  en-US
inherit                 {bootloadersettings}
osdevice                ramdisk=[boot]\sources\boot_x32.wim,{default}
systemroot              \windows
detecthal               Yes
winpe                   Yes
ems                     No
Windows Boot Loader
-------------------
identifier              {551baeb5-f0aa-11e4-826f-000c29e7d067}
device                  ramdisk=[boot]\sources\boot_x64.wim,{default}
path                    \windows\system32\boot\winload.exe
description             Windows PE a 64 bit
locale                  en-US
inherit                 {bootloadersettings}
osdevice                ramdisk=[boot]\sources\boot_x64.wim,{default}
systemroot              \windows
detecthal               Yes
winpe                   Yes
ems                     No
C:\Program Files (x86)\Windows Kits\10\Assessment and Deployment Kit\Deployment Tools>

Where am I wrong?

Thanks

Bye
 

My Computer

System One

  • OS
    Windows 8
Do you have legacy support enabled ? As the BCD you have coded above is using winload.exe which is legacy boot..
 

My Computer

System One

  • OS
    Windows 3.1 > Windows 10
    Computer type
    PC/Desktop
    System Manufacturer/Model
    Dell XPS 8700
    CPU
    I7
    Memory
    24 GB
Do you have legacy support enabled ? As the BCD you have coded above is using winload.exe which is legacy boot..
I can not understand this question because Windows PE should start with any type of computer.

Anyway, I tried to start it either from a computer with the BIOS and from one with the UEFI and it does not work. Why?

Thanks

Bye
 

My Computer

System One

  • OS
    Windows 8
Anyway, I tried to start it either from a computer with the BIOS and from one with the UEFI and it does not work. Why?

Instead of giving a vague description "it dsoen't work" , why don't you just explain what happens when you try to boot from the PE ?.

- What media you are using ? ( CD/USB ). If it is USB, how it is prepared ?.

- What kind of error you are getting - stuck at boot/blinking cursor/blue screen ?.
 

My Computer

System One

  • OS
    Windows 7
I created the iso image with MakePEMedia utility and put it on a CD.

Now, if I boot from CD with some computer (with BIOS or UEFI), I have only a black screen. Why?

Thanks

Bye
 

My Computer

System One

  • OS
    Windows 8
because you have to many DEFAULT identifier(s)

After creating winpe boot media how did you add the second ramdisk, boot.wim to the BCD?

Did you also add the boot files?..

here is a BCD with 4 ramdisk boot options (Notice the identifier(s)

Code:
Windows Boot Manager
--------------------
identifier              {9dea862c-5cdd-4e70-acc1-f32b344d4795}
description             Windows Boot Manager
locale                  en-US
inherit                 {7ea2e1ac-2e61-4728-aaa3-896d9d0a9f0e}
displayorder            {52e99034-d5b7-11e4-82d3-0c8bfd4c841a}
                        {b2f5f868-d5b5-11e4-82d2-0c8bfd4c841a}
                        {4de22695-d5b8-11e4-82d3-0c8bfd4c841a}
                        {30d7941e-d5b8-11e4-82d3-0c8bfd4c841a}
toolsdisplayorder       {b2721d73-1db4-4c62-bf78-c548a880142d}
timeout                 30
displaybootmenu         Yes
Windows Boot Loader
-------------------
identifier              {52e99034-d5b7-11e4-82d3-0c8bfd4c841a}
device                  ramdisk=[boot]\Win7x86\sources\boot.wim,{528f3cda-d5b7-11e4-82d3-0c8bfd4c841a}
path                    \Windows\System32\Boot\winload.exe
description             Windows 7 Setup x86
locale                  en-US
osdevice                ramdisk=[boot]\Win7x86\sources\boot.wim,{528f3cda-d5b7-11e4-82d3-0c8bfd4c841a}
systemroot              \Windows
bootmenupolicy          Standard
detecthal               Yes
winpe                   Yes
ems                     No
Windows Boot Loader
-------------------
identifier              {b2f5f868-d5b5-11e4-82d2-0c8bfd4c841a}
device                  ramdisk=[boot]\Win7x64\sources\boot.wim,{b25d5d85-d5b5-11e4-82d2-0c8bfd4c841a}
path                    \Windows\System32\Boot\winload.exe
description             Windows 7 Setup x64
locale                  en-US
osdevice                ramdisk=[boot]\Win7x64\sources\boot.wim,{b25d5d85-d5b5-11e4-82d2-0c8bfd4c841a}
systemroot              \Windows
bootmenupolicy          Standard
detecthal               Yes
winpe                   Yes
ems                     No
Windows Boot Loader
-------------------
identifier              {4de22695-d5b8-11e4-82d3-0c8bfd4c841a}
device                  ramdisk=[boot]\Win81x86\sources\boot.wim,{4d793f04-d5b8-11e4-82d3-0c8bfd4c841a}
path                    \Windows\System32\Boot\winload.exe
description             Windows 8.1 Setup x86
locale                  en-US
osdevice                ramdisk=[boot]\Win81x86\sources\boot.wim,{4d793f04-d5b8-11e4-82d3-0c8bfd4c841a}
systemroot              \Windows
bootmenupolicy          Standard
detecthal               Yes
winpe                   Yes
ems                     No
Windows Boot Loader
-------------------
identifier              {30d7941e-d5b8-11e4-82d3-0c8bfd4c841a}
device                  ramdisk=[boot]\Win81x64\sources\boot.wim,{300504e5-d5b8-11e4-82d3-0c8bfd4c841a}
path                    \Windows\System32\Boot\winload.exe
description             Windows 8.1 Setup x64
locale                  en-US
osdevice                ramdisk=[boot]\Win81x64\sources\boot.wim,{300504e5-d5b8-11e4-82d3-0c8bfd4c841a}
systemroot              \Windows
bootmenupolicy          Standard
detecthal               Yes
winpe                   Yes
ems                     No
 

My Computer

System One

  • OS
    Windows 3.1 > Windows 10
    Computer type
    PC/Desktop
    System Manufacturer/Model
    Dell XPS 8700
    CPU
    I7
    Memory
    24 GB
I modified the BCD file:

Code:
C:\Program Files (x86)\Windows Kits\10\Assessment and Deployment Kit\Deployment Tools>bcdedit /store "C:\Users\Public\Documents\Windows_PE\x32-x64\Media\Boot\BCD"
Windows Boot Manager
--------------------
identifier              {bootmgr}
description             Windows Boot Manager
locale                  en-US
inherit                 {globalsettings}
default                 {default}
displayorder            {default}
                        {dd8eca84-f241-11e4-826f-000c29e7d067}
toolsdisplayorder       {memdiag}
timeout                 30
displaybootmenu         Yes
Windows Boot Loader
-------------------
identifier              {default}
device                  ramdisk=[boot]\sources\boot_x32.wim,{default}
path                    \windows\system32\boot\winload.exe
description             Windows PE a 32 bit
locale                  en-US
inherit                 {bootloadersettings}
osdevice                ramdisk=[boot]\sources\boot_x32.wim,{default}
systemroot              \windows
bootmenupolicy          Standard
detecthal               Yes
winpe                   Yes
ems                     No
Windows Boot Loader
-------------------
identifier              {dd8eca84-f241-11e4-826f-000c29e7d067}
device                  ramdisk=[boot]\sources\boot_x64.wim,{dd8eca84-f241-11e4-826f-000c29e7d067}
path                    \windows\system32\boot\winload.exe
description             Windows PE a 64 bit
locale                  en-US
inherit                 {bootloadersettings}
osdevice                ramdisk=[boot]\sources\boot_x64.wim,{dd8eca84-f241-11e4-826f-000c29e7d067}
systemroot              \windows
bootmenupolicy          Standard
detecthal               Yes
winpe                   Yes
ems                     No
C:\Program Files (x86)\Windows Kits\10\Assessment and Deployment Kit\Deployment Tools>

but I have the same problem. Why?

Thanks

Bye
 

My Computer

System One

  • OS
    Windows 8
How is the PC you are trying to boot with winpe, booting now? BIOS or UEFI??

There are two different BCD files one for legacy-bios boot and another for UEFI - the bcd you have modified and shown is the legacy boot BCD, and if you do not have legacy support enabled in your firmware - then your PC is not even trying to use the BCD store you have listed > \boot\bcd

go into your winpe and post the BCD from this location > \efi\microsoft\boot\bcd
that is the UEFI BCD Store
 

My Computer

System One

  • OS
    Windows 3.1 > Windows 10
    Computer type
    PC/Desktop
    System Manufacturer/Model
    Dell XPS 8700
    CPU
    I7
    Memory
    24 GB
Let me ask you - why are you trying to boot to WinPE? What is it you want to do when booted to such a limited OS

WinPE pretty much just gives you a Command prompt and everything is done by command line
 

My Computer

System One

  • OS
    Windows 3.1 > Windows 10
    Computer type
    PC/Desktop
    System Manufacturer/Model
    Dell XPS 8700
    CPU
    I7
    Memory
    24 GB
I'm not understanding anything more.

Using only Windows ADK, there is a guide that allows to create a CD of Windows PE 32/64 bit able to boot with every type of firmware (BIOS or UEFI) to a computer?

Thanks

Bye
 

My Computer

System One

  • OS
    Windows 8
Yes using ADK you can create bootable WinPE media - to boot either UEFI or BIOS..
You created a dual boot PE using both the 32bit and 64Bit boot.wim(s)

You added a second Boot.wim to your winpe... HOW??

Better yet - just create a x86 winpe version and a x64 winpe version - your problem solved..
 

My Computer

System One

  • OS
    Windows 3.1 > Windows 10
    Computer type
    PC/Desktop
    System Manufacturer/Model
    Dell XPS 8700
    CPU
    I7
    Memory
    24 GB
My complete procedure is:

Code:
md "<Windows_PE_Path>"
md "<Windows_PE_Path>\x32-x64\Media"
md "<Windows_PE_Path>\ISO"
copype x86 "<Windows_PE_Path>\x32"
copype amd64 "<Windows_PE_Path>\x64"
MakeWinPEMedia /ISO "<Windows_PE_Path>\x32" "<Windows_PE_Path>\ISO\Windows_PE_x32.iso"
MakeWinPEMedia /ISO "<Windows_PE_Path>\x64" "<Windows_PE_Path>\ISO\Windows_PE_x64.iso"
robocopy "<Windows_PE_Path>\x32\fwfiles" "<Windows_PE_Path>\Boot_files"
rd "<Windows_PE_Path>\x32" /s /q
rd "<Windows_PE_Path>\x64" /s /q
powershell Mount-DiskImage -ImagePath "<Windows_PE_Path>\ISO\Windows_PE_x32.iso"
powershell Get-DiskImage -ImagePath "<Windows_PE_Path>\ISO\Windows_PE_x32.iso" ^| Get-Volume
robocopy <Drive_Letter>:\ "<Windows_PE_Path>\x32-x64\Media" /e /a-:R
powershell Dismount-DiskImage -ImagePath "<Windows_PE_Path>\ISO\Windows_PE_x32.iso"
ren "<Windows_PE_Path>\x32-x64\Media\sources\boot.wim" boot_x32.wim
powershell Mount-DiskImage -ImagePath "<Windows_PE_Path>\ISO\Windows_PE_x64.iso"
powershell Get-DiskImage -ImagePath "<Windows_PE_Path>\ISO\Windows_PE_x64.iso" ^| Get-Volume
robocopy "<Drive_Letter>:\sources" "<Windows_PE_Path>\x32-x64\Media\sources" boot.wim
powershell Dismount-DiskImage -ImagePath "<Windows_PE_Path>\ISO\Windows_PE_x64.iso"
ren "<Windows_PE_Path>\x32-x64\Media\sources\boot.wim" boot_x64.wim
bcdedit /store "<Windows_PE_Path>\x32-x64\Media\Boot\BCD" /set {default} description "<Windows_PE_x32_name>"
bcdedit /store "<Windows_PE_Path>\x32-x64\Media\Boot\BCD" /copy {default} /d "Windows_PE_x64_name>"
bcdedit /store "<Windows_PE_Path>\x32-x64\Media\Boot\BCD" /v
bcdedit /store "<Windows_PE_Path>\x32-x64\Media\Boot\BCD" /set <Windows_PE_x32_ID> device ramdisk=[boot]\sources\boot_x32.wim,<Windows_PE_x32_ID>
bcdedit /store "<Windows_PE_Path>\x32-x64\Media\Boot\BCD" /set <Windows_PE_x32_ID> osdevice ramdisk=[boot]\sources\boot_x32.wim,<Windows_PE_x32_ID>
bcdedit /store "<Windows_PE_Path>\x32-x64\Media\Boot\BCD" /set <Windows_PE_x64_ID> device ramdisk=[boot]\sources\boot_x64.wim,<Windows_PE_x32_ID>
bcdedit /store "<Windows_PE_Path>\x32-x64\Media\Boot\BCD" /set <Windows_PE_x64_ID> osdevice ramdisk=[boot]\sources\boot_x64.wim,<Windows_PE_x32_ID>
bcdedit /store "<Windows_PE_Path>\x32-x64\Media\Boot\BCD" /set {bootmgr} displaybootmenu true
robocopy "<Windows_PE_Path>\Boot_files" "<Windows_PE_Path>\x32-64\fwfile"
MakeWinPEMedia /iso "<Windows_PE_Path>\x32-x64" "<Windows_PE_Path>\ISO\Windows_PE_x32-x64.iso"
isoburn /Q <Drive_Letter>: "<Windows_PE_Path>\ISO\Windows_PE_x32-x64.iso"

Where am I wrong?

Thanks

Bye
 

My Computer

System One

  • OS
    Windows 8
Code:
bcdedit /store "<Windows_PE_Path>\x32-x64\Media\Boot\BCD" /set <Windows_PE_x32_ID> device ramdisk=[boot]\sources\boot_x32.wim,{7619dcc8-fafe-11d9-b411-000476eba25f}
bcdedit /store "<Windows_PE_Path>\x32-x64\Media\Boot\BCD" /set <Windows_PE_x32_ID> osdevice ramdisk=[boot]\sources\boot_x32.wim,{7619dcc8-fafe-11d9-b411-000476eba25f}
bcdedit /store "<Windows_PE_Path>\x32-x64\Media\Boot\BCD" /set <Windows_PE_x64_ID> device ramdisk=[boot]\sources\boot_x64.wim,{7619dcc8-fafe-11d9-b411-000476eba25f}
bcdedit /store "<Windows_PE_Path>\x32-x64\Media\Boot\BCD" /set <Windows_PE_x64_ID> osdevice ramdisk=[boot]\sources\boot_x64.wim,{7619dcc8-fafe-11d9-b411-000476eba25f}
 

My Computer

System One

  • OS
    7/8/ubuntu/Linux Deepin
    Computer type
    PC/Desktop
Code:
bcdedit /store "<Windows_PE_Path>\x32-x64\Media\Boot\BCD" /set <Windows_PE_x32_ID> device ramdisk=[boot]\sources\boot_x32.wim,{7619dcc8-fafe-11d9-b411-000476eba25f}
bcdedit /store "<Windows_PE_Path>\x32-x64\Media\Boot\BCD" /set <Windows_PE_x32_ID> osdevice ramdisk=[boot]\sources\boot_x32.wim,{7619dcc8-fafe-11d9-b411-000476eba25f}
bcdedit /store "<Windows_PE_Path>\x32-x64\Media\Boot\BCD" /set <Windows_PE_x64_ID> device ramdisk=[boot]\sources\boot_x64.wim,{7619dcc8-fafe-11d9-b411-000476eba25f}
bcdedit /store "<Windows_PE_Path>\x32-x64\Media\Boot\BCD" /set <Windows_PE_x64_ID> osdevice ramdisk=[boot]\sources\boot_x64.wim,{7619dcc8-fafe-11d9-b411-000476eba25f}

Does he not also have to add the BCD entries into the EFI BCD ??
As the BCD store he is working with is used only for legacy boot.. So he also needs to add the EFI BCD Store entries

Code:
bcdedit /store "<Windows_PE_Path>\x32-x64\Media\efi\microsoft\boot\bcd" /set {default} description "<Windows_PE_x32_name>"
bcdedit /store "<Windows_PE_Path>\x32-x64\Media\efi\microsoft\boot\bcd" /copy {default} /d "Windows_PE_x64_name>"
bcdedit /store "<Windows_PE_Path>\x32-x64\Media\efi\microsoft\boot\bcd" /v
bcdedit /store "<Windows_PE_Path>\x32-x64\Media\efi\microsoft\boot\bcd" /set <Windows_PE_x32_ID> device ramdisk=[boot]\sources\boot_x32.wim,{7619dcc8-fafe-11d9-b411-000476eba25f}
bcdedit /store "<Windows_PE_Path>\x32-x64\Media\efi\microsoft\boot\bcd" /set <Windows_PE_x32_ID> osdevice ramdisk=[boot]\sources\boot_x32.wim,{7619dcc8-fafe-11d9-b411-000476eba25f}
bcdedit /store "<Windows_PE_Path>\x32-x64\Media\efi\microsoft\boot\bcd" /set <Windows_PE_x64_ID> device ramdisk=[boot]\sources\boot_x64.wim,{7619dcc8-fafe-11d9-b411-000476eba25f}
bcdedit /store "<Windows_PE_Path>\x32-x64\Media\efi\microsoft\boot\bcd" /set <Windows_PE_x64_ID> osdevice ramdisk=[boot]\sources\boot_x64.wim,{7619dcc8-fafe-11d9-b411-000476eba25f}
bcdedit /store "<Windows_PE_Path>\x32-x64\Media\efi\microsoft\boot\bcd" /set {bootmgr} displaybootmenu true
 

My Computer

System One

  • OS
    Windows 3.1 > Windows 10
    Computer type
    PC/Desktop
    System Manufacturer/Model
    Dell XPS 8700
    CPU
    I7
    Memory
    24 GB
If I modify the two files bcd in this way:

Code:
bcdedit /store "<Windows_PE_Path>\x32-x64\Media\Boot\BCD" /set {default} description "<Windows_PE_x32_name>"
bcdedit /store "<Windows_PE_Path>\x32-x64\Media\Boot\BCD" /copy {default} /d "Windows_PE_x64_name>"
bcdedit /store "<Windows_PE_Path>\x32-x64\Media\Boot\BCD" /v
bcdedit /store "<Windows_PE_Path>\x32-x64\Media\Boot\BCD" /set <Windows_PE_x32_ID> device "ramdisk=[boot]\sources\boot_x32.wim,<Windows_PE_x32_ID>"
bcdedit /store "<Windows_PE_Path>\x32-x64\Media\Boot\BCD" /set <Windows_PE_x32_ID> osdevice "ramdisk=[boot]\sources\boot_x32.wim,<Windows_PE_x32_ID>"
bcdedit /store "<Windows_PE_Path>\x32-x64\Media\Boot\BCD" /set <Windows_PE_x64_ID> device "ramdisk=[boot]\sources\boot_x64.wim,<Windows_PE_x32_ID>"
bcdedit /store "<Windows_PE_Path>\x32-x64\Media\Boot\BCD" /set <Windows_PE_x64_ID> osdevice "ramdisk=[boot]\sources\boot_x64.wim,<Windows_PE_x32_ID>"
bcdedit /store "<Windows_PE_Path>\x32-x64\Media\Boot\BCD" /set {bootmgr} displaybootmenu true
bcdedit /store <Windows_PE_Path>\x32-x64\Media\efi\microsoft\boot\bcd /set {default} description "<Windows_PE_x32_name>"
bcdedit /store <Windows_PE_Path>\x32-x64\Media\efi\microsoft\boot\bcd /copy {default} /d "Windows_PE_x64_name>"
bcdedit /store <Windows_PE_Path>\x32-x64\Media\efi\microsoft\boot\bcd /v
bcdedit /store <Windows_PE_Path>\x32-x64\Media\efi\microsoft\boot\bcd /set <Windows_PE_x32_ID> device "ramdisk=[boot]\sources\boot_x32.wim,<Windows_PE_x32_ID>"
bcdedit /store <Windows_PE_Path>\x32-x64\Media\efi\microsoft\boot\bcd /set <Windows_PE_x32_ID> osdevice "ramdisk=[boot]\sources\boot_x32.wim,<Windows_PE_x32_ID>"
bcdedit /store <Windows_PE_Path>\x32-x64\Media\efi\microsoft\boot\bcd /set <Windows_PE_x64_ID> device "ramdisk=[boot]\sources\boot_x64.wim,<Windows_PE_x32_ID>"
bcdedit /store <Windows_PE_Path>\x32-x64\Media\efi\microsoft\boot\bcd /set <Windows_PE_x64_ID> osdevice "ramdisk=[boot]\sources\boot_x64.wim,<Windows_PE_x32_ID>"
bcdedit /store <Windows_PE_Path>\x32-x64\Media\efi\microsoft\boot\bcd /set {bootmgr} displaybootmenu true

I would not have problems to boot the CD from any computer. Right?
 

My Computer

System One

  • OS
    Windows 8
Add Quotes " " to the efi command lines..

But I am pretty sure that will modify both the Bootmgr and Bootmgr.efi files..

the only other issue you may need to adjust for is within this folder > EFI\BOOT
View attachment 61227
 

My Computer

System One

  • OS
    Windows 3.1 > Windows 10
    Computer type
    PC/Desktop
    System Manufacturer/Model
    Dell XPS 8700
    CPU
    I7
    Memory
    24 GB
But I am pretty sure that will modify both the Bootmgr and Bootmgr.efi files.

Sorry, but if I run the above procedure, the Bootmgr and Bootmgr.efi files are changed automatically or not? If not, how do I change them?

Thanks

Bye
 

My Computer

System One

  • OS
    Windows 8
They are changed by your command line process.. If your coding and files are correct - the entries should be correct..

You are booting x86 and x64 in two different formats Legacy and EFI = 4 total BCD entries
 

My Computer

System One

  • OS
    Windows 3.1 > Windows 10
    Computer type
    PC/Desktop
    System Manufacturer/Model
    Dell XPS 8700
    CPU
    I7
    Memory
    24 GB
Since the <Windows_PE_Path>\x32-x64\Media\Boot\BCD and <Windows_PE_Path>\x32-x64\Media\EFI\microsoft\boot\BCD files seem to be identical, once I changed appropriately the first file, I could use the command robocopy to copy the first file on the second?

Thanks

Bye
 

My Computer

System One

  • OS
    Windows 8
NO.. the BCD's refer to different files..

Legacy BCD
Code:
Windows Boot Manager
--------------------
identifier              {9dea862c-5cdd-4e70-acc1-f32b344d4795}
description             Windows Boot Manager
locale                  en-US
inherit                 {7ea2e1ac-2e61-4728-aaa3-896d9d0a9f0e}
default                 {7619dcc9-fafe-11d9-b411-000476eba25f}
displayorder            {7619dcc9-fafe-11d9-b411-000476eba25f}
                        {7f1c81f8-f40d-11e4-8302-0c8bfd4c841a}
toolsdisplayorder       {b2721d73-1db4-4c62-bf78-c548a880142d}
timeout                 30
displaybootmenu         Yes

Windows Boot Loader
-------------------
identifier              {7619dcc9-fafe-11d9-b411-000476eba25f}
device                  ramdisk=[boot]\sources\boot.wim,{7619dcc8-fafe-11d9-b411-000476eba25f}
path                    \windows\system32\boot\winload.exe
description             WinPE x32
locale                  en-US
inherit                 {6efb52bf-1766-41db-a6b3-0ee5eff72bd7}
osdevice                ramdisk=[boot]\sources\boot.wim,{7619dcc8-fafe-11d9-b411-000476eba25f}
systemroot              \windows
bootmenupolicy          Standard
detecthal               Yes
winpe                   Yes
ems                     No

Windows Boot Loader
-------------------
identifier              {7f1c81f8-f40d-11e4-8302-0c8bfd4c841a}
device                  ramdisk=[boot]\sources\bootx64.wim,{7e04c8f8-f40d-11e4-8302-0c8bfd4c841a}
path                    \Windows\System32\Boot\winload.exe
description             WinPE x64
locale                  en-US
osdevice                ramdisk=[boot]\sources\bootx64.wim,{7e04c8f8-f40d-11e4-8302-0c8bfd4c841a}
systemroot              \Windows
detecthal               Yes
winpe                   Yes

EFI BCD
Code:
Windows Boot Manager
--------------------
identifier              {9dea862c-5cdd-4e70-acc1-f32b344d4795}
description             Windows Boot Manager
locale                  en-US
inherit                 {7ea2e1ac-2e61-4728-aaa3-896d9d0a9f0e}
default                 {7619dcc9-fafe-11d9-b411-000476eba25f}
displayorder            {7619dcc9-fafe-11d9-b411-000476eba25f}
                        {b7d84287-f40d-11e4-8302-0c8bfd4c841a}
toolsdisplayorder       {b2721d73-1db4-4c62-bf78-c548a880142d}
timeout                 30
displaybootmenu         Yes

Windows Boot Loader
-------------------
identifier              {7619dcc9-fafe-11d9-b411-000476eba25f}
device                  ramdisk=[boot]\sources\boot.wim,{7619dcc8-fafe-11d9-b411-000476eba25f}
path                    \windows\system32\boot\winload.efi
description             WinPE x86
locale                  en-US
inherit                 {6efb52bf-1766-41db-a6b3-0ee5eff72bd7}
osdevice                ramdisk=[boot]\sources\boot.wim,{7619dcc8-fafe-11d9-b411-000476eba25f}
systemroot              \windows
bootmenupolicy          Standard
detecthal               Yes
winpe                   Yes
ems                     No

Windows Boot Loader
-------------------
identifier              {b7d84287-f40d-11e4-8302-0c8bfd4c841a}
device                  ramdisk=[boot]\sources\bootx64.wim,{b6cf8eed-f40d-11e4-8302-0c8bfd4c841a}
path                    \Windows\System32\Boot\winload.efi
description             WinPE x64
locale                  en-US
osdevice                ramdisk=[boot]\sources\bootx64.wim,{b6cf8eed-f40d-11e4-8302-0c8bfd4c841a}
systemroot              \Windows
detecthal               Yes
winpe                   Yes
 
Last edited:

My Computer

System One

  • OS
    Windows 3.1 > Windows 10
    Computer type
    PC/Desktop
    System Manufacturer/Model
    Dell XPS 8700
    CPU
    I7
    Memory
    24 GB
Back
Top