Windows Boot: Unterschied zwischen den Versionen

Aus darkrealm Wiki
Zur Navigation springen Zur Suche springen
Chris (Diskussion | Beiträge)
Chris (Diskussion | Beiträge)
Keine Bearbeitungszusammenfassung
 
(3 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
== BIOS ==
== BIOS ==
Location:
<code>
C:\Boot\BCD
</code>
Content: (shown with <code>bcdedit /store C:\Boot\BCD</code>)


<pre>
<pre>
C:\Boot\BCD
Windows-Start-Manager
---------------------
Bezeichner              {bootmgr}
device                  partition=C:
description            Windows Boot Manager
locale                  en-us
inherit                {globalsettings}
default                {default}
resumeobject            {5d6eadc7-6eaa-11eb-afcf-ea6bfc72462d}
displayorder            {default}
toolsdisplayorder      {memdiag}
timeout                30
 
Windows-Startladeprogramm
-------------------------
Bezeichner              {default}
device                  partition=C:
path                    \Windows\system32\winload.exe
description            Windows 10
locale                  en-us
inherit                {bootloadersettings}
allowedinmemorysettings 0x15000075
osdevice                partition=C:
systemroot              \Windows
resumeobject            {5d6eadc7-6eaa-11eb-afcf-ea6bfc72462d}
nx                      OptIn
bootmenupolicy          Standard
</pre>
</pre>


== UEFI ==
== UEFI ==

Aktuelle Version vom 14. Februar 2021, 19:51 Uhr

BIOS

Location:

C:\Boot\BCD

Content: (shown with bcdedit /store C:\Boot\BCD)

Windows-Start-Manager
---------------------
Bezeichner              {bootmgr}
device                  partition=C:
description             Windows Boot Manager
locale                  en-us
inherit                 {globalsettings}
default                 {default}
resumeobject            {5d6eadc7-6eaa-11eb-afcf-ea6bfc72462d}
displayorder            {default}
toolsdisplayorder       {memdiag}
timeout                 30

Windows-Startladeprogramm
-------------------------
Bezeichner              {default}
device                  partition=C:
path                    \Windows\system32\winload.exe
description             Windows 10
locale                  en-us
inherit                 {bootloadersettings}
allowedinmemorysettings 0x15000075
osdevice                partition=C:
systemroot              \Windows
resumeobject            {5d6eadc7-6eaa-11eb-afcf-ea6bfc72462d}
nx                      OptIn
bootmenupolicy          Standard

UEFI

Location:

/EFI/Microsoft/Boot/BCD

Content: (shown with bcdedit)

Windows-Start-Manager
---------------------
Bezeichner              {bootmgr}
device                  partition=\Device\HarddiskVolume1
path                    \EFI\Microsoft\Boot\bootmgfw.efi      
description             Windows Boot Manager
locale                  de-DE
inherit                 {globalsettings}
default                 {current}
resumeobject            {562601d5-6da8-11eb-8a2c-ca0ab53a65c7}
displayorder            {current}
toolsdisplayorder       {memdiag}
timeout                 30

Windows-Startladeprogramm
-------------------------
Bezeichner              {current}
device                  partition=C:
path                    \Windows\system32\winload.efi
description             Windows 10
locale                  de-DE
inherit                 {bootloadersettings}
recoverysequence        {562601d7-6da8-11eb-8a2c-ca0ab53a65c7}
displaymessageoverride  Recovery
recoveryenabled         Yes
isolatedcontext         Yes
allowedinmemorysettings 0x15000075
osdevice                partition=C:
systemroot              \Windows
resumeobject            {562601d5-6da8-11eb-8a2c-ca0ab53a65c7}
nx                      OptIn
bootmenupolicy          Standard