BCDedit question

  • Thread starter Thread starter HMike
  • Start date Start date
H

HMike

Below is my BCDedit output. I want to reformat drive D: which means I want to
move the Boot Manager from drive D: to Drive C: and remove the XP boot option.

Can this be done?


C:\Windows\system32>bcdedit

Windows Boot Manager
--------------------
identifier {bootmgr}
device partition=D:
description Windows Boot Manager
locale en-US
inherit {globalsettings}
default {current}
displayorder {ntldr}
{current}
toolsdisplayorder {memdiag}
timeout 30

Windows Legacy OS Loader
------------------------
identifier {ntldr}
device partition=D:
path \ntldr
description Earlier Version of Windows

Windows Boot Loader
-------------------
identifier {current}
device partition=C:
path \Windows\system32\winload.exe
description Microsoft Windows Vista
locale en-US
inherit {bootloadersettings}
osdevice partition=C:
systemroot \Windows
resumeobject {0f5b8251-ba35-11db-bf91-d26f40447035}
nx OptIn
 
The information to help would be from your Disk Management. Basically, you
need to make the drive you want the boot files on your 'system' drive. It
must be an active, primary partition and it must be first in boot order in
the BIOS. After making your drive the system drive, you can run startup
repair from the Vista install DVD. Some have had to run more than once.
Since we don't know whether you have 1 or 2 drives, what partitions are
involved.
 
Back
Top