Filed under: Windows Repair Software
Windows Boot Manager Issue?
December 22, 2010
2 thoughts on “Windows Boot Manager Issue?”
Comments are closed.
Reviews
Recent Clean Up Computer Questions
- Computer Software Engineer?
- Computer Software Engineer?
- computer protection software?
- What are some good computer diagnostic software?
- Windows Software Problem!?
- want free programs to help fix my computer problems?
- Registry Cleaner? Help?
- How do you clean out windows vista?
- Where can I get a free registry cleaner that cleans the registry and removes malware,spyware,etc?
- Computer software to fix errors?
- Windows Vista Disk cleaner crashes?
- what is the best registry cleaning software?
- Need a good registry, spyware cleaner…?
- What is a FREE, SAFE, and WORKING registry cleaner?
- windows vista repair?
Opinions
- alrdyinusebysomeoneelse99 on What are some good computer diagnostic software?
- Nitin on Windows Software Problem!?
- Michael G on Windows Software Problem!?
- Ron M on What is a FREE, SAFE, and WORKING registry cleaner?
- Coolestson on What is a FREE, SAFE, and WORKING registry cleaner?
- Marvin on What is a FREE, SAFE, and WORKING registry cleaner?
- pete l on What is a FREE, SAFE, and WORKING registry cleaner?
- Jeremy on What is a FREE, SAFE, and WORKING registry cleaner?
- the rock on What is a FREE, SAFE, and WORKING registry cleaner?
- Hilda on Which is a better computer registry cleaner?
- Da Guy on Which is a better computer registry cleaner?
- Move on Which is a better computer registry cleaner?
- Elizabeth A on a PC cleaner, that dosn’t need registry or money and will clean all the errors, unlike a trial…as in FREE
- dillon y on this problem is not solved by registry cleaner?
- Table on this problem is not solved by registry cleaner?
Tags
amp
antivirus
anti virus
ccleaner
crap
dell
dell inspiron
disk cleanup
dll
error message
folders
free registry
free registry cleaner
games
google
hard drive
hp
internet explorer
laptop
malware
mcafee
memory
microsoft
money
new computer
norton
operating system
pop ups
quot
registry cleaner
Registry Cleaners
registry cleaning
registry errors
registry mechanic
safe mode
software change
spyware
thanks in advance
ups
virus
viruses
virus protection
windows xp
windows xp home
yahoo
the only time i have ever seen that is when i installed a program that modifies the bootloader (which windows didn’t like). I would try repairing with your windows install cd.
If you can get to a command prompt/DOS screen, go to d:\windows\system32
"d" is the drive where vista is installed.
Once there, type: "bcdedit.exe" or you can just type "bcdedit". Do not include the quotation marks " ".
It will generate a screen like this:
———————————————————————————————————
Windows Boot Manager
——————–
identifier {bootmgr}
device partition=C:
description Windows Boot Manager
locale en-US
inherit {globalsettings}
default {default}
resumeobject {fe04aef5-e49c-11db-9f2f-cdf57e93812b}
displayorder {ntldr}
{default}
toolsdisplayorder {memdiag}
timeout 10
Windows Legacy OS Loader
————————
identifier {ntldr}
device partition=C:
path \ntldr
description Windows 2003 Server Enterprise
Windows Boot Loader
——————-
identifier {default}
device partition=D:
path \Windows\system32\winload.exe
description Microsoft Windows Vista
locale en-US
inherit {bootloadersettings}
osdevice partition=D:
systemroot \Windows
resumeobject {fe04aef5-e49c-11db-9f2f-cdf57e93812b}
nx OptIn
——————————————————————————————————
now check your result against the above, make sure that all the parameters above are the same (except for your drive letter, which might be different from mine).
Now look at the "windows bootloader" section and note what you see in your report/DOS screen:
You may notice that instead of displaying "osdevice partition=D:" it may display "osdevice unknown". The same applies with "device". I have highlighted what I am referring to as bold in the report above.
If these settings are not showing the drive on which your vista is installed, you must change it. Since mine is drive "D" for vista, this is the command you must type:
D:\Windows\System32>bcdedit /set {default} osdevice "partition=D:
Also, if the "device" is showing as unknown, type this command:
D:\Windows\System32>bcdedit /set {default} device "partition=D:
If the path is \Windows\system32\winload.exe, then that’s fine. Remember "D" above is the name of the drive on which your vista is installed. If your vista in on "F", use "F", etc. "default" in the blue text command above is the identifier for the os boot-up that you are trying to fix, in this case, vista. Sometimes, for the identifier you might have some long random numbers (GUID), just copy it and use it if is not the "default" that is shown.
Exit the DOS screen, restart your system