Ok, hopefully I can clear up some of the boot/setup options of Windows XP.
The XP cd is bootable (both full and upgrade), so if it's enabled in the BIOS, you can boot from it and run setup. XP setup WILL blow away any partition that you have if you boot off of the CD. It will be polite and ask though. you get a couple of prompts to make sure that is what you want to do. you can kill a partition and format it in either NTFS or FAT32. It will put up a fuss about there being another version of windows on the same partition if you choose to try to install without formatting. That is the easiest method to run setup and format.
However, if you do have a 98 bootdisk and can't boot from the XP cd for some reason then boot to a command prompt. run smartdrv.exe (this is necessary even though setup will let you go without running it) BTW: smartdrv.exe does not come standard on a windows 98 bootdisk. somes sites off of
http://www.bootdisk.com will have it on theirs though. When you're at a command prompt, you can do a couple of things:
1. format c: /q (quick format of C
🙂 --assuming you are in fat32
2. FDISK --> then remove the partition information (if in FAT32 or NTFS)
3. Run a Debug script (Q106419 on
http://support.microsoft.com) -- this will write all zeros to the drive. (I prefer this method, but be careful)
Once the partition is gone and you have rebooted and ran smartdrv.exe again, you can go to the CD-ROM to the \I386 directory and type "WinNT.exe" -- this will start the XP setup from DOS.
If you want a little quicker installation and have already created a FAT32 Partition that is usable, you can type this at the c:> prompt
md I386
copy d:\i386\*.* c:\i386 (this will copy over 6000 files for the xp setup to your hard drive)
then type "winnt.exe" from the i386 directory on your Hard Drive and have XP setup convert the drive to NTFS during Setup.
Then of course you can install windows 98 on a formatted FAT32 drive and run WINNT32.EXE from the cd or just let the autorun pick it up and run setup from there.
I hope that in my rambling, i've cleared some things up. If I haven't, i'm sure I can. good luck.