Try creating a boot disk. For the floppy to successfully boot Windows XP the
disk must contain the "NT" boot sector. Format a diskette (on a Windows XP
machine, not a DOS/Win9x, so the NT boot sector gets written to the floppy),
and copy Windows XP versions of ntldr, ntdetect.com, and boot.ini to it.
Edit the boot.ini to give it a correct ARC path for the machine you wish to
boot. Below is an example of boot.ini. The default is to start the operating
system located on the first partition of the primary or first drive
(drive0). Then drive0 partition 2 and so on.
[boot loader]
timeout=10
default=multi(0)disk(0)rdisk(0)partition(1)\Windows
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\Windows="Windows XP 0,1"
/noexecute=optin /fastdetect
multi(0)disk(0)rdisk(0)partition(2)\Windows="Windows XP 0,2"
/noexecute=optin /fastdetect
multi(0)disk(0)rdisk(1)partition(1)\Windows="Windows XP 1,1"
/noexecute=optin /fastdetect
multi(0)disk(0)rdisk(1)partition(2)\Windows="Windows XP 1,2"
/noexecute=optin /fastdetect
(watch for line wrap)
--
Regards,
Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect
"Booty Magic" wrote:
>I need help with settings so I can choose which drive to boot from. What
> should I add or remove from boot.ini file below, and is there a separate
> change needed elsewhere?
> I have xp on both drives.
> Thanks
>
> [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" /noexecute=optin /fastdetect