1

I had Windows Server 2003 installed on my primary hard drive. I then added a new hard drive and formatted/installed Windows Vista on the new hard drive. The old drive with Windows Server 2003 is still on my system as D: but I don't have the option to boot to it. Is there any way to set it up so that I can choose which OS at boot time?

It looks like the BCDEdit command will do what I want, but figuring out the command line options to give it was too hard so I used EasyBCD instead to add another entry.

Now the problem is I'm getting this error when I try to boot my Windows Server 2003 instance:

 Invalid BOOT.INI file Booting from c:\Windows\ NTDETECT fail 

My d:\BOOT.INI file contained the following:

 [boot loader] timeout=30 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" /fastdetect /NoExecute=OptOut 

My wild guess was to change disk(0) to disk(1) on both lines, but it resulted in the same error. I'm wondering if its even possible to boot Windows off the D: drive when it was originally installed on C: or if any of my programs will still work..

2 Answers 2

5

EasyBCD will make handling this a tad easier (though nowhere near as cool as doing it manually with bcdedit ;)

Here's a Microsoft KB about various bootloader problems with BCD and legacy/boot.ini systems.

6
  • EasyBCD was a great help, but now I'm hung up getting my boot.ini file re-configured correctly. Commented May 7, 2009 at 17:05
  • You should probably use BCDEdit or EasyBCD to actually create the boot.ini file as well - for the BCDEdit tool there's an identifier called ntldr or legacy I think which will manage the boot.ini file as well... if EasyBCD won't let you create an XP boot option then manually using BCDEdit and the create argument might work (after some googling ;) Commented May 7, 2009 at 17:37
  • Just to clarify, can EasyBCD create boot.ini files? Commented May 7, 2009 at 18:22
  • Aha, Tools->Legacy Options... is how you edit boot.ini in EasyBCD Commented May 7, 2009 at 18:27
  • Heh, oi..EasyBCD just runs "notepad X:\boot.ini" for you Commented May 7, 2009 at 18:28
0

Not sure if Vista still has this, but in XP you can have to edit C:\boot.ini to add additional operating systems. You can then run msconfig and click the "boot.ini" tab and "Check All Boot Paths".

1
  • In Windows Vista it looks like they got rid of boot.ini and I need to use BCDEdit.exe instead. I'm trying to figure out the options for BCDEdit now. Commented May 6, 2009 at 16:53

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.