loveamd

Distinguished
Jan 29, 2006
79
0
18,630
Hi Everybody,

In the next couple months I will be adding a second SATA HD for a duel boot system (XP pro). One will be for gaming, the other for general computer use. When I boot up, I want the system to stop and ask me which OS to load. So I assume I will need to change the boot.ini file in my C drive.

So my question is … What should my C drive boot.ini look like? And do I need to change my new drive boot.ini as well?

Any additional advice on this would be appreciated.

Thanks
 

loveamd

Distinguished
Jan 29, 2006
79
0
18,630
That sounds simple enough.. just so I am clear, if I install XP onto a second drive, my first drive boot.ini will automaticly be changed? I don't need to do any changing? How does my first boot.ini realize the other OS and then change itself?
 

pscowboy

Distinguished
Apr 24, 2002
1,129
0
19,290
You don't do anything! The second install will adjust the boot.ini.

You will not see a boot.ini on the "D" drive. This always exists on the boot "C" root with the other loader files.
 

sturm

Splendid
The only thing you might change is the default wait time to select an os and which os is the default. Normal setting is like 30 seconds to select.
I usually turn mine on and grab a drink or smoke while its booting. I have mine set to 5 seconds and default boot to xp 32 bit. I have 64 bit also.
To make changes goto system properties - right click my computer - properties
Goto to advanced tab then to startup and recovery. At the top is the defalut os selection with the time to display settings underneath.

Note: dont make the display time so short that you cant see the screen. Also dont screw it up its not fun to rebuild your boot.ini file.
 

loveamd

Distinguished
Jan 29, 2006
79
0
18,630
So here is my boot.ini I would like my C drive to be the one my wife and I use for general computer stuff. and I don't want her to be confused when the screen comes up so I would like that to be the default after waiting 5 seconds. My other drive (G) would be my gaming drive. What do I want the file to look like so one will be general use and the other gaming?

[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 /NoExecute=OptIn
 

loveamd

Distinguished
Jan 29, 2006
79
0
18,630
sturm - I just re-read your post - Sorry So I don't need to edit the boot.ini text file? I can just tell it what I want from the recovery screen.
 

pscowboy

Distinguished
Apr 24, 2002
1,129
0
19,290
After you do the install, you can add the word Games somewhere inside the second option's quotation marks. This is for text description of the OS. This is the only place you can do this. INSIDE THE QUOTATION MARKS.

First, make a copy of the boot.ini, and call it goodboot.ini; and remove its' read only tag. That way if something doesn't go right, you can fix the boot process in Recovery Console by renaming it back to what it was.

To work on it, right-click - Properties- uncheck read only; double-click it to Notepad - add your text - save - restore read only.