•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the Windows NT / 2000 / XP / 2003 section within the Tech Talk category of DaniWeb, a massive community of 456,472 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,777 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 Windows NT / 2000 / XP / 2003 advertiser: 64-bit Windows Community
Views: 9028 | Replies: 16
![]() |
| |
•
•
Join Date: Aug 2004
Posts: 4
Reputation:
Rep Power: 0
Solved Threads: 0
Greetings...
I would like to post this new thread regarding this simple issue:
I have a hard disk with several partitions: C, D, E, F... I installed WINDOWS XP on partition D (NTFS) and then I installed WINDOWS ME on partition C (FAT-32). After doing this, I am not able to set up a correct boot loader to boot WINDOWS ME and WINDOWS XP.
For accessing Windows ME, I have to use a boot floppy disk and execute: SYS C:, so after booting I am able to start Windows ME. But I cannot start Windows XP now.
To access Windows XP, I have to use the XP install disk and go into recovery options and run command: BOOTCFG, BOOTFIX, etc. Then I am now able to start Win XP, but not able to start Win ME.
This sucks, and I know I shoulda installed ME first and then Windows XP. However, I don't think I have to reinstall windows XP so that I have a working BOOT LOADER. I have been messing with BOOT.INI file so that I have a graphical option to boot any OS, but when I try to start WIN ME, I gave a system error (file HAL.DLL corrupted, although I double checked that file exist on the partition D).
After this long description, is there a way to adjust my boot.ini so that I am able to boot either OS (ME or XP). Further info available on request.
:eek:
Froy
I would like to post this new thread regarding this simple issue:
I have a hard disk with several partitions: C, D, E, F... I installed WINDOWS XP on partition D (NTFS) and then I installed WINDOWS ME on partition C (FAT-32). After doing this, I am not able to set up a correct boot loader to boot WINDOWS ME and WINDOWS XP.
For accessing Windows ME, I have to use a boot floppy disk and execute: SYS C:, so after booting I am able to start Windows ME. But I cannot start Windows XP now.
To access Windows XP, I have to use the XP install disk and go into recovery options and run command: BOOTCFG, BOOTFIX, etc. Then I am now able to start Win XP, but not able to start Win ME.
This sucks, and I know I shoulda installed ME first and then Windows XP. However, I don't think I have to reinstall windows XP so that I have a working BOOT LOADER. I have been messing with BOOT.INI file so that I have a graphical option to boot any OS, but when I try to start WIN ME, I gave a system error (file HAL.DLL corrupted, although I double checked that file exist on the partition D).
After this long description, is there a way to adjust my boot.ini so that I am able to boot either OS (ME or XP). Further info available on request.
:eek:
Froy
•
•
Join Date: Dec 2003
Location: Marin County, CA
Posts: 6,439
Reputation:
Rep Power: 18
Solved Threads: 339
You really should have installed ME first; the recommended order of installation in a multi-boot setup is oldest OS first.
If you post your boot.ini file here we might be able to suggest a fix.
If you post your boot.ini file here we might be able to suggest a fix.
"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: Aug 2004
Posts: 4
Reputation:
Rep Power: 0
Solved Threads: 0
I appreciate your quick reply.
You may be right, but I don't think I have to get thru all the pain to reinstall Windows XP, plus OFFICE and the rest of the softwares already installed. There must be a way to set up or tweak this BOOT.INI file easily.
Anyway, here is it, my BOOT.INI:
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(2)\WINDOWS
[operating systems]
multi(0)disk(1)rdisk(0)partition(2)\WINDOWS="Windows XP Professional" /fastdetect
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Windows ME"
-------------
Remember, I have WINDOWS ME on C and WINDOWS XP on D partition, and just one hard disk.
Regards
Froy
You may be right, but I don't think I have to get thru all the pain to reinstall Windows XP, plus OFFICE and the rest of the softwares already installed. There must be a way to set up or tweak this BOOT.INI file easily.
Anyway, here is it, my BOOT.INI:
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(2)\WINDOWS
[operating systems]
multi(0)disk(1)rdisk(0)partition(2)\WINDOWS="Windows XP Professional" /fastdetect
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Windows ME"
-------------
Remember, I have WINDOWS ME on C and WINDOWS XP on D partition, and just one hard disk.
Regards
Froy
•
•
Join Date: Dec 2003
Location: Marin County, CA
Posts: 6,439
Reputation:
Rep Power: 18
Solved Threads: 339
To start with, for your partition setup, this:
multi(0)disk(1)rdisk(0)partition(2)\WINDOWS="Windows XP Professional" /fastdetect
should be this instead:
multi(0)disk(0)rdisk(0)partition(2)\WINDOWS="Windows XP Professional" /fastdetect
although that may not be all there is to it: When you installed XP on the second partition, it probably installed some critical boot files to the first partition. By installing ME on the first partition after XP was installed, you would have overwritten some of the XP boot files with ME's versions. This is why it's always recommended that you install the newest OS last; older OSes may not be natively aware of XP.
multi(0)disk(1)rdisk(0)partition(2)\WINDOWS="Windows XP Professional" /fastdetect
should be this instead:
multi(0)disk(0)rdisk(0)partition(2)\WINDOWS="Windows XP Professional" /fastdetect
although that may not be all there is to it: When you installed XP on the second partition, it probably installed some critical boot files to the first partition. By installing ME on the first partition after XP was installed, you would have overwritten some of the XP boot files with ME's versions. This is why it's always recommended that you install the newest OS last; older OSes may not be natively aware of XP.
"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.
•
•
•
•
Originally Posted by froycard
I appreciate your quick reply.
You may be right, but I don't think I have to get thru all the pain to reinstall Windows XP, plus OFFICE and the rest of the softwares already installed. There must be a way to set up or tweak this BOOT.INI file easily.
Anyway, here is it, my BOOT.INI:
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(2)\WINDOWS
[operating systems]
multi(0)disk(1)rdisk(0)partition(2)\WINDOWS="Windows XP Professional" /fastdetect
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Windows ME"
-------------
Remember, I have WINDOWS ME on C and WINDOWS XP on D partition, and just one hard disk.
Regards
Froy
You should reinstall Windows ME and then install XP. In both cases, choose the upgrade option, and not the Clean Install option. This way, you won't lose any of your settings or any programs you may have installed.
Touch eyeballs to screen for cheap laser surgery
•
•
Join Date: Dec 2003
Location: Marin County, CA
Posts: 6,439
Reputation:
Rep Power: 18
Solved Threads: 339
Due to the fact that the member who originally started this thread has not responded in more than one year, this thread is considered abandoned and has been closed.
In accordance with our posting rules, other members having similar problems should start their own threads and post their questions there. In order to help us help you most quickly, please include as much information about your problem as possible in your posts.
If the member who originally started this thread wishes to have the thread reopened, please send your request, including a link to this thread, to one of our moderators via email or Private Message.
Thank you.
In accordance with our posting rules, other members having similar problems should start their own threads and post their questions there. In order to help us help you most quickly, please include as much information about your problem as possible in your posts.
If the member who originally started this thread wishes to have the thread reopened, please send your request, including a link to this thread, to one of our moderators via email or Private Message.
Thank you.
"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: Nashville, TN
Posts: 2,333
Reputation:
Rep Power: 11
Solved Threads: 102
Dave's right about the disk(0) side of things under XP. I've got a little more to add, though:
In Windows Me/9x based OSes, it's started using DOS, as those "OSes" really aren't OSes-- they're just GUIs for DOS. To start ME, the line:
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Windows ME"
should actually be changed to:
C:\="Windows ME"
The reason for this is because loading to C:\ uses the bootblocks located there, so DOS can load up Windows ME. That should enable you to multiboot Windows ME and XP. So, your file would look like this:
Let us know if that works for you.
In Windows Me/9x based OSes, it's started using DOS, as those "OSes" really aren't OSes-- they're just GUIs for DOS. To start ME, the line:
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Windows ME"
should actually be changed to:
C:\="Windows ME"
The reason for this is because loading to C:\ uses the bootblocks located there, so DOS can load up Windows ME. That should enable you to multiboot Windows ME and XP. So, your file would look like this:
[boot loader] timeout=30 default=multi(0)disk(0)rdisk(0)partition(2)\WINDOWS [operating systems] multi(0)disk(0)rdisk(0)partition(2)\WINDOWS="Windows XP Professional" /fastdetect C:\="Windows ME"
Let us know if that works for you.
Alex Cavnar, aka alc6379
•
•
Join Date: Dec 2003
Location: Marin County, CA
Posts: 6,439
Reputation:
Rep Power: 18
Solved Threads: 339
Thanks Alex- looks like you're right about that. I wasn't at my multi-boot Win 98/2K Pro/XP Pro system (well OK- it also has three distros of Linux on it as well, but who's counting, right...) when I posted, but I'm looking at my boot.ini on that system now and my entry for Win 98 is:
C:\ = "Windows 98"
so your equivalent entry for ME should work. Just to put this out there though- I did perform my Windows installs in the recommended "oldest to newest" order.
C:\ = "Windows 98"
so your equivalent entry for ME should work. Just to put this out there though- I did perform my Windows installs in the recommended "oldest to newest" order.
Last edited by DMR : Aug 6th, 2004 at 7:00 pm.
"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: Nashville, TN
Posts: 2,333
Reputation:
Rep Power: 11
Solved Threads: 102
•
•
•
•
Originally Posted by DMR
Just to put this out there though- I did perform my Windows installs in the recommended "oldest to newest" order.
Indeed. This I cannot stress highly enough. Even if the original poster fixes this issue with boot.ini, it's always the best practice to go oldest to newest, or to at least go "9x-est to NT-est"
Alex Cavnar, aka alc6379
•
•
Join Date: Aug 2004
Posts: 4
Reputation:
Rep Power: 0
Solved Threads: 0
•
•
•
•
Originally Posted by alc6379
Indeed. This I cannot stress highly enough. Even if the original poster fixes this issue with boot.ini, it's always the best practice to go oldest to newest, or to at least go "9x-est to NT-est"
Hi guys, I am the original poster, and thanks anybody for helping me with this issue,,,
BAD NEWS: It doesn't work.
I modified the BOOT.INI according to some poster's suggestions and corrected the wrong lines, and now it looks like this:
[boot loader]
timeout=20
default=multi(0)disk(0)rdisk(0)partition(2)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(2)\WINDOWS="WINDOWS XP PROFESSIONAL"
c:\="MICROSOFT WINDOWS MILLENNIUM"
When my computers boots, it shows me a menu: 1. Windows XP and 2 Windows Me... But when I try to select option 2, it simply loops back to the menu to select OS again, it doesn't load up WINDOWS ME. So here I am again on Windows XP.
What's wrong, gurus??
Sorry :rolleyes:
Froy
![]() |
•
•
•
•
•
•
•
•
DaniWeb Windows NT / 2000 / XP / 2003 Marketplace
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
apple browser cd choose command computer console crack debian defender dell development download drm explorer fiji install internet leopard linux microsoft mobile news office open operating os parliament photo registry root security server software source spyware survey system technology tiger torvalds tweaks ubuntu unix upgrade vista windows windows update windows vista xp
- reinstalling nt boot loader, HELP (Windows NT / 2000 / XP / 2003)
- Creating a Boot Disk for an NTFS or FAT Partition (Windows tips 'n' tweaks)
- need to reinstall boot loader (*nix Software)
Other Threads in the Windows NT / 2000 / XP / 2003 Forum
- Previous Thread: Help with Hijack This! Log please? :)
- Next Thread: Router Configuration


Hybrid Mode