View Single Post
Unread 05-16-2003, 05:18 PM   #3
Talik
Cooling Neophyte
 
Talik's Avatar
 
Join Date: Mar 2003
Location: Portland Or
Posts: 95
Default

I think you can just add another "multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Micr osoft Windows XP Professional" /fastdetect" line or for whatever operating system you want to use.

the thing you want to change, is disk(0) to disk(1), you also might want to change the names so you can tell them apart:

[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOW S
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Micro soft Windows XP Professional on C" /fastdetect
multi(0)disk(1)rdisk(0)partition(1)\WINDOWS="Micro soft Windows XP Professional on D" /fastdetect


That should work. It's been a while sence I've messed around with my boot.ini, but I think that's right. This is assuming your c and d drives are two physical drives, not two partitions on the same drive.

[edit] tried moving the S before [operating systems] to the previous line, but for some reason, the board keeps putting a return before there. that "S" should be attached to the "WINDOW" that comes before it in your boot.ini [/edit]
__________________
Reality is nothing more than the delusions of the masses.

Last edited by Talik; 05-16-2003 at 05:30 PM.
Talik is offline   Reply With Quote