hi all, i need to install windows xp proffessional twice on my computer. in
other words i need a choice which win xp im going to boot up. the reason for
this is so that two users can use their own xp on the same machine, or if
one xp goes bad, the other one can be used for internet and so on without
re-installing etc.
ive heard partition magic is good for this type of thing. but how will the
boot choice look?
will it say
choose which to boot:
winxp
winxp
or what?
cheers
steve
yes, you can install a second WinXP.
Yes, you can use partition magic, but might as well just use the NT boot
loader that comes with windows.
Whichever drive the system bios is set to boot to, will have in it's root
directory, the file "boot.ini". Here is an example of a boot.ini file for
a single winxp installation:
-----------------------------
[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 = "Microsoft Windows XP
Professional" /fastdetect
----------------------------
The above is for the typical WinXP installation, a single-boot OS
installed to 1st partition of 1st drive on primary IDE controller.
Suppose you want the 2nd WinXP installation on the 2nd partition of same
drive, then you'd add that line so the file looks like:
-----------------------------
[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 = "Microsoft Windows XP
Professional" /fastdetect
multi(0)disk(0)rdisk(0)partition(2)\WINDOWS = "WinXP #2, blah blah blah"
/fastdetect
----------------------------
When there's only one entry in the boot.ini file, as it would be from a
clean single OS install, the boot menu stays hidden, but as soon as you
add this second line, it'll appear at every boot. As you might've guessed
by what I added in the lines above, you can name the boot choice anything
you want, and/or rename the first "Microsoft Windows XP Professional"
choice.
Here's more info about the boot.ini options:
http://www.microsoft.com/technet/prodtechnol/winxppro/reskit/prmc_str_masc.a
sp