BCDEDIT BootStatusPolicy Query - Dual Boot
-
Friday, April 27, 2012 8:35 PM
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 \WindowsQuery:- 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
All Replies
-
Monday, April 30, 2012 6:51 AMModerator
Hi,
Based on my knowledge, please try to run
bcdedit /set {594af6d9-908b-11e1-97ab-005056c00008} bootstatuspolicy ignoreallfailures
in command prompt and see how it works.
Hope this helps.Jeremy Wu
TechNet Community Support
- Proposed As Answer by Jeremy_WuMicrosoft Contingent Staff, Moderator Monday, April 30, 2012 2:44 PM
- Marked As Answer by Harmandeep Tuesday, May 01, 2012 12:08 PM
-
Thursday, December 20, 2012 10:13 AMthanks Jeremy_Wu --- it works | infact we can edit/add every parameter for a GUID entry.
- Edited by Harmandeep Thursday, December 20, 2012 10:13 AM
- Edited by Harmandeep Friday, December 21, 2012 3:18 AM
-
Friday, December 21, 2012 12:45 AM
I would call BCD elements (properties, parameters) "things" we can add to BCD objects.
Every BCD loader object has some default (primary, needed) elements
like device, path, description, ...
and can have other secondary elements which define additional functionality for that loader.
"bootstatuspolicy" is an additional element.
There are at least 50 different elements we can add to a loader object.
You can try Visual BCD Editor (http://www.boyans.net) which allows creating and editing of all defined in Windows 7 BCD elements.
The tool is based on BCD WMI Provider definitions which have extended (compared to bcdedit) names for BCD elements - for example bcdedit "path" is "ApplicationPath", "device" is "ApplicationDevice".
The best description and correspondance of bcdedit / BCD WMI Provider / elements can be found on Geoff Chappell's site - http://www.geoffchappell.com/notes/windows/boot/bcd/elements.htm
-
Friday, December 21, 2012 3:19 AMthanks BoYans for additional info.
OS ... VirTuaLiZaTioN ... MaxiMuS ... Fair, Good, Better, Best

