Another DB question: boot.ini - what should it look like for DB?

(M)

Senior member
Oct 10, 1999
321
0
0
I can't seem to get my Win2K CD to boot anymore (to repair installation). My SCSI card (Initio) seems to crap out half way during the install process.

I would like to use the boot loader to dual-boot Win2K & WinME. I have 2 IDE hard drives. Can I just edit boot.ini to add the additional O/S?

Right now, it looks like this:

[boot loader]
timeout=3
default=signature(e53c07ae)disk(0)rdisk(0)partition(1)\WINNT
[operating systems]
signature(e53c07ae)disk(0)rdisk(0)partition(1)\WINNT="Microsoft Windows 2000 Professional" /fastdetect


Is it as simple as addin the other o/s?

Thanks,
(M)
 

SufferinSuccotash

Senior member
Jun 4, 2000
338
0
0
For Win9x, all you had to do was add the line C:\="Microsoft Windows" under [Operating Systems]. I would thin the same applies to WinME.
 

AndyHui

Administrator Emeritus<br>Elite Member<br>AT FAQ M
Oct 9, 1999
13,141
17
81
Mine looks like this:

[boot loader]
timeout=5
default=multi(0)disk(0)rdisk(0)partition(3)\WINNT
[operating systems]
multi(0)disk(0)rdisk(0)partition(3)\WINNT=&quot;Microsoft Windows 2000 Professional&quot; /fastdetect
C:\=&quot;Microsoft Windows&quot;

Of course, since you have a SCSI system, you will have the signature instead of multi
 

(M)

Senior member
Oct 10, 1999
321
0
0
My HD's are IDE though (primary &amp; secondary masters - no slaves).

Because my WinME is installed on my D: drive, should it be listed as D:\=&quot;Microsoft Windows&quot; ?

Actually, I tried:

[boot loader]
timeout=3
default=multi(0)disk(0)rdisk(0)partition(1)\WINNT
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINNT=&quot;Microsoft Windows 2000 Professional&quot; /fastdetect
D:\=&quot;Microsoft Windows Millennium Edition&quot;


Win2K loads up just fine - when I select WinME, I get reboots.

Other dual booters, please post your boot.ini.

Appreciated,
(M)


 

AndyHui

Administrator Emeritus<br>Elite Member<br>AT FAQ M
Oct 9, 1999
13,141
17
81
Even though you have Win98 on D: Drive, its boot files are still located in the root directory of C: Drive. Just point the boot.ini back to C:\=&quot;Microsoft Windows Millennium Edition&quot;