BCDEDIT - How to Use

How to Use the BCDEDIT Command Line Tool

   Information
This will show you how to use BCDEDIT in the command prompt and avoid the need of third party applications like EasyBCD.
   Note
Bcdedit is a really powerful tool that Windows Vista and Windows 7 uses to manage the boot loader entries.

BCDEDIT needs a boot manager to boot your system.



A boot manager is a file that contains necessary information that instruct the system how to boot/start an operating system.
  • Windows 7 and Vista boot manager file is \bootmgr
  • Windows XP boot manager file is \ntldr
BCDEDIT can support other boot managers too, like grub for linux. You just have to place the boot file on the root of the boot manager partition. e.g. \grldr and you have a grub boot loader enabled.

Bcdedit edits a file called bcd , which is located in Windows 7's hidden partition under \boot\bcd.
In Vista, its located under C:\boot\bcd.


   Warning
You must be logged on in an administrator account to be able to do this tutorial.





To Use bcdedit:
1. Open an elevated command prompt.

2. Type bcdedit and press enter.
NOTE: By typing just bcdedit you just list your boot entries.


A boot entry consists of 4 main elements:
1. Identifier
The identifier is how the system has named the boot entry.
2. Device
The device is the drive or virtual image that the system will use to boot the boot entry.
3. Path
The path is the location on the device where the bootloader file is found.
4. Description
The description is the friendly name we give to our boot entry, e.g. "Windows 7"
You see next to the identifiers their UUIDs in {}. The UUID is the unique codename that the system gives to each boot entry and cannot be changed.

The standard identifier UUIDs are explained below:
{bootmgr} = the boot manager
{current} = the OS you selected to boot at startup.
{default} = the default OS selected to boot the PC.
{ntldr} = Windows Legacy OS Loader (for windows xp)
there are others like {memdiag} or {ramdisk} but they can't be of much use right now.
   Warning
IMPORTANT: make a backup of your bcd file first. To do that, type:

bcdedit /export C:\SAVEDBCD

This will create a file c:\savebcd which is your boot entry backup.
If you mess up, you can always undo changes by:

bcdedit /import c:\savedbcd



Now to see how we can control the above entries, here are some examples:
bcdedit /set {current} description "My edited Windows Boot Entry"
NOTE: This changes the title of the boot menu entry "{current}".

bcdedit /set {ntldr} device partition=E:
NOTE: This tells bcd that Windows XP partition is drive E:

bcdedit /set {ntldr} path \ntldr
NOTE: This tells bcd that the ntldr file which is the winxp bootloader is on root folder "\" (of drive e: as stated above)

bcdedit /displayorder {ntldr} /addfirst
NOTE: This places Windows XP as the first OS on the menu list.

bcdedit /default {ntldr}
NOTE: This places Windows XP as the default OS to boot first with.

bcdedit /displayorder {33342343-3424-2342342342-2344} /addlast
NOTE: This tells bcd that the boot entry with UUID 3334... should be the last entry on the menu.
You can copy your existing VISTA or W7 boot entry to another identical. Then you can change settings on the new entry to experiment. You will always have the first entry available, so it's safe to play with.
bcdedit /copy {current} /d "New W7 boot entry I just copied!"
this will give you a line:
NOTE: The entry was successfully copied to {4c21825f-e04b-11dd-b760-00195b61617a}. The {4c21825f-e04b-11dd-b760-00195b61617a} is the UUID of the new entry that the system just created. Yours will be different than mine! This is its identifier and you should use this to address that entry. Example:

bcdedit /set {4c21825f-e04b-11dd-b760-00195b61617a} numpoc 2
NOTE: This adds the 2 CPU Core support during boot, like you do in msconfig.

bcdedit /deletevalue {4c21825f-e04b-11dd-b760-00195b61617a} numproc
NOTE: This deletes the numproc parameter from entry {4c21825f....}

bcdedit /delete {4c21825f-e04b-11dd-b760-00195b61617a}
NOTE: This deletes the boot entry {4c21825f....} completely. In order to delete an {ntldr} entry, you must use the /f switch to force deletion: bcdedit /delete {ntldr} /f

You can always type just bcdedit to see your current settings.

What else can I do with BCDEDIT?

You can use BCDEDIT to alter any boot parameter , like you would in msconfig, only more. BCDEDIT works from booting with installation dvd too, so it can be handy for recovery purposes.
bcdedit /timeout 5
NOTE: This sets the wait-to-select-OS menu timeout at startup to 5 seconds . You will notice that I didn't give a UUID above. If you omit the UUID, it applies automatically to the relavant UUID. So: bcdedit /timeout 5 is identical to bcdedit /set {bootmgr} timeout 5
Some more advanced examples:
bcdedit /set {current} detecthal yes
bcdedit /set {current} detecthal no
NOTE: The above commands sets the detecthal to yes or no for entry {current}
To create a new boot entry to load Windows XP from a partition on your disk:
NOTE: The example below uses F: as the Windows XP partition. Replace with your xp drive letter.
bcdedit /create {ntldr} /d "Windows XP"

bcdedit /set {ntldr} device partition=F:

bcdedit /set {ntldr} path \ntldr

bcdedit /displayorder {ntldr} /addlast
   Note
Final note: BCDEDIT works from installation boot dvd too. If you mess up with a setting and you cannot boot, just boot from DVD and enter Repair Computer, then go to command prompt and there you go. You can play again with bcdedit to restore your system back.



 
Last edited by a moderator:
Dwarf,
My question is still why the author chose to use UUID instead of
GUID. I feel like the author would be the only person qualified to answer why he made that choice.

I am well aware of the definitions, per se.
 

My Computer

Computer Manufacturer/Model Number
Toshiba Satellite S875D-S7239 laptop
OS
MS Windows 7 Ultimate SP1 64-bit
CPU
AMD A10-4600M
Motherboard
AMD Pumori (Socket FT1)
Memory
6.00 GB Dual-Channel DDR3 @ 798MHz (11-11-12-28)
Graphics Card(s)
AMD Radeon HD 7660G
Sound Card
High Definition Audio Device
Monitor(s) Displays
Generic PnP Monitor (1600x900@60Hz)
Screen Resolution
1600x900@60Hz
Hard Drives
SSD 119GB Corsair CSSD-V128GB2 ATA Device
Keyboard
Standard PS/2 Keyboard
Mouse
HP Wireless Optical Mobile Mouse Model FHA-3410
Internet Speed
What the local pub, local coffee shop offers.
Other Info
Optical Drive:MATSHITA BD-CMB UJ160B ATA Device


Also have an Asus ha1002xp netbook with Win 7 Ultimate installed.
Lol, no problem. I guess that Limneos is the only person to answer that particular question. As far as I can make out, they are pretty much interchangeable, but as for why he chose one form over the other, only he can answer.
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Dwarf Dwf/11/2012 r09/2013
OS
Windows 8.1 Pro RTM x64
CPU
Intel Core-i5-3570K 4-core @ 3.4GHz (Ivy Bridge) (OC 4.4GHz)
Motherboard
ASRock Z77 Extreme4-M
Memory
4 x 4GB DDR3-1600 Corsair Vengeance CMZ8GX3M2A1600C9B (16GB)
Graphics Card(s)
MSI GeForce GTX770 Gaming OC 2GB
Sound Card
Realtek High Definition on board solution (ALC 898)
Monitor(s) Displays
ViewSonic VA1912w Widescreen (VGA)
Screen Resolution
1440x900
Hard Drives
OCZ Agility 3 SSD 120GB SATA III x2 (RAID 0)
Samsung HD501LJ 500GB SATA II x2
Hitachi HDS721010CLA332 1TB SATA II
Iomega 1.5TB Ext USB 2.0
WD 2.0TB Ext USB 3.0
PSU
XFX Pro Series 850W Semi-Modular
Case
Gigabyte IF233
Cooling
1 x 120mm Front Inlet 1 x 120mm Rear Exhaust
Keyboard
Microsoft Comfort Curve Keyboard 3000 (USB)
Mouse
Microsoft Comfort Mouse 3000 for Business (USB)
Internet Speed
NetGear DG834Gv3 ADSL Modem/Router (Ethernet) ~4.0 Mb/s (O2)
Antivirus
Avast! 8.0.1497
Browser
IE 11
Other Info
Optical Drive: HL-DT-ST BD-RE BH10LS30 SATA Bluray
Lexmark S305 Printer/Scanner/Copier (USB)
WEI Score: 8.1/8.1/8.5/8.5/8.25
Asus Eee PC 1011PX Netbook (Windows 7 x86 Starter)
Ok I think this is going to help me out later since I'm not by my computer at this time. I have a question though. I think Windows 7 is trying to boot from my E: drive but my "system" is setup on the C:. If I run through the BCDedit/ and I see that this is the case how would I go about getting the "boot" back onto the C: drive?

Thanks!
 

My Computer

Computer Manufacturer/Model Number
Custom built
OS
Windows 7 x64
CPU
AMD Phenom II x2 550BE
Motherboard
MSI NF750-G55
Memory
G.SKILL 4GB (2 x 2GB) 240-Pin DDR3 SDRAM DDR3 1333
Graphics Card(s)
PNY VCG98GTXPXPB GeForce 9800 GTX+ 512MB 256-bit GDDR3
Hard Drives
Western Digital Caviar Green Hard Drive - 500GB, SATA-3G
Western Digital Caviar Green Hard Drive - 1TB, SATA-3G
PSU
Ultra LSP650 650-Watt Power Supply
Case
Cooler Master 310 RC-310-BWN1-GP Elite Mid Tower
Cooling
3x 120mm fans
BuildnCastles,

Shut off your computer.

Turn on you computer.

Immediately, and continuously, tap the F8 key until you get to the "Advanced Menu Options" screen.

Choose the top choice, "Repair your computer"

You will get a "System Recovery Options" window.
Next you way along and sign in with your admin password if you would like.
Finally, you get another menu.

Choose the top choice again "Startup Repair"

See if this doesn't solve your problem.
 

My Computer

Computer Manufacturer/Model Number
Toshiba Satellite S875D-S7239 laptop
OS
MS Windows 7 Ultimate SP1 64-bit
CPU
AMD A10-4600M
Motherboard
AMD Pumori (Socket FT1)
Memory
6.00 GB Dual-Channel DDR3 @ 798MHz (11-11-12-28)
Graphics Card(s)
AMD Radeon HD 7660G
Sound Card
High Definition Audio Device
Monitor(s) Displays
Generic PnP Monitor (1600x900@60Hz)
Screen Resolution
1600x900@60Hz
Hard Drives
SSD 119GB Corsair CSSD-V128GB2 ATA Device
Keyboard
Standard PS/2 Keyboard
Mouse
HP Wireless Optical Mobile Mouse Model FHA-3410
Internet Speed
What the local pub, local coffee shop offers.
Other Info
Optical Drive:MATSHITA BD-CMB UJ160B ATA Device


Also have an Asus ha1002xp netbook with Win 7 Ultimate installed.
Ok I ran "startup repair" and this didn't work. I'm noticing that it states that "Operating System: Windows 7 on E: Local Disk ". My windows 7 IS NOT installed on E: but it's installed on C: So to make myself clear C: was the main SATA drive used that I installed Windows 7 on originally.

When I run /bcdedit the following pops up:

Windows Boot Manager
Identifier: {bootmgr}
device: partition=C:
description: Windows boot manager
locale: en-US
inherit: {global settings}
default: {default}
resumeobject: {c767c984-c249-11de-8b9d-c7ee4708438f}
displayorder: {default}
toolsdiplayer: {default}
timeout: 30

Windows Boot Loader
Identifier: {default}
device: partition=E:
path: \Windows\system32\winload.exe
description: Windows 7
locale: en-US
inherit: {bootloadersettings}
recoveryseq: {c767c984-c249-11de-8b9d-c7ee4708438f}
recoveryenab: Yes
osdevice: partition=E:
systemroot: \Windows
resumeobject: {c767c984-c249-11de-8b9d-c7ee4708438f}
nx: Optin

Is this setup correctly? Please help.

I ran Diskpart, lis vol and the following comes up as well:

Volume#/Ltr/Label/Fs/Type/Size/Status
Volume 0/F/DVD_ROM/UDF/DVD-ROM/3094MB/Healthy
Volume 1/C/System Rese/NFTS/Partition/100MB/Healthy
Volume 2/E/blank/NFTS/Partition/465GB/Healthy
Volume 3/D/Tera/NFTS/Partition/931GB/Healthy

I don't understand but my D: drive is my 1tb hard drive? When windows was working it was drive letter E:

It still is looking at E: when trying to find system restore points; I know it used to pull the system restore points from the C: drive though. Shouldn't it be looking at C:? Is this the reason why it can't boot up? I can get to the login screen but it's completely black. Thanks for all the help!
 
Last edited:

My Computer

Computer Manufacturer/Model Number
Custom built
OS
Windows 7 x64
CPU
AMD Phenom II x2 550BE
Motherboard
MSI NF750-G55
Memory
G.SKILL 4GB (2 x 2GB) 240-Pin DDR3 SDRAM DDR3 1333
Graphics Card(s)
PNY VCG98GTXPXPB GeForce 9800 GTX+ 512MB 256-bit GDDR3
Hard Drives
Western Digital Caviar Green Hard Drive - 500GB, SATA-3G
Western Digital Caviar Green Hard Drive - 1TB, SATA-3G
PSU
Ultra LSP650 650-Watt Power Supply
Case
Cooler Master 310 RC-310-BWN1-GP Elite Mid Tower
Cooling
3x 120mm fans
I need some Help

i backed up an image of my windows 7 and i want to recover it in in several partitions

the first recovery on partion c: works fine later i recover my windows 7 image into another partion and try to daul-boot them using you guide but it did not work i see

Windows 7 Freezed
Windows 7 Unfreezed <---won't load

one partion will have windows 7 with deep freeze

and the other with no deep freeze

but i cant dual-boot them

the pint is i want two Windows 7 in different partions recovered from and image and make them to daul-boot
i hope you can help me
 

My Computer

OS
windows 7
This tutorial was referenced by Fred Langa in the the latest Windows Secrets edition. He posted the link to it in his article.
 

My Computer

Computer Manufacturer/Model Number
Home built
OS
Windows 7 Ultimate 32 bit
CPU
Intel(R) Pentium(R) 4 CPU 3.00GHz
Motherboard
ASUS P4P800-VM Motherboard Chipset: Intel 865G + ICH5
Memory
2.50 GB RAM
Graphics Card(s)
NVIDIA GeForce 7600 GS
Sound Card
SoundMax Integrated Digital Audio (Chip)
Monitor(s) Displays
ViewSonic VX 1962 wm
Screen Resolution
1680 X 1050
Hard Drives
Seagate Barracuda 7200.10 80 GB
ST380215A ATA Device 18.6 GB
Western Digital "My Book" external hard drive 750 GB
Cooling
Fan based
Keyboard
Microsoft Comfort Curve Keyboard 2000 v10 USB
Mouse
Logitec optic USB
Internet Speed
3.01 Mb/s download 0.64 Mb/s upload
bcdedit /set {4c21825f-e04b-11dd-b760-00195b61617a} numpoc 2
NOTE: This adds the 2 CPU Core support during boot, like you do in msconfig.

numpoc 2 = numproc 2
 

My Computer

OS
Win7 64bits
Hi All,

I have a weird entry in my current BCD file. Can someone help me to remove it? I get an error everytime I try to delete it with EasyBCD 2.0 Beta..

My BCD looks like this:

Code:
There are a total of 3 entries listed in the bootloader.

Default: Windows 7 SLI
Timeout: 2 seconds.
EasyBCD Boot Device: D:\

Entry #1
Name: Windows 7 SLI
BCD ID: {current}
Drive: C:\
Bootloader Path: \Windows\system32\osloadw7.exe

Entry #2
Name: Windows 7
BCD ID: {57bc9ba3-7768-11de-8d7f-bc29a8a8e033}
Drive: C:\
Bootloader Path: \Windows\system32\winload.exe

[b]Entry #3
Name: Unnamed Entry
BCD ID: {57bc9ba2-7768-11de-8d7f-bc29a8a8e033}
Device: unknown
Bootloader Path:[/b]

Its entry #3 I'm trying to get rid of.
 

My Computer

Computer Manufacturer/Model Number
Planeswalker-3/1108-09 (Rev 1.2)
OS
Windows 7 Pro 64-Bit
CPU
Intel Core 2 Duo @ 3.0GHz
Motherboard
Asus Maximus Formula
Memory
8GB OCZ PC3 6300 RAM (Nvidia SLI)
Graphics Card(s)
2 x Nvidia 8800 GTX Video Cards (SLI Enabled)
Sound Card
Supreme FX II
Monitor(s) Displays
17" IIyama
Screen Resolution
1280x1024
Hard Drives
C: 250GB SATA (OS)
D: 250GB SATA (APPS & GAMES)
E: 2 x 1TB in RAID1 (MEDIA)

Backup (500GB):
G: Backup Partition (System Image & Registry)
Y: 10GB Linux Bootable Partition (Ubuntu latest release)
Z: 4GB Bootable Windows 7 Recovery Partition
PSU
HighPower 750W Modular PSU
Case
Coolermaster Spedo
Cooling
6 x Fans
Keyboard
Logitech Wireless KB
Mouse
Standard Dell USB Mouse
Internet Speed
Sky Connect (4-8MB)
bcdedit /delete {57bc9ba2-7768-11de-8d7f-bc29a8a8e033}

What error message does Easy give you ?
 

My Computers

System One System Two

  • Computer type
    PC/Desktop
    OS
    7 X64
    CPU
    i5 8400
    Motherboard
    gigabyte b365m ds3h
    Memory
    2x8gb 3200mhz
    Hard Drives
    various
    PSU
    pure power 11 400w cm
    Case
    Coolermaster
    Cooling
    cryorig m9i
  • Computer type
    PC/Desktop
    OS
    7x64
    CPU
    g5400
    Motherboard
    ga b365m ds3h
    Memory
    8gb ddr4 2400
    PSU
    xfx pro 450w
Won't that also delete Entry #2? They both seem to have the same BCD ID for some reason...
 

My Computer

Computer Manufacturer/Model Number
Planeswalker-3/1108-09 (Rev 1.2)
OS
Windows 7 Pro 64-Bit
CPU
Intel Core 2 Duo @ 3.0GHz
Motherboard
Asus Maximus Formula
Memory
8GB OCZ PC3 6300 RAM (Nvidia SLI)
Graphics Card(s)
2 x Nvidia 8800 GTX Video Cards (SLI Enabled)
Sound Card
Supreme FX II
Monitor(s) Displays
17" IIyama
Screen Resolution
1280x1024
Hard Drives
C: 250GB SATA (OS)
D: 250GB SATA (APPS & GAMES)
E: 2 x 1TB in RAID1 (MEDIA)

Backup (500GB):
G: Backup Partition (System Image & Registry)
Y: 10GB Linux Bootable Partition (Ubuntu latest release)
Z: 4GB Bootable Windows 7 Recovery Partition
PSU
HighPower 750W Modular PSU
Case
Coolermaster Spedo
Cooling
6 x Fans
Keyboard
Logitech Wireless KB
Mouse
Standard Dell USB Mouse
Internet Speed
Sky Connect (4-8MB)
I've just noticed my mistake. The BCD IDs are different by a single digit:

Code:
Entry #2
 Name: Windows 7
 BCD ID: {57bc9ba[U][B]3[/B][/U]-7768-11de-8d7f-bc29a8a8e033}
 Drive: C:\
 Bootloader Path: \Windows\system32\winload.exe
 
 Entry #3
 Name: Unnamed Entry
 BCD ID: {57bc9ba[U][B]2[/B][/U]-7768-11de-8d7f-bc29a8a8e033}
 Device: unknown
 Bootloader Path:

I'll try deleting the erroneous entry tonight and let you know how I get on.

I'll also post the error message from EasyBCD if I get a chance.
 

My Computer

Computer Manufacturer/Model Number
Planeswalker-3/1108-09 (Rev 1.2)
OS
Windows 7 Pro 64-Bit
CPU
Intel Core 2 Duo @ 3.0GHz
Motherboard
Asus Maximus Formula
Memory
8GB OCZ PC3 6300 RAM (Nvidia SLI)
Graphics Card(s)
2 x Nvidia 8800 GTX Video Cards (SLI Enabled)
Sound Card
Supreme FX II
Monitor(s) Displays
17" IIyama
Screen Resolution
1280x1024
Hard Drives
C: 250GB SATA (OS)
D: 250GB SATA (APPS & GAMES)
E: 2 x 1TB in RAID1 (MEDIA)

Backup (500GB):
G: Backup Partition (System Image & Registry)
Y: 10GB Linux Bootable Partition (Ubuntu latest release)
Z: 4GB Bootable Windows 7 Recovery Partition
PSU
HighPower 750W Modular PSU
Case
Coolermaster Spedo
Cooling
6 x Fans
Keyboard
Logitech Wireless KB
Mouse
Standard Dell USB Mouse
Internet Speed
Sky Connect (4-8MB)
This highlights a very important point. When using this tool (or an equivalent that does the same job), be extremely careful when typing in ID strings especially when deleting entries. A mistake here can cause problems necessitating in the reinstallation of your system.
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Dwarf Dwf/11/2012 r09/2013
OS
Windows 8.1 Pro RTM x64
CPU
Intel Core-i5-3570K 4-core @ 3.4GHz (Ivy Bridge) (OC 4.4GHz)
Motherboard
ASRock Z77 Extreme4-M
Memory
4 x 4GB DDR3-1600 Corsair Vengeance CMZ8GX3M2A1600C9B (16GB)
Graphics Card(s)
MSI GeForce GTX770 Gaming OC 2GB
Sound Card
Realtek High Definition on board solution (ALC 898)
Monitor(s) Displays
ViewSonic VA1912w Widescreen (VGA)
Screen Resolution
1440x900
Hard Drives
OCZ Agility 3 SSD 120GB SATA III x2 (RAID 0)
Samsung HD501LJ 500GB SATA II x2
Hitachi HDS721010CLA332 1TB SATA II
Iomega 1.5TB Ext USB 2.0
WD 2.0TB Ext USB 3.0
PSU
XFX Pro Series 850W Semi-Modular
Case
Gigabyte IF233
Cooling
1 x 120mm Front Inlet 1 x 120mm Rear Exhaust
Keyboard
Microsoft Comfort Curve Keyboard 3000 (USB)
Mouse
Microsoft Comfort Mouse 3000 for Business (USB)
Internet Speed
NetGear DG834Gv3 ADSL Modem/Router (Ethernet) ~4.0 Mb/s (O2)
Antivirus
Avast! 8.0.1497
Browser
IE 11
Other Info
Optical Drive: HL-DT-ST BD-RE BH10LS30 SATA Bluray
Lexmark S305 Printer/Scanner/Copier (USB)
WEI Score: 8.1/8.1/8.5/8.5/8.25
Asus Eee PC 1011PX Netbook (Windows 7 x86 Starter)
Agreed!

I thought that EasyBCD was kicking out errors because the two BCD IDs were identical. Now that I've realised that they aren't identical, I don't know whether to be more or less concerned! :)
 

My Computer

Computer Manufacturer/Model Number
Planeswalker-3/1108-09 (Rev 1.2)
OS
Windows 7 Pro 64-Bit
CPU
Intel Core 2 Duo @ 3.0GHz
Motherboard
Asus Maximus Formula
Memory
8GB OCZ PC3 6300 RAM (Nvidia SLI)
Graphics Card(s)
2 x Nvidia 8800 GTX Video Cards (SLI Enabled)
Sound Card
Supreme FX II
Monitor(s) Displays
17" IIyama
Screen Resolution
1280x1024
Hard Drives
C: 250GB SATA (OS)
D: 250GB SATA (APPS & GAMES)
E: 2 x 1TB in RAID1 (MEDIA)

Backup (500GB):
G: Backup Partition (System Image & Registry)
Y: 10GB Linux Bootable Partition (Ubuntu latest release)
Z: 4GB Bootable Windows 7 Recovery Partition
PSU
HighPower 750W Modular PSU
Case
Coolermaster Spedo
Cooling
6 x Fans
Keyboard
Logitech Wireless KB
Mouse
Standard Dell USB Mouse
Internet Speed
Sky Connect (4-8MB)
OK, so the EasyBCD error message pops up when I go to Edit Boot Menu, and try to delete the third menu item.

The message reads:

Code:
Unhandled exception has occurred in your application. If you click Continue, the application will ingnore this error and attempt to continue. If you click Quit, the application will close immediately.

Object reference not set to an instance of an object.

And the contents of the Details tab:

Code:
See the end of this message for details on invoking 
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
   at (Object , String )
   at ..(String id)
   at ..&#158;(Object , EventArgs )
   at System.Windows.Forms.Control.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ButtonBase.WndProc(Message& m)
   at System.Windows.Forms.Button.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
EasyBCD
    Assembly Version: 2.0.0.90
    Win32 Version: 2.0.0.90
    CodeBase: file:///C:/Program%20Files%20(x86)/NeoSmart%20Technologies/EasyBCD/EasyBCD.exe
----------------------------------------
System.Windows.Forms
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Xml
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
{d5328ebc-2e72-444f-a14d-c560fac8e76b}
    Assembly Version: 0.0.0.0
    Win32 Version: 2.0.0.90
    CodeBase: file:///C:/Program%20Files%20(x86)/NeoSmart%20Technologies/EasyBCD/EasyBCD.exe
----------------------------------------
System.Configuration
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.
 

My Computer

Computer Manufacturer/Model Number
Planeswalker-3/1108-09 (Rev 1.2)
OS
Windows 7 Pro 64-Bit
CPU
Intel Core 2 Duo @ 3.0GHz
Motherboard
Asus Maximus Formula
Memory
8GB OCZ PC3 6300 RAM (Nvidia SLI)
Graphics Card(s)
2 x Nvidia 8800 GTX Video Cards (SLI Enabled)
Sound Card
Supreme FX II
Monitor(s) Displays
17" IIyama
Screen Resolution
1280x1024
Hard Drives
C: 250GB SATA (OS)
D: 250GB SATA (APPS & GAMES)
E: 2 x 1TB in RAID1 (MEDIA)

Backup (500GB):
G: Backup Partition (System Image & Registry)
Y: 10GB Linux Bootable Partition (Ubuntu latest release)
Z: 4GB Bootable Windows 7 Recovery Partition
PSU
HighPower 750W Modular PSU
Case
Coolermaster Spedo
Cooling
6 x Fans
Keyboard
Logitech Wireless KB
Mouse
Standard Dell USB Mouse
Internet Speed
Sky Connect (4-8MB)
bcdedit /delete {57bc9ba2-7768-11de-8d7f-bc29a8a8e033} did the trick!

Thanks all and apologies for my stupidity :o
 

My Computer

Computer Manufacturer/Model Number
Planeswalker-3/1108-09 (Rev 1.2)
OS
Windows 7 Pro 64-Bit
CPU
Intel Core 2 Duo @ 3.0GHz
Motherboard
Asus Maximus Formula
Memory
8GB OCZ PC3 6300 RAM (Nvidia SLI)
Graphics Card(s)
2 x Nvidia 8800 GTX Video Cards (SLI Enabled)
Sound Card
Supreme FX II
Monitor(s) Displays
17" IIyama
Screen Resolution
1280x1024
Hard Drives
C: 250GB SATA (OS)
D: 250GB SATA (APPS & GAMES)
E: 2 x 1TB in RAID1 (MEDIA)

Backup (500GB):
G: Backup Partition (System Image & Registry)
Y: 10GB Linux Bootable Partition (Ubuntu latest release)
Z: 4GB Bootable Windows 7 Recovery Partition
PSU
HighPower 750W Modular PSU
Case
Coolermaster Spedo
Cooling
6 x Fans
Keyboard
Logitech Wireless KB
Mouse
Standard Dell USB Mouse
Internet Speed
Sky Connect (4-8MB)
No problem. I'm glad that you have resolved your issue. :)

It has highlighted the need to be careful when working with this tool.
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Dwarf Dwf/11/2012 r09/2013
OS
Windows 8.1 Pro RTM x64
CPU
Intel Core-i5-3570K 4-core @ 3.4GHz (Ivy Bridge) (OC 4.4GHz)
Motherboard
ASRock Z77 Extreme4-M
Memory
4 x 4GB DDR3-1600 Corsair Vengeance CMZ8GX3M2A1600C9B (16GB)
Graphics Card(s)
MSI GeForce GTX770 Gaming OC 2GB
Sound Card
Realtek High Definition on board solution (ALC 898)
Monitor(s) Displays
ViewSonic VA1912w Widescreen (VGA)
Screen Resolution
1440x900
Hard Drives
OCZ Agility 3 SSD 120GB SATA III x2 (RAID 0)
Samsung HD501LJ 500GB SATA II x2
Hitachi HDS721010CLA332 1TB SATA II
Iomega 1.5TB Ext USB 2.0
WD 2.0TB Ext USB 3.0
PSU
XFX Pro Series 850W Semi-Modular
Case
Gigabyte IF233
Cooling
1 x 120mm Front Inlet 1 x 120mm Rear Exhaust
Keyboard
Microsoft Comfort Curve Keyboard 3000 (USB)
Mouse
Microsoft Comfort Mouse 3000 for Business (USB)
Internet Speed
NetGear DG834Gv3 ADSL Modem/Router (Ethernet) ~4.0 Mb/s (O2)
Antivirus
Avast! 8.0.1497
Browser
IE 11
Other Info
Optical Drive: HL-DT-ST BD-RE BH10LS30 SATA Bluray
Lexmark S305 Printer/Scanner/Copier (USB)
WEI Score: 8.1/8.1/8.5/8.5/8.25
Asus Eee PC 1011PX Netbook (Windows 7 x86 Starter)
Hi Guys!!

Sorry about my English
I have a question!

How can I use two Hard drives. The situation is: I have HP Dv7 and the owner of it wanna have it with Windows 7 and Windows XP. The laptop has two hard drives, and the bios doesnt suport to choose what drive to boot up. It only starts up on the First drive. Now I have the first drive with Windows 7 and the second with Windows XP. I did try to use easyBCD but didnt work. I tried to set it to boot Windows XP on Drive "D:" on easyBCD but didnt starts up. Only starts Windows 7.
Is there any way to do That??

Thanx in advance!

EdioIlha
 

My Computer

OS
WINDOWS
CPU
HT 3.0
Motherboard
PT890T-A
Memory
2048
Thanx for your reply!!

Is there any method to do that in diferent hard drives insted of diferent Partitions? without installing windows 7 after. I have Windows 7 installed in the first one Hard(500gb) drive and Windows xp in the second one Hard drive(160gb), not just partitions. I tried to setup with easyBCD but it shows me C:, D: and Boot options, not Disc0, Disc1 like when you go to Linux Tab options.

Linux Tab
2h2npc5.png


Windows Tab
103dieq.png


EasyBCD View Settings Button
5anecz.png


EasyBCD View Settings
5boi6q.png



Thx a lot

EdioIlha
 
Last edited:

My Computer

OS
WINDOWS
CPU
HT 3.0
Motherboard
PT890T-A
Memory
2048
Back
Top