![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks. |
| |||||||
![]() |
| |
| | #1 (permalink) |
| | Dual Boot - 2 separate Hard Drives - How to? I have Windows Server 2003 x64 on one drive, and I've installe Windows Vista RTM on the other. If I configure the BIOS to boot off the Vista drive first, Vista comes up fine. But everything I've done with BCDEDIT and VistaBootPro to edit the boot config in Vista to offer to boot into the legacy OS on the other drive won't work. All I get is "NTDetect failed". Of course, if I reconfigure the BIOS to boot off the legacy drive first, the Windows Server OS comes up fine, but that leaves Vista out of the picture. I think some enterprising developer should write a whitepaper on how to do all this stuff. Let's say, erm, "BCDEDIT FOR DUMMIES". I'd buy it. -- Co-founder, Eggheadcafe.com developer portal: http://www.eggheadcafe.com UnBlog: http://petesbloggerama.blogspot.com |
My System Specs![]() |
| | #2 (permalink) |
| | RE: Dual Boot - 2 separate Hard Drives - How to? Try osl2000... or go to www.osloader.com to download... 2 setup... boot in to one os and installl, then reboot with 2 hard drives installed, with the drive were you installed osl2000, the BIOS should load osl2000. osl2000 should load all of your hard drives. You might just need to rename the the drives in osl2000, so you can know which os your loading... Hope it works! |
My System Specs![]() |
| | #3 (permalink) |
| | Re: Dual Boot - 2 separate Hard Drives - How to? "Cthelight" <Cthelight@discussions.microsoft.com> wrote in message news:B0F1E42E-2044-4C27-88CF-062FD8BC29D9@microsoft.com... > Try osl2000... or go to www.osloader.com to download... > > 2 setup... boot in to one os and installl, then reboot with 2 hard drives > installed, with the drive were you installed osl2000, the BIOS should load > osl2000. osl2000 should load all of your hard drives. You might just need > to > rename the the drives in osl2000, so you can know which os your loading... > > Hope it works! Sorry to disappoint you, but this program does NOT support Vista. I've tried it but with no luck at all. Steve |
My System Specs![]() |
| | #4 (permalink) |
| | Re: Dual Boot - 2 separate Hard Drives - How to? Download and install a copy of VistaBootPro or BCDEdit in Vista and with the Vista drive first, set up a legacy os. After that if it doesn't load, on my system I have always had to copy the ntldr, ntdetect.com and boot.ini files from the other drive to the root of the Vista boot drive and adjust the boot.ini as necessary to point to the NT based drive. "Peter Bromberg [C# MVP]" <pbromberg@yahoo.nospammin.com> wrote in message news:1DDE236D-F908-4C8E-A1E6-2F08E7A7FFC3@microsoft.com... >I have Windows Server 2003 x64 on one drive, and I've installe Windows >Vista > RTM on the other. If I configure the BIOS to boot off the Vista drive > first, > Vista comes up fine. > > But everything I've done with BCDEDIT and VistaBootPro to edit the boot > config in Vista to offer to boot into the legacy OS on the other drive > won't > work. All I get is "NTDetect failed". > > Of course, if I reconfigure the BIOS to boot off the legacy drive first, > the > Windows Server OS comes up fine, but that leaves Vista out of the picture. > > I think some enterprising developer should write a whitepaper on how to > do > all this stuff. Let's say, erm, "BCDEDIT FOR DUMMIES". > > I'd buy it. > > -- > Co-founder, Eggheadcafe.com developer portal: > http://www.eggheadcafe.com > UnBlog: > http://petesbloggerama.blogspot.com > > |
My System Specs![]() |
| | #5 (permalink) |
| | Re: Dual Boot - 2 separate Hard Drives - How to? That's an intelligent solution, and unfortunately I've already tried it. But, I'll give it another go and see what happends. Thanks, Peter -- Co-founder, Eggheadcafe.com developer portal: http://www.eggheadcafe.com UnBlog: http://petesbloggerama.blogspot.com "John Barnes" wrote: > Download and install a copy of VistaBootPro or BCDEdit in Vista and with the > Vista drive first, set up a legacy os. After that if it doesn't load, on my > system I have always had to copy the ntldr, ntdetect.com and boot.ini files > from the other drive to the root of the Vista boot drive and adjust the > boot.ini as necessary to point to the NT based drive. > > "Peter Bromberg [C# MVP]" <pbromberg@yahoo.nospammin.com> wrote in message > news:1DDE236D-F908-4C8E-A1E6-2F08E7A7FFC3@microsoft.com... > >I have Windows Server 2003 x64 on one drive, and I've installe Windows > >Vista > > RTM on the other. If I configure the BIOS to boot off the Vista drive > > first, > > Vista comes up fine. > > > > But everything I've done with BCDEDIT and VistaBootPro to edit the boot > > config in Vista to offer to boot into the legacy OS on the other drive > > won't > > work. All I get is "NTDetect failed". > > > > Of course, if I reconfigure the BIOS to boot off the legacy drive first, > > the > > Windows Server OS comes up fine, but that leaves Vista out of the picture. > > > > I think some enterprising developer should write a whitepaper on how to > > do > > all this stuff. Let's say, erm, "BCDEDIT FOR DUMMIES". > > > > I'd buy it. > > > > -- > > Co-founder, Eggheadcafe.com developer portal: > > http://www.eggheadcafe.com > > UnBlog: > > http://petesbloggerama.blogspot.com > > > > > > |
My System Specs![]() |
| | #6 (permalink) |
| | Re: Dual Boot - 2 separate Hard Drives - How to? John, Thanks to you, all is now happy in VistaLand. When I switched the drive boot sequence in the BIOS to start off the Vista drive, I neglected to think that would change the necessary entries in the boot.ini that resides on the Vista Drive along with NTLDR etc: # THE OLD: [boot loader] timeout=5 default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS [operating systems] multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Windows Server 2003 Enterprise x64 Edition" /fastdetect /NoExecute=OptIn C:\CMDCONS\BOOTSECT.DAT="Microsoft Windows Recovery Console" /cmdcons # THE NEW: [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 Server 2003 Enterprise x64 Edition" /fastdetect /NoExecute=OptIn C:\CMDCONS\BOOTSECT.DAT="Microsoft Windows Recovery Console" /cmdcons With rdisk(1) in the new, we are good to go. Thanks! Peter Co-founder, Eggheadcafe.com developer portal: http://www.eggheadcafe.com UnBlog: http://petesbloggerama.blogspot.com "John Barnes" wrote: > Download and install a copy of VistaBootPro or BCDEdit in Vista and with the > Vista drive first, set up a legacy os. After that if it doesn't load, on my > system I have always had to copy the ntldr, ntdetect.com and boot.ini files > from the other drive to the root of the Vista boot drive and adjust the > boot.ini as necessary to point to the NT based drive. > > "Peter Bromberg [C# MVP]" <pbromberg@yahoo.nospammin.com> wrote in message > news:1DDE236D-F908-4C8E-A1E6-2F08E7A7FFC3@microsoft.com... > >I have Windows Server 2003 x64 on one drive, and I've installe Windows > >Vista > > RTM on the other. If I configure the BIOS to boot off the Vista drive > > first, > > Vista comes up fine. > > > > But everything I've done with BCDEDIT and VistaBootPro to edit the boot > > config in Vista to offer to boot into the legacy OS on the other drive > > won't > > work. All I get is "NTDetect failed". > > > > Of course, if I reconfigure the BIOS to boot off the legacy drive first, > > the > > Windows Server OS comes up fine, but that leaves Vista out of the picture. > > > > I think some enterprising developer should write a whitepaper on how to > > do > > all this stuff. Let's say, erm, "BCDEDIT FOR DUMMIES". > > > > I'd buy it. > > > > -- > > Co-founder, Eggheadcafe.com developer portal: > > http://www.eggheadcafe.com > > UnBlog: > > http://petesbloggerama.blogspot.com > > > > > > |
My System Specs![]() |
![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Forum | |||
| Dual Boot w/ Each O/S on separate hard drive | Vista installation & setup | |||
| Dual boot from separate drives | Vista installation & setup | |||
| Dual boot with two hard drives | Vista General | |||
| XP and Vista Dual boot on 2 separate drives | Vista General | |||
| Dual boot with different hard drives | Vista General | |||