Computing.Net > Forums > Windows 2000 > clean install windows xp pro

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

clean install windows xp pro

Reply to Message Icon

Name: jasonjz
Date: August 5, 2003 at 03:50:03 Pacific
OS: 2000 pro
CPU/Ram: athlon xp 2400+ 512 ddr
Comment:

I want to clean install windows xp pro onto my pc, however i dont know where i went wrong but it partitioned my HD and now it has xp & 2000 on it. How do i do a clean install so my HD is completely formated and then put xp pro on. My HD is 80gig NTFS?




Sponsored Link
Ads by Google

Response Number 1
Name: Oldhobo
Date: August 5, 2003 at 04:04:21 Pacific
Reply:

Hi Jason.
The best way is to fdisk and format your drive. print out the instructions below, this should help. Post back if you need help. Have a nice day.Partitioning and formatting.
Hard Disk Partitioning and Formatting Procedure
This procedure describes how to set up a new, empty hard disk so that it is ready for an operating system to be installed on it. This process includes partitioning and formatting and results in a bootable hard disk. The procedure covers configuring the hard disk as a single large partition or splitting it into multiple, smaller partitions. The procedure provides specific instructions for using the FDISK program and is based on the Windows 95 OEM SR2 (Windows 95B) FDISK version with FAT32 support.

Warning: This procedure is intended to be used for setting up a new hard disk containing no information on it. Do not follow these steps if your hard disk has already been partitioned and formatted, or data loss will likely result.
Procedure Overview:
„h Difficulty Level: 2 (Low).
„h Risk Factor: 1 (Very low). This assumes that the hard disk has no data on it.
„h Hardware Required: None.
„h Software Required: Boot disk containing the FDISK.exe and FORMAT.COM programs.
„h Time to Perform: 5 to 20 minutes, depending on the size and speed of the hard disks.
„h Preparation / Warnings:
„h To be safe, always run FDISK from DOS only.
„h Be extremely careful when using the FDISK program, as one incorrect keystroke can result in major data loss. In particular, in a system with multiple hard disk drives be careful to make sure you are working on the right physical disk or you may accidentally end up disturbing the contents of the wrong drive. Beware that DOS drive letters can change after creating or deleting partitions, and that with multiple hard disks the partitions may be lettered in an unexpected sequence. See here for more details on this.
„h Do not perform this procedure until the system is in good working order. Resolve any hardware conflicts or other issues before commencing.
„h I assume that the system has been turned on and booted from the floppy disk.
„h FDISK uses binary megabytes when displaying drive and partition sizes, not decimal megabytes. See this explanation of the difference for details.
„h All commands in DOS or within FDISK require you to press {Enter} to select them; I'm not going to repeat it a zillion times within the procedure below.

Procedure Steps:
1. Check Version Number: At the DOS prompt, enter the following command: "ver". The system will respond with the version of DOS/Windows you have booted. Make sure that this matches whatever you want to install on the hard disk. For Windows 95 OEM SR2 the version number will be "4.00.1111".
2. Plan Partitions: Decide how you want to partition your hard disk. In particular, for large hard disks under Windows 95 OSR2, decide if you want to set up your hard disk with a single large FAT32 partition, or several smaller FAT16 partitions. (You can of course mix these). I provide instructions for doing either of these, but cannot tell you how to set up your system. You must decide based on what makes sense for you. For assistance in making this decision, and more general information on partitioning, cluster sizes and related issues, refer to this section. Most people today prefer to set up a new system using a single FAT32 partition.
3. Run FDISK.EXE: From the command prompt, enter the command "fdisk". If you have a disk large enough to warrant the use of FAT32, you will be asked if you want to enable "large disk support". Enter "Y" if you want to enable FAT32, or "N" if you do not want to enable FAT32. If you do enable this, any partitions over 500 MB that you create will be FAT32. Note that if you do not enable FAT32, you will not be able to put your entire hard disk into one partition if it is greater than 2 GB in size.
If you decided to place your entire hard disk into a single partition, then follow this step:
4. Partition Hard Disk (Single Partition): Follow these steps to set up your hard disk:
A. Select from the FDISK menu "1. Create DOS partition or Logical DOS Drive".
B. Select "1. Create Primary DOS Partition". FDISK will verify drive integrity. Then it will ask if you want to use the maximum available size of the disk for the primary partition and set it active. Enter "Y". The system will allocate the whole disk to the partition, and that's that.
C. Press {Esc} to exit FDISK.
If instead you want to set up your hard disk with multiple partitions (or if you don't have Windows 95 OEM SR2), follow this step. In order to make the process easier to follow, I am going to use an example below. In the example, a 3100 (binary) MB hard disk is being partitioned into four partitions of 1000 MB, 800 MB, 700 MB and 600 MB respectively:
4. Partition Hard Disk (Multiple Partitions): Follow these steps to set up your hard disk:
A. Select from the FDISK menu "1. Create DOS partition or Logical DOS Drive".
B. Select "1. Create Primary DOS Partition". FDISK will verify drive integrity. Then it will ask if you want to use the maximum available size of the disk for the primary partition and set it active. Enter "N". The system will show the size of the entire disk in MB.
C. Enter the size of the primary partition. In our example, this would mean entering "1000". The system will tell you that it has created the primary partition, and will assign it the drive letter "C:".
D. Press {Esc} to return to the FDISK menu.
E. Select "2. Set active partition". Select partition 1. FDISK will report that it has set partition 1 active.
F. Press {Esc} to return to the FDISK menu.
G. Select from the FDISK menu "1. Create DOS partition or Logical DOS Drive".
H. Select "2. Create Extended DOS Partition".
I. When prompted, press {Enter} to select the entire remaining area of the disk for the extended DOS partition. FDISK will report that it has created the extended DOS partition.
J. Press {Esc}. FDISK will automatically prompt you to create your first logical DOS volume within the extended DOS partition.
K. Enter the size of the first logical partition (the second partition overall). In our example you would enter "800". FDISK will create the partition, label it "D:", and then say "Logical DOS Drive created, drive letters changed or added". Don't touch anything, just wait, and FDISK will prompt you for the next volume.
L. Repeat the previous step for the remaining partitions (in our example there would be two more partitions to create, the 700 MB and 600 MB ones). When all of the partitions have been created, FDISK will report "All available space in the Extended DOS Partition is assigned to logical drives".
M. Press {Esc} to exit FDISK.
Continue with the procedure:
5. Reboot: Reboot the system using either the Reset button or the "three-fingered salute" ({Ctrl}+{Alt}+{Delete}). Make sure the floppy disk is in its drive, since you still need it. Note that you may get "Invalid media type reading drive C" errors while rebooting. This is normal at this stage.
6. Format Primary Partition: From the "A:" DOS prompt, issue the following command: "format c:/s". Do not forget the "/s", as this is what will make your C: drive bootable. You will get a "scary" warning message such as "WARNING, ALL DATA ON NON-REMOVABLE DISK DRIVE C: WILL BE LOST. Proceed with Format (Y/N)?". Since of course there is no data presently on drive C:, just enter "Y" and the system will format the hard disk. The program will show you its progress as it formats and at the end will prompt you for a volume label. Enter one if you wish.
7. Format Additional Partitions (if necessary): If you set up multiple partitions, format the additional partitions now. This is done in almost the same way as formatting the primary DOS partition, except that you leave off the "/s". So normally you would be entering "format d:", "format e:" and so on, until all the partitions have been formatted. The prompts should be the same as in the preceding step.

Warning: If you have a second hard disk in the system and it has a primary DOS partition, that partition is probably assigned D: because DOS assigns letters to all primary partitions before any logical partitions. Be careful of what you format.
8. Remove Boot Floppy: Eject the boot floppy from the floppy disk.
9. Reboot: Reboot the system using either the Reset button or {Ctrl}+{Alt}+{Delete}. The system should boot up from the hard disk this time, and stop at the "C:" prompt. Note that if you get an error such as "NO ROM BASIC, SYSTEM HALTED" or "No boot device found" at this stage, this means you forgot to set the primary DOS partition "active". Reboot from the floppy, run FDISK again and use option 2 to set the primary partition active, then reboot. If you get an error like "No operating system", this means you probably forgot the "/s" parameter when formatting the C: drive. Put the floppy disk back in the drive and then return to step 5. See the Troubleshooting Expert for more help with any errors you may encounter.



0

Response Number 2
Name: Curt R
Date: August 5, 2003 at 05:52:29 Pacific
Reply:

Whew....I didn't even bother reading that whole set of instructions. If I can make a recommendation though before you start....make a separate partition for your operating system (OS). For XP, I'd go with 5 to 10 GB's. The smaller the better.....since the OS drive is the one that will require the most defragging in the future, the smaller it is, the faster it will defrag. Create your two partitions, format them and then install to the smaller partition.

If you're previously had 2000/XP on your system, the file system may be NTFS. Fdisk reports those as being "non-DOS". If you do have NTFS partitions, go into fdisk and delete them all. In fact, delete all partitions...then create your 5 GB OS partition and then create the rest of your HDD as one big partition, or however many of whatever size you would like. Format them and you're ready to install.

Just remember when using a DOS based bootdisk with the fdisk app. You will first want to view your partitions...write the info down on a piece of paper....partition letter and file system. Then go into the delete menu and you will have to choose "non-DOS" for any/all NTFS based partitions on your HDD in order to delete them.


0

Response Number 3
Name: Mark
Date: August 5, 2003 at 10:22:34 Pacific
Reply:

Perhaps an even easier way would be simply boot up using the XP CD, when it comes to the point where it asks you where you want to install XP to, use the tools in the menu to delete all the existing partitions then create a one(s) as desired. Select the partition you wish to install to once done.

It's a complete waste of time using a DOS boot disk then using FDISK to delete/create partitions. You only have the choice of using FAT32 for your file system (which is w*nk anyway). With the XP setup you can choose NTFS and FAT32 if you wish. It also does the formatting for you so no rebooting.


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Windows 2000 Forum Home


Sponsored links

Ads by Google


Results for: clean install windows xp pro

Uninstall Window 2000 pro www.computing.net/answers/windows-2000/uninstall-window-2000-pro/49889.html

Problem installing windows 2000 pro www.computing.net/answers/windows-2000/problem-installing-windows-2000-pro/54868.html

Can't install Windows 2000 pro www.computing.net/answers/windows-2000/cant-install-windows-2000-pro/19095.html