January 4th, 2004, 08:01 PM
|
#2 (permalink)
|
| Ultimate Member
Join Date: Nov 2002 Location: Hershey, PA
Posts: 1,349
|
Two seperate installations? Or just two options at boot-up?
If you have ONE installation of XP, and just are getting TWO options at bootup, then go ahead and edit the "boot.ini" file.
You'll want to backup C:\Boot.ini. Then, open C:\boot.ini and remove the entire line that pertains to the menu you want to install.
Your file will look similar to: Code: [boot loader]
timeout=3
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(1)\WINDOWS="Microsoft Windows XP Professional" /fastdetect If you go and delete the the line you don't want (starting with 'multi'), you will get rid of the extra menu at boot. For example: Code: [boot loader]
timeout=3
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 - rp |
| |