Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

creating dual boot: Windows and DOS

Status
Not open for further replies.

aprocfu

Programmer
May 25, 2007
64
Hi, I have two partitions, one for windows XP (NTFS) and the other DOS (FAT 32) I want to be able to choose which operating system to boot (Windows or DOS). I use the DOS partion to run a recovery system. My question is how to to get the to options to choose the one I want. do I need a utility or do I need to configure Windows or DOS to do that
 
Under the conditions you state you would probably be happier using a partition manager.

Windows 98 would install and use FAT32 without a problem and XP would install and use NTFS with the boot options for either one at startup and command prompt would be one of the 98 choices, thus meeting your requirements. But the DOS stuff would be available to XP with the attendant risks of deleting something.

In similar circumstances I use partition magic. But there are others.

Ed Fair
Give the wrong symptoms, get the wrong solutions.
 
You can do it with the built in Boot Loader of XP, the Boot.ini file would look then something like this:

[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" /fastdetect
C:\="MS-DOS"

Dos has to be installed to the primary partition of the first hard drive and that partition needs to be set to active.

or take a look at the GAG Bootloader and the instructions on How To:

GAG Bootloader:

The Instructions:

Ben

"If it works don't fix it! If it doesn't use a sledgehammer..."
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top