How to make it boot direct to xp prof

G

Guest

I have 1old hdd with 2 partitions c: (with Windows) and D: (with Windows)
and it will ask me to select which OS to start:-
the first line is Microsoft Windows XP Home Edition
second line is Microsoft Windows XP Professional
((worse of all how can I check which partition have Home or Prof)

and my boot.ini as follows:-

[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(2)\INDOWS

[operating systems]
multi(0)disk(0)rdisk(0)partition(2)\WINDOWS="Windows XP Home Edition"
/fastdetect

multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Windows XP PROFESSIONAL"
/fastdetect

I would like to be able to boot directlly to Window XP PROFESSIONAL directly
without having to choose the options. Please advice what changes must I make
to the boot.ini file, thanks
 
P

Pegasus \(MVP\)

yort said:
I have 1old hdd with 2 partitions c: (with Windows) and D: (with Windows)
and it will ask me to select which OS to start:-
the first line is Microsoft Windows XP Home Edition
second line is Microsoft Windows XP Professional
((worse of all how can I check which partition have Home or Prof)

and my boot.ini as follows:-

[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(2)\INDOWS

[operating systems]
multi(0)disk(0)rdisk(0)partition(2)\WINDOWS="Windows XP Home Edition"
/fastdetect

multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Windows XP PROFESSIONAL"
/fastdetect

I would like to be able to boot directlly to Window XP PROFESSIONAL directly
without having to choose the options. Please advice what changes must I make
to the boot.ini file, thanks

Try this:

[boot loader]
timeout=2
default=multi(0)disk(0)rdisk(0)partition(1)\INDOWS

[operating systems]
multi(0)disk(0)rdisk(0)partition(2)\WINDOWS="Windows XP Home Edition"
/fastdetect
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Windows XP PROFESSIONAL"
/fastdetect
 
G

Gord Dibben

If you read the boot.ini contents that you posted you will see that XP Pro is on
Partition(1).

You are defaulting to Partition(2) XP Home

Change default=multi(0)disk(0)rdisk(0)partition(2)\WINDOWS to

default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS

and change the timeout to about 5 seconds so you have enough time

to choose if you want to.


Gord
 
R

Rock

yort said:
I have 1old hdd with 2 partitions c: (with Windows) and D: (with Windows)
and it will ask me to select which OS to start:-
the first line is Microsoft Windows XP Home Edition
second line is Microsoft Windows XP Professional
((worse of all how can I check which partition have Home or Prof)

and my boot.ini as follows:-

[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(2)\INDOWS

[operating systems]
multi(0)disk(0)rdisk(0)partition(2)\WINDOWS="Windows XP Home Edition"
/fastdetect

multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Windows XP PROFESSIONAL"
/fastdetect

I would like to be able to boot directlly to Window XP PROFESSIONAL
directly
without having to choose the options. Please advice what changes must I
make
to the boot.ini file, thanks


The boot.ini tells you where each one is. XP Pro is on the first partition,
XP Home the second.
 
G

Guest

Many thanks for all your responses and its working the way I want it

Rock said:
yort said:
I have 1old hdd with 2 partitions c: (with Windows) and D: (with Windows)
and it will ask me to select which OS to start:-
the first line is Microsoft Windows XP Home Edition
second line is Microsoft Windows XP Professional
((worse of all how can I check which partition have Home or Prof)

and my boot.ini as follows:-

[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(2)\INDOWS

[operating systems]
multi(0)disk(0)rdisk(0)partition(2)\WINDOWS="Windows XP Home Edition"
/fastdetect

multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Windows XP PROFESSIONAL"
/fastdetect

I would like to be able to boot directlly to Window XP PROFESSIONAL
directly
without having to choose the options. Please advice what changes must I
make
to the boot.ini file, thanks


The boot.ini tells you where each one is. XP Pro is on the first partition,
XP Home the second.
 
R

Rock

You're welcome.

yort said:
Many thanks for all your responses and its working the way I want it

Rock said:
yort said:
I have 1old hdd with 2 partitions c: (with Windows) and D: (with
Windows)
and it will ask me to select which OS to start:-
the first line is Microsoft Windows XP Home Edition
second line is Microsoft Windows XP Professional
((worse of all how can I check which partition have Home or Prof)

and my boot.ini as follows:-

[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(2)\INDOWS

[operating systems]
multi(0)disk(0)rdisk(0)partition(2)\WINDOWS="Windows XP Home Edition"
/fastdetect

multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Windows XP PROFESSIONAL"
/fastdetect

I would like to be able to boot directlly to Window XP PROFESSIONAL
directly
without having to choose the options. Please advice what changes must I
make
to the boot.ini file, thanks


The boot.ini tells you where each one is. XP Pro is on the first
partition,
XP Home the second.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top