Removed Vista from First Partition, But,

bhoku

Member
Hello,

Thanks for the program saves.

Ok, I have a single Disk, with Vista on the first Partition, Win 7 on the second.

I removed Vista. Used EasyBCD to fix the boot issue. No problem. But, the Extend feature only works on the partition that is in front of. So, I used XXClone and cloned the Win 7 2nd Partition to the first partition. Works, However EasyBCD would not set Bcdedit to have 'osdevice' as partition C:.

How to fix this?

Ok this is what I did, I pulled bcdedit, got the enum device ( it looks similar to this but not quite as the UUID's are different but closely resemble) this is my 'home pc' the problem is the one at work: I changed the Drive letters down below to resemble 'work pc'

c:\bcdedit /v

Windows Boot Manager
--------------------
identifier {9dea862c-5cdd-4e70-acc1-f32b344d4795}
device partition=\Device\HarddiskVolume1
description Windows Boot Manager
locale en-US
inherit {7ea2e1ac-2e61-4728-aaa3-896d9d0a9f0e}
default {7bcd2842-07f9-11df-b171-d8f3db45d6b9}
resumeobject {7bcd2841-07f9-11df-b171-d8f3db45d6b9}
displayorder {7bcd2842-07f9-11df-b171-d8f3db45d6b9}
toolsdisplayorder {b2721d73-1db4-4c62-bf78-c548a880142d}
timeout 30
Windows Boot Loader
-------------------
identifier {7bcd2842-07f9-11df-b171-d8f3db45d6b9}
device partition=D:
path \Windows\system32\winload.exe
description Windows 7
locale en-US
inherit {6efb52bf-1766-41db-a6b3-0ee5eff72bd7}
recoverysequence {7bcd2843-07f9-11df-b171-d8f3db45d6b9}
recoveryenabled Yes
osdevice partition=D:
systemroot \Windows
resumeobject {7bcd2841-07f9-11df-b171-d8f3db45d6b9}
nx OptIn
numproc 4
usefirmwarepcisettings No


bcdedit /enum

Windows Boot Manager
--------------------
identifier {bootmgr}
device partition=C:
description Windows Boot Manager
locale en-US
inherit {globalsettings}
default {current}
resumeobject {7bcd2841-07f9-11df-b171-d8f3db45d6b9}
displayorder {current}
toolsdisplayorder {memdiag}
timeout 30
Windows Boot Loader
-------------------
identifier {current}
device partition=D:
path \Windows\system32\winload.exe
description Windows 7
locale en-US
inherit {bootloadersettings}
recoverysequence {7bcd2843-07f9-11df-b171-d8f3db45d6b9}
recoveryenabled Yes
osdevice partition=D:
systemroot \Windows
resumeobject {7bcd2841-07f9-11df-b171-d8f3db45d6b9}
nx OptIn
numproc 4
usefirmwarepcisettings No

Thanks again
Stu
 
Back
Top