|
#1
|
|||
|
|||
|
My PC was configure to boot from Win98 and XP. I install XP after Win 98 was
installed. I am able to select to boot from Win98 or XP. Now my C drive has crash and I am not able to boot. I disconnect C drive and reconnect D(with XP) as primary disk but still cannot boot. Can anyone help? I don't want to reinstall b'cos I have a lot program installed. I think some config or exe files can be modified so I can boot straight from D drive with WinXP. I don't need Win98 anymore. |
|
#2
|
|||
|
|||
|
"baxter" <baxter@discussions.microsoft.com> wrote in message news DA341B2-51ED-49A2-8430-625BC4F6FFBD@microsoft.com...> My PC was configure to boot from Win98 and XP. I install XP after Win 98 was > installed. I am able to select to boot from Win98 or XP. Now my C drive has > crash and I am not able to boot. I disconnect C drive and reconnect D(with > XP) as primary disk but still cannot boot. Can anyone help? I don't want to > reinstall b'cos I have a lot program installed. I think some config or exe > files can be modified so I can boot straight from D drive with WinXP. I don't > need Win98 anymore. There are a couple of ways to do this: a) Install another disk as a place holder for the dead drive C:, then make it bootable. b) Make drive D: bootable and make some changes to the the registry. Option a) is nice and easy. Option b) is much harder unless the machine is networked. If you provide the necessary details then someone will give you more detailed instructions. |
|
#3
|
|||
|
|||
|
"Pegasus" wrote:
> "baxter" wrote: >> My PC was configure to boot from Win98 and XP. >> I install XP after Win 98 was installed. I am able to >> select to boot from Win98 or XP. Now my C drive >> has crash and I am not able to boot. I disconnect >> C drive and reconnect D(with XP) as primary disk >> but still cannot boot. Can anyone help? I don't want >> to reinstall b'cos I have a lot program installed. I think >> some config or exe files can be modified so I can >> boot straight from D drive with WinXP. I don't need >> Win98 anymore. > > There are a couple of ways to do this: > > a) Install another disk as a place holder for the dead > drive C:, then make it bootable. > > b) Make drive D: bootable and make some changes > to the the registry. > > Option a) is nice and easy. Option b) is much harder > unless the machine is networked. If you provide the > necessary details then someone will give you more > detailed instructions. If there is room for another small partition on the "D: drive", it could be made the "C: partition" and used to boot the "D: partition". The small partition would have to be a primary partition and it would have to be marked "active" (by using WinXP's Disk Management utility) in order to receive control from the MBR. It would also need a proper boot sector and the files boot.ini, ntldr, and ntdetect.com . (What utility would do that, Pegasus?) The single default entry in the boot.ini file would have to point to the "D: partition". That modification could be done manually by using Notepad or by Run/msconfig . If there is no space for a small partition on the "D: drive", you could use a utility called Partition Magic (now sold by Symantec) to shrink the "D: partition" to make room for the new small partition. *TimDaniels* |
|
#4
|
|||
|
|||
|
I have try copying boot.ini from another bootable PC to D drive(with XP) but
cannot work. Is creating a C partition is the only way out? I think the problem lies with a file in previous C drive that have files like boot.ini, ntdetect.com, ntldr, bootsec.dos & pagefile.sys goes with it. I was ask to delete the above files when I want to keep 98 and remove XP. Now is the other way. What files need to be deleted or replace. Now I think it make sense to replace some files to previous D drive and reconnect as a single drive and boot from there. "Timothy Daniels" wrote: > "Pegasus" wrote: > > "baxter" wrote: > >> My PC was configure to boot from Win98 and XP. > >> I install XP after Win 98 was installed. I am able to > >> select to boot from Win98 or XP. Now my C drive > >> has crash and I am not able to boot. I disconnect > >> C drive and reconnect D(with XP) as primary disk > >> but still cannot boot. Can anyone help? I don't want > >> to reinstall b'cos I have a lot program installed. I think > >> some config or exe files can be modified so I can > >> boot straight from D drive with WinXP. I don't need > >> Win98 anymore. > > > > There are a couple of ways to do this: > > > > a) Install another disk as a place holder for the dead > > drive C:, then make it bootable. > > > > b) Make drive D: bootable and make some changes > > to the the registry. > > > > Option a) is nice and easy. Option b) is much harder > > unless the machine is networked. If you provide the > > necessary details then someone will give you more > > detailed instructions. > > > If there is room for another small partition on the > "D: drive", it could be made the "C: partition" and > used to boot the "D: partition". The small partition > would have to be a primary partition and it would > have to be marked "active" (by using WinXP's > Disk Management utility) in order to receive > control from the MBR. It would also need a proper > boot sector and the files boot.ini, ntldr, and > ntdetect.com . (What utility would do that, Pegasus?) > The single default entry in the boot.ini file would have > to point to the "D: partition". That modification > could be done manually by using Notepad or by > Run/msconfig . > > If there is no space for a small partition on the > "D: drive", you could use a utility called Partition Magic > (now sold by Symantec) to shrink the "D: partition" > to make room for the new small partition. > > *TimDaniels* > |
|
#5
|
|||
|
|||
|
The question comes up frequently here about how
to re-name a system partition to "C:" that had been installed as "D:". The standard reply that I've seen from the MVPs is that you can't do it without making extensive changes in the registry - which is dangerous. The suggestion by "Pegasus" was that you use another "C:" partition to do the boot loading while the "D:" partition remains as it is. That usually means that you use another partition in which there are ntldr, boot.ini, and ntdetect.com files at the root level of the file structure. The straight-forward way to do that is to install another WinXP OS in that partition and call that partition "D:". I only pointed out that the "C:" partition doesn't have to be on another hard drive. If you can make a small partition on the same hard drive that now contains "D:", and if you can supply the boot.ini, ntldr and ntdetect.com files (perhaps by using the WinXP installation CD's Repair Console?), you can make what you could call a "boot partition" without having to install an OS. I've never done this, and the few questions posted here that ask what is needed to make such a minimal boot manager have never been answered - just as "Pegasus" didn't answer me. So, it appears you're on your own. Please let us know if you have any success. Just remember to mark the new "C:" partition "active" so that it will get control from the Master Boot Record. The boot.ini file should also have an entry that points to the same hard drive (i.e. "rdisk(0)"), and its "partition(x)" parameter should point to the partition no. of the "D:" partition - partition(1) if "D:" is the 1st partition on the hard drive. *TimDaniels* "baxter" wrote: > I have try copying boot.ini from another bootable PC to > D drive(with XP) but cannot work. Is creating a C partition > is the only way out? I think the problem lies with a file in > previous C drive that have files like boot.ini, ntdetect.com, > ntldr, bootsec.dos & pagefile.sys goes with it. I was ask > to delete the above files when I want to keep 98 and > remove XP. Now is the other way. What files need to be > deleted or replace. Now I think it make sense to replace > some files to previous D drive and reconnect as a single > drive and boot from there. > > "Timothy Daniels" wrote: > >> "Pegasus" wrote: >> > "baxter" wrote: >> >> My PC was configure to boot from Win98 and XP. >> >> I install XP after Win 98 was installed. I am able to >> >> select to boot from Win98 or XP. Now my C drive >> >> has crash and I am not able to boot. I disconnect >> >> C drive and reconnect D(with XP) as primary disk >> >> but still cannot boot. Can anyone help? I don't want >> >> to reinstall b'cos I have a lot program installed. I think >> >> some config or exe files can be modified so I can >> >> boot straight from D drive with WinXP. I don't need >> >> Win98 anymore. >> > >> > There are a couple of ways to do this: >> > >> > a) Install another disk as a place holder for the dead >> > drive C:, then make it bootable. >> > >> > b) Make drive D: bootable and make some changes >> > to the the registry. >> > >> > Option a) is nice and easy. Option b) is much harder >> > unless the machine is networked. If you provide the >> > necessary details then someone will give you more >> > detailed instructions. >> >> >> If there is room for another small partition on the >> "D: drive", it could be made the "C: partition" and >> used to boot the "D: partition". The small partition >> would have to be a primary partition and it would >> have to be marked "active" (by using WinXP's >> Disk Management utility) in order to receive >> control from the MBR. It would also need a proper >> boot sector and the files boot.ini, ntldr, and >> ntdetect.com . (What utility would do that, Pegasus?) >> The single default entry in the boot.ini file would have >> to point to the "D: partition". That modification >> could be done manually by using Notepad or by >> Run/msconfig . >> >> If there is no space for a small partition on the >> "D: drive", you could use a utility called Partition Magic >> (now sold by Symantec) to shrink the "D: partition" >> to make room for the new small partition. >> >> *TimDaniels* >> |
|
#6
|
|||
|
|||
|
"Timothy Daniels" wrote:
> The straight-forward way to do that is to install another > WinXP OS in that partition and call that partition "D:". Correction: "....call that parition "C:"." *TimDaniels* |
|
#7
|
|||
|
|||
|
"baxter" wrote:
>> >> My PC was configure to boot from Win98 and XP. >> >> I install XP after Win 98 was installed. I am able to >> >> select to boot from Win98 or XP. Now my C drive >> >> has crash and I am not able to boot. I disconnect >> >> C drive and reconnect D(with XP) as primary disk >> >> but still cannot boot. Can anyone help? I don't want >> >> to reinstall b'cos I have a lot program installed. I think >> >> some config or exe files can be modified so I can >> >> boot straight from D drive with WinXP. I don't need >> >> Win98 anymore. When you installed WinXP, it should have made a boot.ini file at the root level that had entries for each of the OSes in the PC. Please post the contents of that boot.ini file. (You can use Notepad to cut and paste from boot.ini.) *TimDaniels* |
|
#8
|
|||
|
|||
|
"baxter" <baxter@discussions.microsoft.com> wrote in message news:22155FFB-15DB-42D1-80BE-04566A16BCAB@microsoft.com... > I have try copying boot.ini from another bootable PC to D drive(with XP) but > cannot work. > Is creating a C partition is the only way out? No, it is not the only way but unless you provide answers to every question in my first reply I cannot tell you how to do it. |
|
#9
|
|||
|
|||
|
I already install a spare drive with WinXP(with initial D drive disconnect) .
After that I reattached the drive but the PC just boot with the new OS ignoring the one in D drive. Must I reinstall the spare drive with the D drive attached. "Pegasus (MVP)" wrote: > > "baxter" <baxter@discussions.microsoft.com> wrote in message > news:22155FFB-15DB-42D1-80BE-04566A16BCAB@microsoft.com... > > I have try copying boot.ini from another bootable PC to D drive(with XP) > but > > cannot work. > > Is creating a C partition is the only way out? > > No, it is not the only way but unless you provide answers > to every question in my first reply I cannot tell you how to > do it. > > > |
|
#10
|
|||
|
|||
|
Let's have a look at your hidden file c:\boot.ini! Timothy
Daniels already asked for this file but it seems you chose to ignore his request. By the way, if you again wait almost two weeks until you reply then this thread will have disappeared from my newsreader's horizon and your reply will be invisible to me. "baxter" <baxter@discussions.microsoft.com> wrote in message news:010B46F0-A00A-47BF-AE31-50EDF47902A9@microsoft.com... > I already install a spare drive with WinXP(with initial D drive disconnect) . > After that I reattached the drive but the PC just boot with the new OS > ignoring the one in D drive. Must I reinstall the spare drive with the D > drive attached. > > "Pegasus (MVP)" wrote: > > > > > "baxter" <baxter@discussions.microsoft.com> wrote in message > > news:22155FFB-15DB-42D1-80BE-04566A16BCAB@microsoft.com... > > > I have try copying boot.ini from another bootable PC to D drive(with XP) > > but > > > cannot work. > > > Is creating a C partition is the only way out? > > > > No, it is not the only way but unless you provide answers > > to every question in my first reply I cannot tell you how to > > do it. > > > > > > |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Re: printing problems | Rich | Windows XP Print Fax | 0 | 01-05-2006 06:40 AM |
| Dual Boot Sweet Tip | Uncle John | Windows XP Setup Deployment | 10 | 01-05-2006 06:15 AM |
| Dual boot config (2xXP) + Norton Ghost = possible ?? | Peter | Windows XP Setup Deployment | 7 | 01-05-2006 06:13 AM |
| MBR Problem? Help? | Oh_no | Windows XP Setup Deployment | 5 | 01-05-2006 06:10 AM |
| Dual boot 2 XP pro setups | Metaconcert | Windows XP Setup Deployment | 3 | 01-05-2006 06:10 AM |