Same problem :(

Deadpixel

Distinguished Member
Fresh isntal of Vista 32 bit again (>.<)

Anyway my 64bit is still fine, but when i try to add the entry it changes boot drive to D:\ for both drives.

C:\Vista home premium Primary SATA
D:\Vista x64 Secondary IDE

:frowning: Ive tried some other stuff but Ive come to the master.

Code:
There are a total of 2 entries listed in the Vista Bootloader.
Bootloader Timeout: 30 seconds.
Default OS: Microsoft Windows Vista

Entry #1

Name:  Microsoft Windows Vista
BCD ID:  {current}
Drive:  C:\
Bootloader Path:  \Windows\system32\winload.exe
Windows Directory:  \Windows

Entry #2

Name:  X64
BCD ID:  {7d2bbae1-e764-11dc-b7c5-001d60a68bf1}
Drive:  U:\
Bootloader Path:  \Windows\system32\winload.exe
Windows Directory:  \Windows
 
Hiya Deadpixel, nice to hear from you (not the circumstances themselves though, :lol:smile:

Can you please post the detailed view again?
 
Hiya Deadpixel, nice to hear from you (not the circumstances themselves though, :lol:smile:

Can you please post the detailed view again?

Code:
Windows Boot Manager
--------------------
identifier              {9dea862c-5cdd-4e70-acc1-f32b344d4795}
device                  partition=C:
description             Windows Boot Manager
locale                  en-US
inherit                 {7ea2e1ac-2e61-4728-aaa3-896d9d0a9f0e}
default                 {bdecc20f-e756-11dc-945c-ec4d3d6a8465}
resumeobject            {bdecc210-e756-11dc-945c-ec4d3d6a8465}
displayorder            {bdecc20f-e756-11dc-945c-ec4d3d6a8465}
                        {7d2bbae1-e764-11dc-b7c5-001d60a68bf1}
toolsdisplayorder       {b2721d73-1db4-4c62-bf78-c548a880142d}
timeout                 30

Windows Boot Loader
-------------------
identifier              {bdecc20f-e756-11dc-945c-ec4d3d6a8465}
device                  partition=C:
path                    \Windows\system32\winload.exe
description             Microsoft Windows Vista
locale                  en-US
inherit                 {6efb52bf-1766-41db-a6b3-0ee5eff72bd7}
osdevice                partition=C:
systemroot              \Windows
resumeobject            {bdecc210-e756-11dc-945c-ec4d3d6a8465}
nx                      OptIn

Windows Boot Loader
-------------------
identifier              {7d2bbae1-e764-11dc-b7c5-001d60a68bf1}
path                    \Windows\system32\winload.exe
description             X64
systemroot              \Windows
 
OK, you know the drill! :tongueout:

EasyBCD -> Useful Utilities -> Power Console:
Code:
[FONT=monospace]bcdedit /set [/FONT]{7d2bbae1-e764-11dc-b7c5-001d60a68bf1} device partition=D:
bcdedit /set {7d2bbae1-e764-11dc-b7c5-001d60a68bf1} osdevice partition=D:

I'm assuming it is drive D: you want the newly-created entry to be?
 
OK, you know the drill! :tongueout:

EasyBCD -> Useful Utilities -> Power Console:
Code:
[FONT=monospace]bcdedit /set [/FONT]{7d2bbae1-e764-11dc-b7c5-001d60a68bf1} device partition=D:
bcdedit /set {7d2bbae1-e764-11dc-b7c5-001d60a68bf1} osdevice partition=D:
I'm assuming it is drive D: you want the newly-created entry to be?

Yep on the D:\ drive, hopefully that stuff worked!
 
Back
Top