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

Jump to content


  • 6 Pages +
  • « First
  • 2
  • 3
  • 4
  • 5
  • 6
  • 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

#61 User is offline   chris9999 

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

Posted 11 May 2006 - 09:16 PM

I found it on the msfn.org home page . It's now at http://flyakite.msfn.org/ :thumbup


#62 User is offline   andrewpayne 

  • XP/2003/Vista & Exchange Server
  • PipPip
  • Group: Members
  • Posts: 201
  • Joined: 29-August 03

Posted 14 July 2006 - 10:15 AM

That link is dead? Has it moved or gone?

#63 User is offline   matt121 

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

Posted 22 July 2006 - 08:26 PM

General Question with the xp64 dat file.

do you have to change both the I386 part to XP64 and the AMD64 to PRO64?

or does only the I386 need to be changed or only the AMD64 part?

ive got the XP64 front boot folder and I386 & AMD64 installation folders in ROOT\XP64

#64 User is offline   coneva 

  • Group: Members
  • Posts: 3
  • Joined: 04-March 06

Posted 28 August 2006 - 06:30 PM

cracked setup.ldr error

recovery console not working. restart computer.

#65 User is offline   geitonaki 

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

Posted 05 September 2006 - 05:07 AM

View Postconeva, on Aug 28 2006, 06:30 PM, said:

cracked setup.ldr error

recovery console not working. restart computer.


Recovery console works normally with the cracked setupldr.bin.
I have used it many times. Something else must be the cause of your problem.

#66 User is offline   pber 

  • Group: Members
  • Posts: 7
  • Joined: 07-September 06

  Posted 07 September 2006 - 02:15 PM

I have a problem with x64 multiboot install.

I've followed these discussions for a while and built my multiboot dvd. I have a multiboot DVD that installs almost all versions of server OS including x64. The DVD has worked great and had no issues specific to x64 builds until we got some hardware with AMD processors. It boots and complete the text mode install but when it goes into the gui mode setup, it complains it can't find the catalog files at the 39 minute mark(nt5inf.cat, nt5.cat, ntprint.cat, ntiis.cat, ims.cat, wmsoem.cat, iasnt4.cat, wow64.cat, wowlang.cat, mstsweb.cat, oembios.cat, scw.cat) I have to manually point it to the CD folder for each catalog file (i.e. d:\setup\2003x64\sp1\ent\amd64\). Once I do that for all the catalog files, it continues on until about the 12 minute mark and complains it can't find outlook express. I can skip those files and the OS install completes and it will boot into the OS, but it seems WMI doesn't install.

Any ideas? Once again, this only happens during x64 builds on AMD processors, x64 builds on Intel processors, it works flawlessly.

#67 User is offline   ideas 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 341
  • Joined: 29-January 06

Posted 19 October 2006 - 07:10 AM

View Postgeitonaki, on Oct 17 2005, 10: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.




This am gonna giv a test....

#68 User is offline   FeelGood 

  • Group: Members
  • Posts: 1
  • Joined: 26-October 06

Posted 26 October 2006 - 08:04 AM

hi
first thx for the great job

but i have a problem

i hope anybody can help me !!

i will try to add Microsoft server 2003 enterprise edition and it seems that the setupldr.bin has also checksum check built.
but i didn't know the hex adress and the chances


sorry my english is not the best
----------------------------------------------------------

i found a solution without cracking the setupldr.bin

you have to make a backup from the bootloader of the cd (with ultraiso,isobuster)
rename this file in " name.dat " name is like you want

then you must replace I386 with your 4 chars folder (1 changes )

now you have to run this in the menu instead of setupldr.bin

This post has been edited by FeelGood: 26 October 2006 - 01:43 PM


#69 User is offline   cdob 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 877
  • Joined: 29-September 05

Posted 02 November 2006 - 05:41 AM

FeelGood said:

i didn't know the hex adress and the chances

Use a enhanced search string "46 da 74 03"
gsar -o -s:x46:xda:x74:x03 -r:x46:xda:xEB:x1A setupldr.bin

gsar.exe http://home.online.no/~tjaberg/

#70 User is offline   fevoldj2 

  • Newbie
  • Group: Members
  • Posts: 21
  • Joined: 20-November 04

Posted 10 November 2006 - 09:32 PM

I'm not really understanding this. setupldr.bin is not in the output from txtsetup.sif, along with a few other files. What is different in the process of using this in a multiboot DVD? Do I use two boot folders? I tried that and it didn't work. =(

Edit: Nevermind... I didn't realize there were more pages in this thread. The ad is in the way :P

This post has been edited by fevoldj2: 10 November 2006 - 11:18 PM


#71 User is offline   LeveL 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 551
  • Joined: 30-September 05

Posted 12 November 2006 - 01:57 PM

I was getting "NTLDR corrupt" please press F3 yada yada,
so I used the cracked setupldr.bin posted here and now I
get "NTDETECT failed", hmmmmmm... do we need a cracked
ntdetect.com file too?!

Using Server 2003 SP1 doing a multi boot OS.

#72 User is offline   ordan 

  • Group: Members
  • Posts: 6
  • Joined: 18-April 06

Posted 16 February 2007 - 12:07 PM

hi, thank you for grate job.

how is it with SP2 for win2k3??

thx

#73 User is offline   LeveL 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 551
  • Joined: 30-September 05

Posted 24 March 2007 - 10:21 PM

View PostLeveL, on Nov 12 2006, 07:57 PM, said:

I was getting "NTLDR corrupt" please press F3 yada yada,
so I used the cracked setupldr.bin posted here and now I
get "NTDETECT failed", hmmmmmm... do we need a cracked
ntdetect.com file too?!

Using Server 2003 SP1 doing a multi boot OS.


Yes LeveL, no LeveL, glad to answer you in 5 months LeveL.

View Postordan, on Feb 16 2007, 06:07 PM, said:

hi, thank you for grate job.

how is it with SP2 for win2k3??

thx


This is exactly why I am posting here again...

1 - I got the (original, from my own CD) setupldr.bin file from Server 2003 SP2.

2 - I opened the file in Hex Workshop and at the address 00002060 I hex
edited the value "7403" so it said "EB1A"

3 - I got the message "NTDETECT Failed"

Since the flyakite guide went down, I am not totally sure I have done it all properly
because I had to do the whole thing off memory but yes, I deleted BOOTSECT.DAT
and migrate.inf from the boot folder.

Whats really annoying me is I made my Server 2003 SP1 multi boot somehow!
Because - it is made, but now SP2 is here I am trying to make one for SP2, and
I have posted above in November 2006 asking this exact same question but lol,
I KNOW I DID FIX IT because I have made a working Server 2003 SP1 multi-boot.

No - the SP1 version of the setupldr.bin won't work, its the 1st thing I tried.

Maybe we need a fresh DAT file for the root of the DVD? Where the hell does
that DAT file come from anyway? I mean the one that has one single reference
to I386 at the very end of it and you change it to your boot folder name... I only
ever got that DAT file from flyakite in the past.

Please, can anyone test Server 2003 SP2 and do the thing mentioned in the first
post to change the hex values? I just need to know its me thats done something
wrong and we're not going to go through all this crap again because its now SP2 :(

This post has been edited by LeveL: 24 March 2007 - 10:44 PM


#74 User is offline   prtec 

  • Group: Members
  • Posts: 4
  • Joined: 16-April 07

Posted 17 April 2007 - 07:34 AM

i use this tool to do multi-boot dvd that make it success(XP 64bit)
but when i installing it have error message lot of files can not be copy form DVD
can some one help me ?

Like this
wwowreg32.exe
wc_is2022.dll
wc_g18030.dll
wexplorer.exe
wwinhlp32.exe
wtwain_32.dll
wtwunk_32.exe
wwiatwain.ds
weventvwr.msc
.
.
.
.


this is my folder setting

d:\Winxp64\ezboot -----Boot Menu file

d:\Winxp64
d:\Winxp64\WIN51 -----copy by tools
d:\Winxp64\WIN51AP-----copy by tools
d:\Winxp64\XP64I.bin---modify by tools

d:\Winxp64\W64I --------------file form d:\Winxp64\XP64\ENG\i386
d:\Winxp64\W64AD --------------file form d:\Winxp64\XP64\ENG\AMD64

d:\Winxp64\XP64\ENG\AMD64 -----copy form XP 64 CD
d:\Winxp64\XP64\ENG\i386 -----copy form XP 64 CD
d:\Winxp64\XP64\ENG\WIN51 -----copy form XP 64 CD
d:\Winxp64\XP64\ENG\WIN51AP-----copy form XP 64



This post has been edited by prtec: Today, 02:16 AM

This post has been edited by prtec: 18 April 2007 - 03:02 AM


#75 User is offline   hexhack 

  • Group: Members
  • Posts: 3
  • Joined: 23-June 05

Posted 18 August 2007 - 07:01 AM

Anybody know of a cracked version for Vista? I tried to hexedit the file bootmgr (which kind of replaced setupldr.bin or ntldr) but this file has a checksum as well. I would like to point it to different BCD files.

#76 User is offline   Crazysky 

  • Group: Members
  • Posts: 3
  • Joined: 31-October 07

Posted 02 November 2007 - 04:34 AM

I'm looking for a solution for Windows 2003 server R2 SP2 (sp2 applied after Win Installation, 2CD)
I've tried "crack" the setupldr.bin but i have this error :
INF file txtsetup.inf is corrupt or missing, status 18
Setup cannont continue , ...

If anyone have seen it please tell me how to resolve this error.

thanks

#77 User is offline   xenon2050 

  • Junior
  • Pip
  • Group: Members
  • Posts: 54
  • Joined: 05-July 07

Posted 09 April 2008 - 03:55 PM

Quote

1 - I got the (original, from my own CD) setupldr.bin file from Server 2003 SP2.

2 - I opened the file in Hex Workshop and at the address 00002060 I hex
edited the value "7403" so it said "EB1A"

3 - I got the message "NTDETECT Failed"


Any one have a answer to this? I'm getting the NTLDR corrupt problem trying to use the 2003 SP2 version...

This post has been edited by xenon2050: 16 April 2008 - 08:37 AM


#78 User is offline   Siginet 

  • Windows XP PowerPacker Creator
  • PipPipPipPipPip
  • Group: Members
  • Posts: 736
  • Joined: 22-January 05

Posted 17 April 2008 - 02:25 PM

OK... I can say that this method DOES still work for Win2k3 SP2. I edited my setupldr.bin at hex address: 0x2060 and changed: "74 03" to "EB 1A". It isworking now. I don't know why others are having an issue. I know I use a slightly different method for my multiboot disks then the method most people use. But I don't see why it would work for me uding my method instead of the normal method.

#79 User is offline   xenon2050 

  • Junior
  • Pip
  • Group: Members
  • Posts: 54
  • Joined: 05-July 07

Posted 25 April 2008 - 09:52 AM

Are you using 2003 or 2003 R2? Maybe my problem is using the R2 edition... I'll try it with the standard and get back to you.

#80 User is offline   jojo2005 

  • Newbie
  • Group: Members
  • Posts: 11
  • Joined: 22-May 08

Posted 27 June 2008 - 07:50 AM

@BrandonS_Mil,

where did you take your winnt.sif file ?

Boot Directory ?
or
Setup Directory ?

It must be placed in the Boot Directory, then should be work.


greetz
jojo2005

This post has been edited by jojo2005: 27 June 2008 - 11:23 AM


Share this topic:


  • 6 Pages +
  • « First
  • 2
  • 3
  • 4
  • 5
  • 6
  • 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