Solution for multibooting Win XP/2k3 64-Bit, Win2k3 SP1, WinPE 2004 cracked setupldr.bin
#63
Posted 22 July 2006 - 08:26 PM
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
Posted 28 August 2006 - 06:30 PM
recovery console not working. restart computer.
#65
Posted 05 September 2006 - 05:07 AM
#66
Posted 07 September 2006 - 02:15 PM
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
Posted 19 October 2006 - 07:10 AM
geitonaki, on Oct 17 2005, 10:18 AM, said:
- Windows Server 2003 SP1
- Windows XP Professional x64 Edition
- Windows Server 2003 x64 Edition
- Windows PE 2005
"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
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)
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
Posted 26 October 2006 - 08:04 AM
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
Posted 02 November 2006 - 05:41 AM
FeelGood said:
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
Posted 10 November 2006 - 09:32 PM
Edit: Nevermind... I didn't realize there were more pages in this thread. The ad is in the way
This post has been edited by fevoldj2: 10 November 2006 - 11:18 PM
#71
Posted 12 November 2006 - 01:57 PM
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
Posted 16 February 2007 - 12:07 PM
how is it with SP2 for win2k3??
thx
#73
Posted 24 March 2007 - 10:21 PM
LeveL, on Nov 12 2006, 07:57 PM, said:
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.
ordan, on Feb 16 2007, 06:07 PM, said:
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
Posted 17 April 2007 - 07:34 AM
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
Posted 18 August 2007 - 07:01 AM
#76
Posted 02 November 2007 - 04:34 AM
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
Posted 09 April 2008 - 03:55 PM
Quote
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
Posted 17 April 2008 - 02:25 PM
#79
Posted 25 April 2008 - 09:52 AM
#80
Posted 27 June 2008 - 07:50 AM
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
- ← Multiple XP PRO SP3 multiboot help needed
- Multi-Boot CD/DVDs
- Is there a Windows 7 equivalent to UBCD4Windows? →



Help

Back to top










