Reply to thread

I would like to move the boot manager from drive c to drive d.

How can I do that using Bcdedit?


I would like to remove drive c from my PC but the boot information is

on that drive.. telling it to boot the vista installed my d drive.


My current setup looks like this :

D:\Windows\system32>Bcdedit


Windows Boot Manager

--------------------

identifier              {bootmgr}

device                  partition=C:

description             Windows Boot Manager

locale                  en-US

inherit                 {globalsettings}

default                 {current}

resumeobject            {5dd72779-60f6-11dc-9b5d-b530b079b669}

displayorder            {current}

toolsdisplayorder       {memdiag}

timeout                 30


Windows Boot Loader

-------------------

identifier              {current}

device                  partition=D:

path                    \Windows\system32\winload.exe

description             Microsoft Windows Vista

locale                  en-US

inherit                 {bootloadersettings}

osdevice                partition=D:

systemroot              \Windows

resumeobject            {5dd72779-60f6-11dc-9b5d-b530b079b669}

nx                      OptIn


Regards,

Lars


Back
Top