c盘装xp,d盘装2003情况下,由于重装xp系统或分别用ghost盘安装xp和2003到c盘和d盘,虽然编辑以下内容到boot.ini文件:
boot.ini文件内容:
[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="Microsoft Windows XP Professional" /noexecute=optin /fastdetect
multi(0)disk(0)rdisk(0)partition(2)/WINDOWS="Windows Server 2003, Enterprise" /noexecute=optout /fastdetect
C:/mxldr=MaxDOS 工具
但仍不能启动引导2003系统,原因为2003的三个文件(bootfont.bin,NTDETECT.COM,ntldr)比xp的这三个文件要新一,于是,需要从2003的安装目录中提取出来这三个同名文件,覆盖xp(c盘)系统中的三个同名文件,可以引导两个操作系统。xp的这三个文件,不能引导2003的系统。