PDA

View Full Version : BOOT.INI Help


Iceman
12-18-04, 08:16 PM
I currently dual boot, but really only use XP. The boot.ini file is on DRIVE C, which is basically my storage drive. I'm formatting it though, so when I format DRIVE C, I assume the boot.ini file is gone. Will I be able to boot back to Windows XP which is on DRIVE D or am I going to have a problem?

Thanks.

Also, is there an easier way to format DRIVE C rather than doing it through the XP install CD? I'll format DRIVE D through that since I will be reinstalling XP on DRIVE D, but can I do a full format of DRIVE C without booting to the XP install CD?

saturnotaku
12-18-04, 09:56 PM
Back up all your data onto CD/DVD/external hard drive, then format both drives and put Windows on C: where it's supposed to be in the first place.

Iceman
12-18-04, 10:03 PM
I have more than 20GB that I need to keep. All I could do is back that all up onto CD's, but that would take forever and isn't necessary since I have 2 large hard drives.

Why is Windows suppose to be on DRIVE C though? Does it really matter which drive it's on? I used to dual boot, and it was on both drives, then gone from C, why it's only on D now.

MUYA
12-18-04, 11:30 PM
Windows needs not only boot.ini but a few NT loaders which kick windows loadup. So just backing up ot configuring your boot.ini is not going to do it. You can always with fdisk utility set which is active? but u still need the loaders (which are always hidden)

saturnotaku
12-18-04, 11:46 PM
Good quality DVD burners are coming free in specially marked boxes of cereal. With that much data, I highly suggest you invest in one. Getting Windows back the way it should be is not going to work according to your ideas.

Iceman
12-19-04, 12:13 PM
Could I just put my files all onto C, then format D and reinstall XP on D and just not format C? Would that work?

intercede007
12-21-04, 12:39 AM
I currently dual boot, but really only use XP. The boot.ini file is on DRIVE C, which is basically my storage drive. I'm formatting it though, so when I format DRIVE C, I assume the boot.ini file is gone. Will I be able to boot back to Windows XP which is on DRIVE D or am I going to have a problem?

Thanks.

Also, is there an easier way to format DRIVE C rather than doing it through the XP install CD? I'll format DRIVE D through that since I will be reinstalling XP on DRIVE D, but can I do a full format of DRIVE C without booting to the XP install CD?

You are going to have a problem.

You want your system root folder on the same drive as your Boot.ini file. Typically, that file is placed on the "master" drive, or IDE0. For whatever reason (and I have no idea why you did it this way), sounds like you are running OS "whatever" on IDE0, and WindowsXP on IDE1 (D:)

Your Boot.ini looks something like this, right?

multi(0)disk(0)rdisk(0)partition(1)\*
multi(0)disk(1)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Home Edition" /fastdetect

* Being the OS version currently on IDE0.

When the PC starts up, it looks to the Boot.ini file for the primary OS. If it's not there, the computer doesn't know what OS to mount. It will give you an error, and you are basically screwed.

Is your D: drive a faster, larger, newer or better drive than C:? Why does XP have to be there? If any of the above is correct, I'd suggest you switch the drives around so the installation is a little more consistant. You should have your /Windows folder on IDE0.

You *could* edit your Boot.ini file to point it to : multi(0)disk(1)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Home Edition" /fastdetect /NoExecute=OptIn (*****I BELIEVE THIS IS THE RIGHT DRIVE SYNTAX. DO NOT ATTEMPT UNTIL YOU VERIFY THAT TO BE CORRECT!!!!!*****), and deleting the other entry. Windows should boot right up.

But here is what I suggest.

You back up D:. The method is up to you. You switch the drives around (You will have to physically switch jumpers and cables around to make your D the IDE0, and your C IDE1..those drive letters will change on your new install), making D: your IDE0 drive, and install WindowsXP to it. When the installation is compete and satisfactory, you can then do as you wish to your C: drive.

As a side note..

In XP, right click My Computer. Click "Manage". Go do Disk Management. There you can format your drives as you see fit.

Good luck.

r2d2d3d4d5
12-21-04, 04:48 AM
Are drives C and D partitions on the same physical disc or are they separate HDDs?

Iceman
12-22-04, 02:21 PM
2 different HDD's.

I got it all working though. Thanks for the help.

I format C, shut down PC while it starts to copy files to it for installation. I do again and get it stopped before it copies the files. I then do a repair installation of XP on top of DRIVE D, I get some kind of an error when it tries to boot to it, that let's me do nothing. So, I physically remove DRIVE D, unplugged it. Then I reformatted DRIVE C and installed XP on DRIVE C. Yay! :D

Then I plug DRIVE D, which then became DRIVE F back in. I boot up to desktop, grab the files I need, transfer over to DRIVE C, then run format on F through Command Prompt after I converted it to NTFS. Then I copy most of files back over to it for storage, and that's where I stand. It worked out great, was just a big learning process that took all day.