2

Well I seem to be having problems loading operating systems that I have recently installed on three partitions.

I had installed Windows XP first, then Windows Server 2003 Standard and finally Windows Vista Ultimate. When the Boot Manager loads it gives me two options:

  • Earlier versions of Windows
  • Windows Vista Ultimate (TM)

Since then if I need to navigate to the selection of Windows XP & Windows Server 2003 I have to select "Earlier versions Of Windows" and then continue to make a selection which seems a bit boring.

So my question is, is it possible to have all the three options to select from any of the three operating systems on a single Boot Manager page?

Karan
  • 57,289
user232036
  • 39
  • 2

1 Answers1

2

Install EasyBCD in Vista and add EasyLDR entries for the other OSes:

All you need to do is uncheck the checkbox labeled "Automatically detect the correct drive". Subsequently, a drop-down box containing a list of all mounted partitions will appear, and you can choose the Windows XP installation you wish to boot into. Clicking "Add Entry" will cause EasyBCD to automatically create the easyldr#, ntdetect.com, and ebcd.00x files needed to boot into the selected partition. You can then repeat these steps for as many separate legacy NT installs as you have available.

1

EasyLDR is required instead of simply adding NTLDR entries to prevent a 2 level boot menu. This is what the situation is like at present:

2

This is what is required:

3

Karan
  • 57,289