I thought this would be easy. I have a vista computer and a second computer that has 2k3 installed. I pulled the hard drive from 2k3 and plugged it into the vista computer as a second drive. Vista is on C: disk 0, partition 0. HP puts a couple other partitions with their stuff on it so they are on partitions E (1) [HP Recovery] and F (2)[OSTools]. Wooo, thanks HP.
The 2k3 disk is G. disk 1, partition 0. I used easybcd to config like so:
boot.ini:
I put boot.ini, ntldr and ntdetect in C:\. When I boot 2k3, the splash screen comes up for a couple of seconds then I get a blue screen of death that flashes by too quickly to read, or pause. then it goes back to the boot menu where you can continue the 2k3 cycle or boot into vista. Vista boots fine.
Arrrrg. What to do?
The 2k3 disk is G. disk 1, partition 0. I used easybcd to config like so:
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}
resumeobject {a0744f8b-705a-11db-918f-0018716ebb75}
displayorder {3a5dc7c0-3985-11dc-801e-001a4bc251a8}
{a0744f8a-705a-11db-918f-0018716ebb75}
toolsdisplayorder {b2721d73-1db4-4c62-bf78-c548a880142d}
timeout 5
Windows Legacy OS Loader
------------------------
identifier {3a5dc7c0-3985-11dc-801e-001a4bc251a8}
device partition=C:
path \ntldr
description Windows Server 2003
Windows Boot Loader
-------------------
identifier {a0744f8a-705a-11db-918f-0018716ebb75}
device partition=C:
path \Windows\system32\winload.exe
description Microsoft Windows Vista
locale en-US
inherit {6efb52bf-1766-41db-a6b3-0ee5eff72bd7}
recoverysequence {572bcd56-ffa7-11d9-aae0-0007e994107d}
recoveryenabled Yes
bootdebug No
osdevice partition=C:
systemroot \Windows
resumeobject {a0744f8b-705a-11db-918f-0018716ebb75}
nx OptIn
pae ForceDisable
sos No
debug No
Code:
[boot loader]
timeout=5
default=multi(0)disk(0)rdisk(1)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(1)partition(1)\WINDOWS="Windows 2003" /noexecute=optout /fastdetect
Arrrrg. What to do?
Last edited by a moderator: