Jump to content

XP x64 Install


Recommended Posts


It should work just fine with x64 as long as you are not installing from USB hard disk, where rdummy.sys is used. That driver is not compiled for x64, if there is any programmer, willing to rewrite the code for us please don't hesitate to do so :)

Link to comment
Share on other sites

It should work just fine with x64 as long as you are not installing from USB hard disk, where rdummy.sys is used. That driver is not compiled for x64, if there is any programmer, willing to rewrite the code for us please don't hesitate to do so :)

I tried x64 but usb usb_multiboot5.cmd would not take the Source directory of my install source. Any ideas?

Link to comment
Share on other sites

Oops, sorry for misleading you, it won't work.

The way dosnet.inf is parsed should be changed, so it can get needed files from both I386 and AMD64 folders.

Also the source check should be made for both AMD64/I386 and I386.

Edited by ilko_t
Link to comment
Share on other sites

Did a few quick changes to USB_multiboot5, would you please test it, if possible until complete install and first logon and report any problems?

Just rewrite usb_multiboot5.cmd with the file enclosed.

Installing from USB stick, right?

edit: a few more changes to the file

edit2: got it working, but part of the files on stick were deleted during TXT mode. No SP2 integrated. Seems write-protecting the removable storage reg. entry is not working with it. Going to test with SP2 integrated, will post results later.

That reg. entry won't work for windows 2000 too, just read it was introduced for first time in XP SP2 32bits.

USB_MultiBoot5.zip

Edited by ilko_t
Link to comment
Share on other sites

Seems like StorageDevicePolicies reg. entry works ONLY for XP SP2 32bits.

That means for any other windows version in 2000, XP and 2003 families, many files will be deleted from USB stick during Text Mode phase. Everything else would work as usual.

In order to reuse the stick for another installation, one would need to make a backup of I386 (and AMD64 for x64) folder(s) on his hard drive once the stick is ready, and copy these two folders back to stick in $win_nt$.~ls folder. I am using KillCopy, and tell it to skip all duplicates.

@wimb- you should easily spot the changes made, if haven't done so yet, just search for 'AMD64'. Should be easy to add detection if source is x64 and use the changes needed. Don't have a 2003 x64 to check if structure is the same as XP x64.

ilko

Link to comment
Share on other sites

Seems like StorageDevicePolicies reg. entry works ONLY for XP SP2 32bits.

That means for any other windows version in 2000, XP and 2003 families, many files will be deleted from USB stick during Text Mode phase. Everything else would work as usual.

In order to reuse the stick for another installation, one would need to make a backup of I386 (and AMD64 for x64) folder(s) on his hard drive once the stick is ready, and copy these two folders back to stick in $win_nt$.~ls folder. I am using KillCopy, and tell it to skip all duplicates.

@wimb- you should easily spot the changes made, if haven't done so yet, just search for 'AMD64'. Should be easy to add detection if source is x64 and use the changes needed. Don't have a 2003 x64 to check if structure is the same as XP x64.

ilko

Hi ilko,

I will make the necessary changes for support of XP x64 in the next release.

It is a pitty that StorageDevicePolicies reg. entry works ONLY for XP SP2 32bits,

but repair of the $win_nt$.~ls folder can be a working option.

wimb

Edited by wimb
Link to comment
Share on other sites

I've used the modified version of the program to automate a nlited version of x64 and works great. Does anyone know why the files are deleted during txtmode install. Is this true even if you make the files read-only or better yet write protect the entire stick?

Link to comment
Share on other sites

Files are deleted because ~LS and ~BT folders are considered as temporary by design. During Text mode files are actually moved, not copied.

In XP SP2 there is a registry entry, which makes USB storage media read only. Thanks to cdob's idea, this entry is used via migrate.inf. Unfortunately, this seems to works only for XP SP2.

If your stick has a read-only hard switch, you should be good to use it.

There is not other known/published way, to software write- protect entire USB drive during Text Mode, where you have quite limited functionality, or at least I can't find anything usable. I did a few tests with FBWF and EWF to no avail.

Thanks for the feedback.

Link to comment
Share on other sites

I've used the modified version of the program to automate a nlited version of x64 and works great.

Will you please give as Attachment your WinXP x64 DOSNET.INF File from AMD64 Folder.

It can help me in designing and testing the USB_MultiBoot program. ;)

Thanks,

wimb

Link to comment
Share on other sites

Files are deleted because ~LS and ~BT folders are considered as temporary by design. During Text mode files are actually moved, not copied.

I tried a new approach to get:

\$WIN_NT$.~BT at RAM loaded image

\$WIN_NT$.~LS at USB drive

s4e loads USB windows without USB BIOS support. A additonal fake RAM loaded image is used.

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

Ntldr remember drive by disk signature and mbr checksum.

Similar I created \$WIN_NT$.~BT inside image.

grub4dos loads image. Setupldr.bin does start. Drivers are loaded.

However there is a nice error message next: Error Code "(0x4, 0x1, 0, 0)"

This message lead to: http://www.computing.net/windows2000/wwwbo...orum/23378.html

Error Code "(0x4, 0x1, 0, 0)" During Windows 2000 Setup (Q226361)

CAUSE

This behavior can occur if the drives on your computer are damaged

or not operating properly, so that Setup cannot properly or reliably

enumerate all the drives in the computer. This can also be caused by

having two or more disks that contain the same disk signature or two

or more RAW disks whose Master Boot Record (MBR) checksums are

identical.

Well, ntldr is not setupldr.bin.

Setupldr.bin does detect two same drives and stop. Windows installation fails that way.

Link to comment
Share on other sites

Just noticed that actually only compressed files are deleted during Text Mode-

txtsetup.sif

[sourceDisksFiles]

binifix4.cmd = 100,,,,,,_x,2,0,0 <------copied not deleted

undoren.cmd = 100,,,,,,_x,2,0,0 <------copied not deleted

ren_fold.cmd = 100,,,,,,_x,2,0,0 <------copied not deleted

_default.pif = 1,,,,,,,1,2,0 <------copied AND deleted

First 3 are not compressed, 4th is. Since write protecting USB does not generate errors while trying to delete nor cause delays, I'd not be surprised if expand functionality in setupdd.sys or wherever it is works the same way as if source is CD, but simply isn't generating errors.

I have also tried to rename both ~BT and ~LS folders to 1WIN_NT1.1BT and 1WIN_NT1.1LS hoping that $ triggers deletion, hex editing setupldr.bin and setupdd.sys (thanks cdob) Text Mode install went fine, but files still got deleted :(

Link to comment
Share on other sites

@wimb- the above part from txtsetup.sif is from 32 bit XP. For x64 make sure you use:

makebt\fedit -f %usb_temp%\txtsetup.sif -add -once -l "ren_fold.cmd = 55,,,,,,_x,2,0,0" -s SourceDisksFiles

makebt\fedit -f %usb_temp%\txtsetup.sif -add -once -l "undoren.cmd = 55,,,,,,_x,2,0,0" -s SourceDisksFiles

makebt\fedit -f %usb_temp%\txtsetup.sif -add -once -l "binifix4.cmd = 55,,,,,,_x,2,0,0" -s SourceDisksFiles

ilko

Edited by ilko_t
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...