Hi,
Can I ask how did you disable the Driver Verifier?
Can I ask how did you disable the Driver Verifier?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Hi,
Can I ask how did you disable the Driver Verifier?
bcdedit /set {bootmgr} inherit {globalsettings}
bcdedit /set {bootmgr} device partition=\Device\HarddiskVolume[B]?[/B]
You can't edit CurrentControlSet that way since it does not appear in a static hive when doing an offline edit. You can make the changes in CurrentControlSet001 or 002 depending on which one is active. See here for more details. Only proceed with this method if you are comfortable making the changes and know what you are doing.
{bootmgr} now shows {bootloadersettings} instead of {globalsettings}.
Repeat:
You can also try:Code:bcdedit /set {bootmgr} inherit {globalsettings}
You need to put the correct number instead of ?, in this last command (if c: partition is the first partition, it should be 1... If it's the second partition, it should be 2... And so forth).Code:bcdedit /set {bootmgr} device partition=\Device\HarddiskVolume[B]?[/B]
Windows Boot Manager
--------------------
identifier {bootmgr}
device partition=C:
path \bootmgr
description Windows Boot Manager
inherit {globalsettings}
default {default}
displayorder {default}
{fd233d74-93f3-11e7-b991-8148a1c79c42}
{fd233d75-93f3-11e7-b991-8148a1c79c42}
timeout 5
Windows Boot Loader
-------------------
identifier {default}
device partition=C:
path \Windows\system32\winload.exe
description Windows 7
inherit {bootloadersettings}
bootdebug No
osdevice partition=C:
systemroot \Windows
nx OptIn
Windows Boot Loader
-------------------
identifier {fd233d74-93f3-11e7-b991-8148a1c79c42}
device partition=D:
path \Windows\system32\winload.exe
description Windows 7 Ultimate (recovered)
locale en-US
osdevice partition=D:
systemroot \Windows
Windows Boot Loader
-------------------
identifier {fd233d75-93f3-11e7-b991-8148a1c79c42}
device partition=\Device\HarddiskVolume2
path \WINDOWS\system32\winload.exe
description Microsoft Windows XP (recovered)
locale en-US
osdevice partition=\Device\HarddiskVolume2
systemroot \WINDOWS
bcdedit /set {bootmgr} device partition=\Device\HarddiskVolume1
It shows device partition=c: instead of device partition=\Device\HarddiskVolume1.
It seems you are using only one partition in c:, therefore it should be partition 1 = harddiskvolume1.
Re-try:Code:bcdedit /set {bootmgr} device partition=\Device\HarddiskVolume1
Does the bios have the option Launch CSM or CSM or compatibility support module?
It should be enabled.
(I think it is enabled, otherwise you couldn't boot with your other devices...)
Hi,
Can I ask how did you disable the Driver Verifier?
In recovery console type:
verifier
The Driver Verifier screen with come up
Delete existing settings.
There is also a cmd line you can use. I don't remember what It is.
Docfxit
There is this guide Disable Driver Verifier Outside Windows (Vista / 7 / 8 / 10)
I think the screenshot of the partitions is most helpful. I am assuming you want to boot from disk 1 using the Windows7_OS partition. [Note: You would really benefit from having more free space on that partition for optimum performance.]
Currently the boot manager is on disk 2 so when you remove that disk the system looks for the boot manager on disk 1, I suspect the boot manager sits on the XP partition so when that is hidden the system does not know what to do. Quite why you get the BSOD I do not know since the system should just report a missing bootmgr, this makes me think something else could also be wrong.
Can you confirm that you have rebuilt the MBR on the Windows7_OS partition? If not I would use the Macrium Reflect (Free) software and this link will show you the steps to perform the repair: Fixing Windows boot problems - KnowledgeBase v7 - Macrium Reflect Knowledgebase - KnowledgeBase v7 - Macrium Reflect Knowledgebase
You will need to make a Macrium Rescue USB first: Creating rescue media - KnowledgeBase v7 - Macrium Reflect Knowledgebase - KnowledgeBase v7 - Macrium Reflect Knowledgebase
You should also be able to do this using the Win7 recovery disk and running startup repair but you need to run it at least three times to be effective. This catches most people out and is why I like to use Macrium reflect instead.
I am wondering if the light blue screen is Windows trying to complete some sort of update. Is there any disk activity? How long have you left it in that state?
Has Sysnative Forums helped you? Please consider donating to help us support the site!