aa said:
Thanks everybody.
The plan is to make another partition, install w2k or XP there, test
to see if all the drivers are OK and if OK to bin Vista for good. Has
anybody have such experience?
To dual-boot with software, it's usual to install the latest Windows OS
*after* the installation of an earlier Windows OS. Then the latest Windows
boot loader will understand how to boot the earlier Windows OS. For them
to be independently booted, you'll have to use 3rd-party software, or use
Disk Management to set the "active" flag in the partition of the desired OS.
The latter may be the easiest for you since it would be free and without the
hassle of later having to remove the boot menu entry for the deleted OS.
To use the "active" flag to dual-boot, just install the XP normally as if there
were no other OS in the system. Then, using Disk Management in the
running OS, set the "active" flag in the partition that you want to boot next.
At the next startup, the OS in the "active" partition will boot. When you're
satisfied that XP is working well, just use its Disk Management to delete
the Vista partition. XP will probably have been installed to refer to its
own partition as drive "D:" (instead of drive "C:"), but as long as there are
no shortcuts that include the names of partitions, that is of absolutely no
consequence.
There is one danger with setting and re-setting the "active" flag: If you
accidentally set the "active" flag for a Primary partition that does not contain
an OS, nothing will boot up and you've got a problem. To get around this
roadblock, you can use the Repair facility in the Vista installation CD.
Invoke the Command Prompt, and run "diskpart".
Use the diskpart command
"select disk 0" to put attention on disk 0, then
"list partition" to list the partitions on that disk.
Find the no. of the partition that you want to set "active", then
"select partition x", where "x" is the no. of the partition. Then enter
"active". Then exit the utility with
"exit".
If you no longer have access to a Vista installation CD, you can download
a free .iso file for Gparted, the Linux-based partition editor, and burn it to
CD
to make a "live CD" that runs a GUI-based instance of Gparted. If your PC
can boot from USB devices, you can also download a free .zip file to make
a "live USB" stick containing Gparted. Then, if you ever set the "active" flag
in a non-OS partition, you can correct the mistake with the live CD or live USB
stick. (In selecting the startup parameters for Gparted, I found that all the
defaults worked for my Dell laptop, except that I had to select "1" - for
Moderately Experienced User - and then to decline the offer to automatically
detect the type of graphics card. Otherwise, just keep hitting Enter to accept
the defaults.)
*TimDaniels*