G
GG
before any change:
C:\Windows\system32>bcdedit
Windows Boot Manager
--------------------
identifier {bootmgr}
device partition=C:
description Windows Boot Manager
locale en-US
inherit {globalsettings}
default {current}
resumeobject {e7ec40e3-bb2f-11df-b8ff-a397d96de083}
displayorder {current}
toolsdisplayorder {memdiag}
timeout 60
resume No
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 {e7ec40e3-bb2f-11df-b8ff-a397d96de083}
nx OptIn
I tried using BCDEDIT
C:\Windows\system32>bcdedit /create {ntldr} /d "Win XP Pro 32 - iei-a64"
/TYPE N
TLDR /device partition=D:
The device entry type specified is not valid.
Run "bcdedit /?" for command line assistance.
The operation completed successfully.
However
C:\Windows\system32>bcdedit /create {ntldr} /d "Win XP Pro 32 - iei-a64"
An error occurred while attempting the specified create operation.
The specified entry already exists.
what is the proper way to add a new entry for the xp partition D: that used
to be C:?
C:\Windows\system32>bcdedit
Windows Boot Manager
--------------------
identifier {bootmgr}
device partition=C:
description Windows Boot Manager
locale en-US
inherit {globalsettings}
default {current}
resumeobject {e7ec40e3-bb2f-11df-b8ff-a397d96de083}
displayorder {current}
toolsdisplayorder {memdiag}
timeout 60
resume No
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 {e7ec40e3-bb2f-11df-b8ff-a397d96de083}
nx OptIn
I tried using BCDEDIT
C:\Windows\system32>bcdedit /create {ntldr} /d "Win XP Pro 32 - iei-a64"
/TYPE N
TLDR /device partition=D:
The device entry type specified is not valid.
Run "bcdedit /?" for command line assistance.
The operation completed successfully.
However
C:\Windows\system32>bcdedit /create {ntldr} /d "Win XP Pro 32 - iei-a64"
An error occurred while attempting the specified create operation.
The specified entry already exists.
what is the proper way to add a new entry for the xp partition D: that used
to be C:?