Jump to content

Slimming down Windows XP install folder


Recommended Posts

Does anyone have any information on what u can delete from the i386 folder safely on a Windows XP install.

Im currently having probs with the initial copying stage from the distribution point, the install either stops or a message comes up saying there XP need at least 1023MB free space.

It was alright but with all the updates the amount being copied over has increased. Obviously too much.

I have a boot disk, made from another site. It uses gdisk to format and partition the disk to 2047MB and then reboots and connects to the distribution share, where it starts its copying stage.

I've tried increasing the size of the created partition but i get an error:

Cannot find a place for the swap file.

The code for the disk is:

::Use Norton Gdisk.exe (look for the latest version to use).

::The first line deletes all partitions on the drive.

::The second line creates a DOS (FAT16) Primary partition of 2048MB

::and does a quick format.

::The /y supresses confirmation

::The /for means format

::The /q means quick format

::The /sz: is size in MB

::The /-32 means FAT16 partition

::The /all means all partitions on the hard drive

::Note: Gdisk will not delete dynamic disks

.\gdisk 1 /y /del /all

.\gdisk 1 /y /cre /pri /-32 /sz:2047 /for /q

Any help would be appreciated.

Link to comment
Share on other sites


I had a similar problem, although for me it was with "aefdisk" and "Format". The problem was because this was via an MS-DOS bootdisk, and it could only create a FAT16 partition (which by its nature can't be larger than 2GB). For me, the solution was doing my business with a Windows 98 bootdisk, which can create and format a FAT32 partition larger than 2GB.

The only catch I had was that this was a network bootdisk, and I now didn't have enough room on the floppy disk for the networking components! That led to creating and extracing a .cab file, and a few other headaches...

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...