Jump to content

Guide - Install WinXP From HDD or USB Drive Or CD


Recommended Posts

Guide - Install WinXP From HDD or USB Drive or CDROM [ ver 1.3 Final ]

Here the guide in steps :

Method 1.

Step 1 - Preparation:

a. Make ur drive active and pri partition [using Diskpart or another tool like HP USB Disk Storage Format Tool]

b. Use bootsect.exe to make it nt52 bootable

Step 2 - file management:

a. Copy ur WHOLE Windows Xp CD to c:\

b. Copy SETUPLDR.BIN TXTSETUP.SIF NTDETECT.COM to c:\

c. Rename SETUPLDR.BIN to ntldr

d. Rename I386 Folder in c: to $WIN_NT$.~BT

e. copy whole asms folder to c:\I386

f. copy the list files in SYSSETUP.IN_\SYSSETUP.INI\[ProductCatalogsToInstall]

like

[ProductCatalogsToInstall]

NT5INF.CAT, 1

NT5.CAT

SP3.CAT

NTPRINT.CAT

MAPIMIG.CAT

HPCRDP.CAT

wmerrenu.cat

IASNT4.CAT

MSTSWEB.CAT

OEMBIOS.CAT

netfx.cat

to folder c:\I386

Step 3 - editing:

a. Open TXTSETUP.SIF and rename I386 folder to $WIN_NT$.~BT

WARNING!!!!! don't rename the folders in winnt dir just those are relevant to setup

*******************************************

Step a in more details

here the list u shouldnt rename:

39 = "Driver Cache\i386"

Architecture = i386

1,"Driver Cache\i386"

here a list of what u should rename

all in the lines in subject

[sourceDisksNames.x86]

exclude

2 = "%cd2name%","%cd2tagfilei%",,\cmpnents\tabletpc\i386

3 = "%cd2name%","%cd2tagfilei%",,\cmpnents\mediactr\i386

4 = "%cd2name%","%cd2tagfilei%",,\cmpnents\netfx\i386

*******************************************

b. Add SetupSourceDevice = \device\harddisk0\partition1 to TXTSETUP.SIF\[setupData]

*Notice if u use usb then change to harddisk1 however i didnt had problem leave it like that i choose to boot usb from bios & didnt need to change it its

*Notice usually its F12 to run the bios menu for booting

check pic here: http://www.msfn.org/board/index.php?showto...st&p=844270

i test it with unattained & nlited windows xp the Whole setup goes normal no problem at all

i gonna test it again soon to make sure its work properly

Edited:

i test it again its working :)

Method 2 [ only for ntfs much easier ]

1. install hardlinkshellext

[ download from here: http://schinagl.priv.at/nt/hardlinkshellex...xt.html#contact ]

do all Step 1

do step 2 just a,b,c

make hard link to i386 to $WIN_NT$.~BT

do step 3 b only

and u finished :)

common errors:

when the setup ask for cd the hdd or partation is not right

[ SetupSourceDevice = \device\harddisk0\partition1 ]

Images:

set ur vm (step 0)

setvmos.jpg

the diskpart.exe process (step 1.a)

diskpart.png

the bootsect.exe process (step 1.b )

bootsect.png

copy the cd to drive (step 2)

mapdrive.jpg

after mapping and copy the files set the files (steps 2/3)

setthedriveready.jpg

setup is ready

choosedrive.png

Edited by aviv00
Link to comment
Share on other sites


Hi, nice topic!!

it worked for me with a Nlite-XP with a USB-stick.

Additions:

-- Formated USB to NTFS. Can for example be done with Paragon Partition Manager

Fat32 might also work, will test later

-- bootsect.exe is a Vista-file

-- made a cmd-file with entries

bootsect.exe /nt52 i: (i:=USBdisk)

pause

and used it ;-)

-- Copied complete NLited"-cd to USB

-- Copied SETUPDLR.BIN and NTdetect.com from \i386

-- Renamed SETUPDLR.BIN to ntldr

-- Copied txtsetup.sif from \i386 to \ and deleted txtsetup.sif in \i386

-- In txtsetup.sif renamed all i386 --> $win_nt$.~BT except "Driver cache \i386" and "Architecture i386"

-- In txtsetup.sif added SetupSourceDrive =device\harddisk1\partition1 ( in my case USB is disk1 )

-- renamed \i386 to \ $win_nt$.~BT

-- Booted from USB

Installation went OK, but it asked about ten times for a directory ( I typed d:\$win_nt$.~BT to continue).

All related to files from PS3.

Maybe I have to rename the "Driver cache"-entry also

MGE

Edited by mg.eggink
Link to comment
Share on other sites

GOOD. :)

Just a note:

If the stick is formatted through the HP USB formatting utility or through my batches (run on win2k/xp/2003), there won't be the need for the Vista bootsect.exe.

http://www.boot-land.net/forums/index.php?showtopic=5000

If you work on Vista or WinPE 2.x, you can use diskpart directly on the USB stick, only be aware of this possible problem, that might prevent the stick partitioning from being "kosher":

http://www.911cd.net/forums//index.php?showtopic=21186

Registry settings to check:

http://support.microsoft.com/kb/931760/en

.reg file:

http://www.911cd.net/forums//index.php?sho...21186&st=18

jaclaz

Link to comment
Share on other sites

Installation went OK, but it asked about ten times for a directory ( I typed d:\$win_nt$.~BT to continue).

All related to files from PS3.

MGE

try use bios menu to start the boot from usb so its will called c:\ drive

thx for ur supports and for info

Edited by aviv00
Link to comment
Share on other sites

Good one :)

A few questions:

1. Does boot files (NTLDR, BOOT.INI and NTDETECT.COM) get copied to the internal disk? What are rdisk values in it?

2. Has anyone tried it with USB memory stick? With USB hard disk when booted from it SetupSourceDevice should be as mentioned harddisk0, but with USB memory stick it becomes harddisk1 etc. as mentioned in the related topic. Has anyone observed different behavior?

3. I guess USB hard disk gets drive letter C:, correct? Using migrate.inf should help as no driver is used to patch removable/fixed result.

4. Why putting XP source in ~BT folder? Should be easier to copy it as it is in own folder, and give this path in txtsetup.sif:

SetupSourcePath = "\xppro\"

Link to comment
Share on other sites

Good one :)

A few questions:

1. Does boot files (NTLDR, BOOT.INI and NTDETECT.COM) get copied to the internal disk? What are rdisk values in it?

2. Has anyone tried it with USB memory stick? With USB hard disk when booted from it SetupSourceDevice should be as mentioned harddisk0, but with USB memory stick it becomes harddisk1 etc. as mentioned in the related topic. Has anyone observed different behavior?

3. I guess USB hard disk gets drive letter C:, correct? Using migrate.inf should help as no driver is used to patch removable/fixed result.

4. Why putting XP source in ~BT folder? Should be easier to copy it as it is in own folder, and give this path in txtsetup.sif:

SetupSourcePath = "\xppro\"

thx

1.

when u say internal disk u mean the disk u gonna install xp ?

if yes then yes but the setup system think about usb drive as prim drive and start the boot from there its could be fixed manually

2.

yea check post num 2

3.

i didnt try usb drive i guess ur are right its need driver

to enable the usb 2.0

4.

well setup use ~BT to load boot the system and then load the setup

and then check for installation files that why i put all in the same dir

if u wanna u could make 2 installation in the same disk

with txtsetup editing and setupldr hex loading too

then its useful

but then u need to use nt6 booting mode and edit the bcd store

Edited by aviv00
Link to comment
Share on other sites

Hi,

I use a USB-stick (Sandisk Cruzer)

Jaclaz is right. Making a bootable USB-stick with "HP Windows Format Utility for USB Drive Key" works

I used version 2.00 and formatted NTFS.

I had no success with FAT32.

Changing BIOS-settings did not solve the asking for "missing" SP3-files

Screenshot shows file names of "missing" files.

After setting BIOS-setting back to HD-boot something strange happened.

I can not install XP now from the same USB-stick!!.

Booting is OK, files are transfered, but at reboot HAL.DLL is missing.

post-203895-1236513726_thumb.jpg

Link to comment
Share on other sites

@mg.eggink

Yes, there is something still not fully documented, about FAT32 not booting.

Basically it is due to "unbalancing" between CHS and LBA data.

Try again using my batches (link above) or fuwi's batch:

which does use the HP utility, but adds some (hopefully) fixes.

http://www.911cd.net/forums//index.php?showtopic=21702

When something like what you describe happens, best thing is to wipe first, say 100, sectors and start from scratch:

http://www.msfn.org/board/USB-Booting-issu....html&st=13

http://www.boot-land.net/forums/?showtopic=3453&st=8

jaclaz

Link to comment
Share on other sites

Yes, there is something still not fully documented, about FAT32 not booting.

Basically it is due to "unbalancing" between CHS and LBA data.

Can you please elaborate on this unbalancing or give some links with more detail about it?

Link to comment
Share on other sites

Link to comment
Share on other sites

Hello everyone :hello:

Just registered on these forums after straying across them- I've been looking at a quite a few and your methods seem to be the best mixture of concise vs. round the houses bloat and command line hackery vs. gui frustration. I followed the instructions, and had to change SetupSourceDrive =device\harddisk1\partition1 just like mr.egglink (thanks) however, I seem to be stuck in an endless loop now that when xp setup has finished copying the files and reboots, it goes straight into the initial install screen, enter to install, r to repair f3 to quit etc. I took the usb drive out and tried it and it says there is a drive error.

Does anyone have a solution?

Many thanks :yes:

Link to comment
Share on other sites

hey and welcome

for now u need to fix the boot

cos the setup using the usb drive as ntldr and then point the system to load the os from the hdd drive

i dont get why the setup didnt change the files on the usb drive [maybe access denied ?]

the ntldr is STILL the setupldr.bin

that why u get that err

when i tested it in vmware and installed it from hdd

its was ok the setup process did replace that file with the "real" ntldr

so what u need to fix it

bootsect.exe the hdd and place the "real" ntldr and ofc NTDETECT.COM

[the setup think that usb drive the "hdd" that boot first the system that why its loop]

and thx u i was i n the same problem like u

btw i gonna try install the system from usb to test it soon gonna check what its all about :)

Edited by aviv00
Link to comment
Share on other sites

Hi there,

Thanks for the reply, unfortunately I didn't really understand your instructions.

I'm trying to load XPProSP2 on my Dell Mini9 netbook, so I can't bootsect.exe the destination drive, I tried it by running the bootsect.exe command when logged into the recovery/repair console and it didn't work. I also copied over the ntldr file and NTDETECT.COM file and again, it didn't make any difference.

Any ideas?

Many thanks

Link to comment
Share on other sites

Hi thestonegroover

I had the same with endless reboot and install.

I use a Dell Vostro. When I select USB-stick as first boot device in Bios Setup (Dell =F2) it reboots and installs over and over.

Choosing the boot-device USB-disk during booting ( Dell= F12) it went Ok and restarted from the original HD.

MGE

Hello everyone :hello:

Just registered on these forums after straying across them- I've been looking at a quite a few and your methods seem to be the best mixture of concise vs. round the houses bloat and command line hackery vs. gui frustration. I followed the instructions, and had to change SetupSourceDrive =device\harddisk1\partition1 just like mr.egglink (thanks) however, I seem to be stuck in an endless loop now that when xp setup has finished copying the files and reboots, it goes straight into the initial install screen, enter to install, r to repair f3 to quit etc. I took the usb drive out and tried it and it says there is a drive error.

Does anyone have a solution?

Many thanks :yes:

Edited by mg.eggink
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...