BCDEDIT BootStatusPolicy Query - Dual Boot

harmandeep

VirTuaLiZaTioN Freak
Adept
OS Currenlty Booted is Windows 7 (osdevice partition=C:) and BCDEdit is executed on this OS to dump below Info:-

Below dumped is BCDStore Info:

C:\windows\system32>bcdedit /enum

Windows Boot Manager

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

identifier {bootmgr}

device partition=\Device\HarddiskVolume1

description Windows Boot Manager

locale en-us

inherit {globalsettings}

default {current}

resumeobject {594af6d7-908b-11e1-97ab-005056c00008}

displayorder {current}

{594af6d9-908b-11e1-97ab-005056c00008}

toolsdisplayorder {memdiag}

timeout 6

displaybootmenu Yes

Windows Boot Loader

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

identifier {current}

device partition=C:

path \windows\system32\winload.exe

description Windows 7

locale en-us

inherit {bootloadersettings}

osdevice partition=C:

systemroot \windows

resumeobject {594af6d7-908b-11e1-97ab-005056c00008}

nx OptIn

bootstatuspolicy IgnoreAllFailures

detecthal Yes

Windows Boot Loader

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

identifier {594af6d9-908b-11e1-97ab-005056c00008}

device partition=H:

path \Windows\system32\winload.exe

description Windows Server 2008 R2

locale en-US

osdevice partition=H:

systemroot \Windows

Query:- Can we add BootStatusPolicy for "Windows Server 2008 R2" OSLoader Entry from our currently running Windows 7 OS ? - we want to set BootStatusPolicy to IgnoreAllFailures for "Windows Server 2008 R2" OSLoader Entry!

Regards

Harmandeep
 
Back
Top