MSFN Forum: Solution for multibooting Win XP/2k3 64-Bit, Win2k3 SP1, WinPE 2004 - MSFN Forum

Jump to content


  • 6 Pages +
  • 1
  • 2
  • 3
  • 4
  • 5
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

Solution for multibooting Win XP/2k3 64-Bit, Win2k3 SP1, WinPE 2004 cracked setupldr.bin Rate Topic: ***** 3 Votes

#41 User is offline   Incroyable HULK 

  • Slowly Turning Green...
  • Group: Super Moderator
  • Posts: 1,257
  • Joined: 05-March 04
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 26 October 2005 - 09:05 PM

View Postamd64lover, on Oct 26 2005, 08:55 PM, said:

always the simple solutions.....:)

I guess you already had the WIN51IP file (from another Windows) at your root so this is why you didn't get this issue...

Anyway, I still have a few problems:
1- I noticed my drivers didn't get uncompressed at the beginning of the GUI part (T-39)
2- I had to manually click next
Posted Image
3- setup get stuck somewhere at T-33 or T-37 stage...

I'll try with a "simpler" winnt.sif file tomorow

This post has been edited by Incroyable HULK: 26 October 2005 - 09:06 PM



#42 User is offline   Incroyable HULK 

  • Slowly Turning Green...
  • Group: Super Moderator
  • Posts: 1,257
  • Joined: 05-March 04
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 26 October 2005 - 09:21 PM

Ok, nevermind, I had the time to try with a simple winnt.sif file and I am at stage T-24 without a hitch now...

Are you guys able to decompress your drivers at stage T-39 with a 7zip SFX archive like:

Quote

[GuiUnattended]DetachedProgram="%systemdrive%\DP.exe"
Arguments="-y /q /r:n"


#43 User is offline   matt121 

  • Newbie
  • Group: Members
  • Posts: 35
  • Joined: 01-November 05

Posted 13 November 2005 - 06:38 PM

View Postgeitonaki, on Oct 18 2005, 03:18 AM, said:

You can now modify setupldr.bin of the follwing windows:
  • Windows Server 2003 SP1

  • Windows XP Professional x64 Edition

  • Windows Server 2003 x64 Edition

  • Windows PE 2005
The setupldr.bin of the above versions is the same and has a checksum check built-in so when you try to modify it you get:
"NTLDR is corrupt. The system cannot boot."

In order to crack it:
  • open it with your favorite hex editor

  • goto hex address: 0x2060

  • change "74 03" to "EB 1A"

  • save it
I also uploaded it for your convenience at:
File is now attached so people don't have to wait for a download ~ Alanoll

Now you can replace:
  • all occurrences of "i386", "I386" to "ABCD" (where ABCD is anything you want - 4 characters long)

  • "\amd64", "\AMD64" to "\EFGHI" and

  • "amd64\", "AMD64\" to "EFGHI\" (where EFGHI is anything you want - 5 characters long)
Do not replace all occurrences of "amd64" since some of them refer to a section of txtsetup.sif

In order to find what files need to be copied to the directories ABCD and EFGHI open command prompt, go to the directory you have txtsetup.sif and enter:
type TXTSETUP.SIF | findstr /r ",_[1-9] ,[1-9]_"

and copy the files listed there from I386 to ABCD and AMD64 to EFGHI.

For anyone curious, open the setupldr.bin with hiew, goto the above hex address and see the surrounding assembly code.


To which folder are you modding the setupldr.bin in?

Is it the one in I386 folder or the front boot folders on the Multiboot DVD?

#44 User is offline   Incroyable HULK 

  • Slowly Turning Green...
  • Group: Super Moderator
  • Posts: 1,257
  • Joined: 05-March 04
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 13 November 2005 - 06:51 PM

front

#45 User is offline   r3loaded 

  • Newbie
  • Group: Members
  • Posts: 11
  • Joined: 25-December 05

Posted 03 January 2006 - 04:41 PM

View Postamd64lover, on Oct 18 2005, 07:49 PM, said:

again, your solution work great. i also found that the 'XP64' and 'PRO64' are not necessary. Just take the boot folder ($WIN_NT$.~BT) and rename it to something else (i did mine to XP64) and then edit the setupldr.bin file & replace all instances of "I386" with "XP64", then edit the boot image to show XP64 instead of i386. this is a way to have 1 less folder in your root. i have the x64 boot folder if anyone needs it.


Ok, I've got that bit. The only problem is that I'm on a 32 bit system and my 64 bit laptop isn't coming for a couple of weeks. I therefore can't get the boot folder as setup won't even start. Anyone got a boot folder I can borrow? plz?

#46 User is offline   geitonaki 

  • Newbie
  • Group: Members
  • Posts: 30
  • Joined: 17-September 05

Posted 06 January 2006 - 05:20 AM

View Postr3loaded, on Jan 3 2006, 04:41 PM, said:

Anyone got a boot folder I can borrow? plz?


Check this:
http://www.msfn.org/...showtopic=58446

it automatically creates the boot folders

#47 User is offline   Jito463 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 442
  • Joined: 01-July 04

Posted 18 January 2006 - 08:07 PM

I stopped coming by for a while after the last time when we couldn't figure this out. I'm glad to see someone finally did get it working. Tested it at work with x64 and the preinstall worked without a hitch. Now we just need to figure out how to add Vista to the multi-boot DVDs. :)

@geitonaki
One thing I feel should be pointed out is that you don't need the AMD64 directory for x64. Just the $WIN_NT$.~BT folder that's created when you run the setup from within Windows as Incroyable Hulk posted earlier. You should update your batch files accordingly.

This post has been edited by Jito463: 18 January 2006 - 08:38 PM


#48 User is offline   geitonaki 

  • Newbie
  • Group: Members
  • Posts: 30
  • Joined: 17-September 05

Posted 19 January 2006 - 05:00 AM

View PostJito463, on Jan 18 2006, 08:07 PM, said:

@geitonaki
One thing I feel should be pointed out is that you don't need the AMD64 directory for x64. Just the $WIN_NT$.~BT folder that's created when you run the setup from within Windows as Incroyable Hulk posted earlier. You should update your batch files accordingly.


Having the AMD64 directory and trying to install to a 32bit processor you get the following message:
"Attempting to load an x64 operating system, however this CPU is not compatible with x64 mode. Please install a 32-bit X86 operating system."
Without the AMD64 directory you will get:
"Please insert the disk labeled Windows blah blah x64 Edition CD-ROM into drive A:"

#49 User is offline   Jito463 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 442
  • Joined: 01-July 04

Posted 19 January 2006 - 01:23 PM

Well, either way, it won't work. :)

#50 User is offline   geitonaki 

  • Newbie
  • Group: Members
  • Posts: 30
  • Joined: 17-September 05

Posted 19 January 2006 - 05:57 PM

Yes it won't work but at least it tells you what's wrong ;)
This is the reason that it is better to have two boot folders. But if you don't mind you can merge them into one.

#51 User is offline   selanec555 

  • Group: Members
  • Posts: 2
  • Joined: 02-February 06

Posted 02 February 2006 - 11:17 PM

View Postgeitonaki, on Oct 17 2005, 12:50 PM, said:

View PostNakatomi2010, on Oct 17 2005, 12:01 PM, said:

This is the output.... Though it doesn't say which filesgo into which directory...

I will post later if I have time a batch file that I have created which automatically creates the boot folders and modifies the necessary files.

send me please your batch file.

#52 User is offline   geitonaki 

  • Newbie
  • Group: Members
  • Posts: 30
  • Joined: 17-September 05

Posted 03 February 2006 - 10:15 AM

View Postgeitonaki, on Oct 17 2005, 06:55 PM, said:

View Postgeitonaki, on Oct 17 2005, 12:50 PM, said:

I will post later if I have time a batch file that I have created which automatically creates the boot folders and modifies the necessary files.


http://www.msfn.org/...showtopic=58446


#53 User is offline   Angelico_Payne 

  • Member
  • PipPip
  • Group: Members
  • Posts: 212
  • Joined: 15-January 06

Posted 04 February 2006 - 04:28 AM

I'm glad you figured out the procedure for x64 windows, all your hard work is appreciated :)

#54 User is offline   a.kooning 

  • Group: Members
  • Posts: 1
  • Joined: 18-February 06

Posted 19 February 2006 - 11:18 AM

When i use setupmgr.exe (by step 2 in unattended windows cd) there happended nothing.
I dont now what i do wrong??

Ho an help me??

a.kooning@hccnet.nl

#55 User is offline   blacks 

  • Group: Members
  • Posts: 1
  • Joined: 01-March 06

Posted 01 March 2006 - 05:40 AM

good

#56 User is offline   neo_01 

  • Group: Members
  • Posts: 5
  • Joined: 02-October 04

Posted 03 April 2006 - 10:00 AM

Need this crack to 2003 R2 ?

#57 User is offline   geitonaki 

  • Newbie
  • Group: Members
  • Posts: 30
  • Joined: 17-September 05

Posted 05 April 2006 - 06:16 AM

View Postneo_01, on Apr 3 2006, 10:00 AM, said:

Need this crack to 2003 R2 ?

Yes, 2003 R2 is 2003 SP1 plus some extras on a second cd. (First cd is exactly the same with 2003 SP1)

#58 User is offline   Angelico_Payne 

  • Member
  • PipPip
  • Group: Members
  • Posts: 212
  • Joined: 15-January 06

Posted 05 April 2006 - 11:45 AM

View Postamd64lover, on Oct 18 2005, 11:20 PM, said:

the winnt.sif file needs to be both in the boot folder and in the actual i386 folder. if there is already a winnt.sif file in the boot folder, overwrite it with the one you made.


This is acctualy not true, I have mine placed in boot folder only (in my case PRO1)

Also I went to crack my setupldr.bin, and found no reference as to hex code suggested here, I just renamed i386 to PRO1 or PRO[any numer or letter] and it works, could it be possible that we dont have same setupldr.bin, i use WinXP pro SP2 corp edition.

View PostIncroyable HULK, on Oct 26 2005, 08:50 PM, said:

You won't beleive this! I took a ride into the txtsetup.sif file and I found this:

name = "Windows XP Professional x64 Edition CD-ROM"
productname = "Windows XP Professional x64 Edition"


bootname1 = "Windows XP Professional Setup Boot Disk"
bootname2 = "Windows XP Professional Setup Disk #2"
bootname3 = "Windows XP Professional Setup Disk #3"
bootname4 = "Windows XP Professional Setup Disk #4"
bootname5 = "Windows XP Professional Setup Disk #5"
bootname6 = "Windows XP Professional Setup Disk #6"
bootname7 = "Windows XP Professional Setup Disk #7"



cdtagfile = "\win51ap"

cdtagfilei = "\win51ip"

cdtagfilem = "\win51mp"

cdtagfilea = "\win51ap"


So I added a dumb WIN51IP and WIN51MP file at the root of the CD and inside \SETUP\XP64\ folder and guess what?

IT'S WORKING! My WMware simulation is going on... the only thing is that I had to press next after the first reboot (at the GUI) ... I'll keep you updated, it's still running


So how can i remove thoose files from the root,
i try the suggestion of one user here to edit txtsetup.sif, nad change path, but it gives me the same error just like when they are not placed in the root..?

#59 User is offline   overdream 

  • Group: Members
  • Posts: 1
  • Joined: 13-April 06

Posted 13 April 2006 - 03:25 PM

Helo, help me.
After having to carry out this handling and to have same use the cracked_SETUPLDR_1_.BIN.zip.
I obtain “Ntkrnlmp.exe Could Not Be Loaded. The Error Codes Is 4”.
what do I have to make?

#60 User is offline   chris9999 

  • Newbie
  • Group: Members
  • Posts: 10
  • Joined: 11-May 06

Posted 11 May 2006 - 05:54 PM

Does anyone know why the Multi-Boot DVD introduction link appears to be broken?

http://flyakite.msfnhosting.com/ has been down for a couple of days

Is it hosted anywhere else?

Share this topic:


  • 6 Pages +
  • 1
  • 2
  • 3
  • 4
  • 5
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

2 User(s) are reading this topic
0 members, 2 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy