•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the Storage section within the Tech Talk category of DaniWeb, a massive community of 397,768 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,478 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our Storage advertiser:
Views: 10666 | Replies: 34
![]() |
•
•
Join Date: Dec 2003
Location: Marin County, CA
Posts: 6,439
Reputation:
Rep Power: 18
Solved Threads: 340
It can be done, but exact "how" of it depends on a couple of things:
Have both drives always been installed in the computer? If so, and you installed XP on the secondary drive while 98 was present on the primary drive, you might be most of the way there. If not, you can still do it, but it will just take a bit more configuration work.
Have both drives always been installed in the computer? If so, and you installed XP on the secondary drive while 98 was present on the primary drive, you might be most of the way there. If not, you can still do it, but it will just take a bit more configuration work.
"May the Wombat of Happiness snuffle through your underbrush."
- Ancient Aborigine blessing
Please do not contact me by email or PM for help. We're all volunteers here, and only have so much free time to dedicate to our efforts.
However, if I've been working on a thread with you already, and seem to have "forgotten" your thread, please do send me a message. I try not to let things slip through the cracks, but it does happen sometimes.
- Ancient Aborigine blessing
Please do not contact me by email or PM for help. We're all volunteers here, and only have so much free time to dedicate to our efforts.
However, if I've been working on a thread with you already, and seem to have "forgotten" your thread, please do send me a message. I try not to let things slip through the cracks, but it does happen sometimes.
•
•
Join Date: Dec 2003
Location: Marin County, CA
Posts: 6,439
Reputation:
Rep Power: 18
Solved Threads: 340
In a dual drive or dual partition boot scenario with XP and an older version of Windows, the usual method is to install the older Windows on the first partition/drive and to then install XP on the second. That way, XP would automatically detect the existing Windows installation and configure the dual booting for you automatically.
Since each operating system was installed independently of the other in your case, XP is unaware of the 98 installation. This means that you'll have to do some manual configuration in order to have XP's boot loader give you the option of booting either OS.
The following is probably the easiest method, as it only requires adding one entry to the existing XP bootloader configuration file. If it doesn't work there are other ways to make it happen, but try this first:
1. Make the Windows XP drive the Primary Master drive (C:), and make the 98 drive the Primary Slave (D:). I would suggest not using Cable Select, but instead hard-setting the Master/Slave jumpers on each drive to their appropriate positions. Double-check your jumper settings and cable connections before you proceed.
2. Boot the computer; it should boot directly into XP.
3. The file you need to edit is C:\boot.ini, which is a hidden system file. In order to see the file and edit it:
- Open Windows Explorer, and in the Folder Options->View settings under the Tools menu, select "show hidden files and folders", and uncheck "Hide protected operating system files" and "Hide extentions for known file types".
- Locate boot.ini in your C:\ directory and double-click on it; that should open the file in Windows Notepad. The contents of the file will look very similar to:
4. Edit the file by adding the entry "D:\="Windows 98" after the last existing line. The file will now look like:
5. Save the file and reboot. On reboot, you should be presented with a menu where you can choose which version of Windows to boot into.
-> Note that you might want to increase the "timeout=" value in boot.ini. That entry tells the XP how long (in seconds) to display the boot menu before automatically booting into the OS specified in the "default=" line. The default value is only 3 or 5 seconds, so if you want to boot into 98 but take your attention away from the computer at that point, you'll miss your window of opportunity and the computer happily continue to boot into XP.
Give the above a try and let us know the results.
Since each operating system was installed independently of the other in your case, XP is unaware of the 98 installation. This means that you'll have to do some manual configuration in order to have XP's boot loader give you the option of booting either OS.
The following is probably the easiest method, as it only requires adding one entry to the existing XP bootloader configuration file. If it doesn't work there are other ways to make it happen, but try this first:
1. Make the Windows XP drive the Primary Master drive (C:), and make the 98 drive the Primary Slave (D:). I would suggest not using Cable Select, but instead hard-setting the Master/Slave jumpers on each drive to their appropriate positions. Double-check your jumper settings and cable connections before you proceed.
2. Boot the computer; it should boot directly into XP.
3. The file you need to edit is C:\boot.ini, which is a hidden system file. In order to see the file and edit it:
- Open Windows Explorer, and in the Folder Options->View settings under the Tools menu, select "show hidden files and folders", and uncheck "Hide protected operating system files" and "Hide extentions for known file types".
- Locate boot.ini in your C:\ directory and double-click on it; that should open the file in Windows Notepad. The contents of the file will look very similar to:
[boot loader] timeout=3 default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS [operating systems] multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP" /fastdetect
4. Edit the file by adding the entry "D:\="Windows 98" after the last existing line. The file will now look like:
[boot loader]
timeout=3
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP" /fastdetect
D:\="Windows 98"5. Save the file and reboot. On reboot, you should be presented with a menu where you can choose which version of Windows to boot into.
-> Note that you might want to increase the "timeout=" value in boot.ini. That entry tells the XP how long (in seconds) to display the boot menu before automatically booting into the OS specified in the "default=" line. The default value is only 3 or 5 seconds, so if you want to boot into 98 but take your attention away from the computer at that point, you'll miss your window of opportunity and the computer happily continue to boot into XP.
Give the above a try and let us know the results.
"May the Wombat of Happiness snuffle through your underbrush."
- Ancient Aborigine blessing
Please do not contact me by email or PM for help. We're all volunteers here, and only have so much free time to dedicate to our efforts.
However, if I've been working on a thread with you already, and seem to have "forgotten" your thread, please do send me a message. I try not to let things slip through the cracks, but it does happen sometimes.
- Ancient Aborigine blessing
Please do not contact me by email or PM for help. We're all volunteers here, and only have so much free time to dedicate to our efforts.
However, if I've been working on a thread with you already, and seem to have "forgotten" your thread, please do send me a message. I try not to let things slip through the cracks, but it does happen sometimes.
•
•
Join Date: Mar 2005
Posts: 104
Reputation:
Rep Power: 0
Solved Threads: 0
Thank you all. Chester, your recomendation worked fine.
DMR, I would still like to hook both drives up. I unhid every folder and file and did several searches for boot.ini and found no results. I am running xp pro, not xp home if that makes a difference. Anything from this point on would be just for fun on my part.
I do appreciate everyones time and knowledge.
DMR, I would still like to hook both drives up. I unhid every folder and file and did several searches for boot.ini and found no results. I am running xp pro, not xp home if that makes a difference. Anything from this point on would be just for fun on my part.
I do appreciate everyones time and knowledge.
•
•
Join Date: Dec 2003
Location: Marin County, CA
Posts: 6,439
Reputation:
Rep Power: 18
Solved Threads: 340
•
•
•
•
Originally Posted by cpopham
Have you also considered running the games in XP in 98 mode? Right click the program and then click the properties, under compatibility you can select Windows 95, Windows 98 and others.
Chester
"May the Wombat of Happiness snuffle through your underbrush."
- Ancient Aborigine blessing
Please do not contact me by email or PM for help. We're all volunteers here, and only have so much free time to dedicate to our efforts.
However, if I've been working on a thread with you already, and seem to have "forgotten" your thread, please do send me a message. I try not to let things slip through the cracks, but it does happen sometimes.
- Ancient Aborigine blessing
Please do not contact me by email or PM for help. We're all volunteers here, and only have so much free time to dedicate to our efforts.
However, if I've been working on a thread with you already, and seem to have "forgotten" your thread, please do send me a message. I try not to let things slip through the cracks, but it does happen sometimes.
•
•
Join Date: Dec 2003
Location: Marin County, CA
Posts: 6,439
Reputation:
Rep Power: 18
Solved Threads: 340
•
•
•
•
Originally Posted by belikemike
I unhid every folder and file and did several searches for boot.ini and found no results. I am running xp pro...
That's weird. From what you've said so far, XP Pro was installed when there were no other drives/partitions/operating systems present. If that's really the case, boot.ini should be in your root (C:\) directory, along with the other XP boot files such as ntldr, bootsect.dos, ntdetect, etc.
"May the Wombat of Happiness snuffle through your underbrush."
- Ancient Aborigine blessing
Please do not contact me by email or PM for help. We're all volunteers here, and only have so much free time to dedicate to our efforts.
However, if I've been working on a thread with you already, and seem to have "forgotten" your thread, please do send me a message. I try not to let things slip through the cracks, but it does happen sometimes.
- Ancient Aborigine blessing
Please do not contact me by email or PM for help. We're all volunteers here, and only have so much free time to dedicate to our efforts.
However, if I've been working on a thread with you already, and seem to have "forgotten" your thread, please do send me a message. I try not to let things slip through the cracks, but it does happen sometimes.
•
•
Join Date: Mar 2005
Posts: 104
Reputation:
Rep Power: 0
Solved Threads: 0
DRM, The boot.ini file was in the root dir. I'm not only blind, I also can't see.
I am going to follow your instr. and see if I can make it work. My win 98 hard drive
has a duel slave not a master slave. I will set it on dual s. Would the cd rom be set
as a master on it's own ribben. Master and slave HD s. set on ide 1 cd rom on 2
I am going to follow your instr. and see if I can make it work. My win 98 hard drive
has a duel slave not a master slave. I will set it on dual s. Would the cd rom be set
as a master on it's own ribben. Master and slave HD s. set on ide 1 cd rom on 2
•
•
Join Date: Dec 2003
Location: Marin County, CA
Posts: 6,439
Reputation:
Rep Power: 18
Solved Threads: 340
•
•
•
•
Originally Posted by belikemike
My win 98 hard drive has a duel slave not a master slave. I will set it on dual s.
•
•
•
•
Originally Posted by belikemike
Would the cd rom be set as a master on it's own ribben. Master and slave HD s. set on ide 1 cd rom on 2
"May the Wombat of Happiness snuffle through your underbrush."
- Ancient Aborigine blessing
Please do not contact me by email or PM for help. We're all volunteers here, and only have so much free time to dedicate to our efforts.
However, if I've been working on a thread with you already, and seem to have "forgotten" your thread, please do send me a message. I try not to let things slip through the cracks, but it does happen sometimes.
- Ancient Aborigine blessing
Please do not contact me by email or PM for help. We're all volunteers here, and only have so much free time to dedicate to our efforts.
However, if I've been working on a thread with you already, and seem to have "forgotten" your thread, please do send me a message. I try not to let things slip through the cracks, but it does happen sometimes.
![]() |
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
•
•
•
•
DaniWeb Storage Marketplace
- Hard Drives have swapped (Windows NT / 2000 / XP / 2003)
- Value Hard Drives (Storage)
Other Threads in the Storage Forum
- Previous Thread: Unallocated space - How to add to existing drive?
- Next Thread: Hello there..question..



Linear Mode