IPB

Google Frontpage Forums Unattended CD/DVD Guide
 Forum Rules Unattended CD/DVD Guide Homepage · MSFN Forum Rules
5 Pages V  « < 2 3 4 5 >  
Reply to this topicStart new topic
> Solution for multibooting Win XP/2k3 64-Bit, Win2k3 SP1, WinPE 2004, cracked setupldr.bin
chris9999
post May 11 2006, 09:16 PM
Post #61


Newbie


Group: Members
Posts: 10
Joined: 11-May 06
Member No.: 96100
Country Flag


I found it on the msfn.org home page . It's now at http://flyakite.msfn.org/ thumbup.gif
Go to the top of the page
 
+Quote Post
andrewpayne
post Jul 14 2006, 10:15 AM
Post #62


XP/2003/Vista & Exchange Server
**

Group: Members
Posts: 201
Joined: 29-August 03
From: London, UK
Member No.: 6023
Country Flag


That link is dead? Has it moved or gone?
Go to the top of the page
 
+Quote Post
matt121
post Jul 22 2006, 08:26 PM
Post #63


Newbie


Group: Members
Posts: 35
Joined: 1-November 05
Member No.: 78403
Country Flag


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
Go to the top of the page
 
+Quote Post
coneva
post Aug 28 2006, 06:30 PM
Post #64





Group: Members
Posts: 3
Joined: 4-March 06
Member No.: 89766
Country Flag


cracked setup.ldr error

recovery console not working. restart computer.
Go to the top of the page
 
+Quote Post
geitonaki
post Sep 5 2006, 05:07 AM
Post #65


Newbie


Group: Members
Posts: 30
Joined: 17-September 05
Member No.: 73431
Country Flag


QUOTE (coneva @ Aug 28 2006, 06:30 PM) *
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.
Go to the top of the page
 
+Quote Post
pber
post Sep 7 2006, 02:15 PM
Post #66





Group: Members
Posts: 7
Joined: 7-September 06
Member No.: 109703
Country Flag


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.
Go to the top of the page
 
+Quote Post
ideas
post Oct 19 2006, 07:10 AM
Post #67


Advanced Member
***

Group: Members
Posts: 328
Joined: 29-January 06
Member No.: 86435
Country Flag


QUOTE (geitonaki @ Oct 17 2005, 10:18 AM) *
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:
  1. open it with your favorite hex editor
  2. goto hex address: 0x2060
  3. change "74 03" to "EB 1A"
  4. 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:
  1. all occurrences of "i386", "I386" to "ABCD" (where ABCD is anything you want - 4 characters long)
  2. "\amd64", "\AMD64" to "\EFGHI" and
  3. "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:
CODE
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....
Go to the top of the page
 
+Quote Post
FeelGood
post Oct 26 2006, 08:04 AM
Post #68





Group: Members
Posts: 1
Joined: 26-October 06
Member No.: 114035
Country Flag


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: Oct 26 2006, 01:43 PM
Go to the top of the page
 
+Quote Post
cdob
post Nov 2 2006, 05:41 AM
Post #69


Advanced Member
***

Group: Members
Posts: 385
Joined: 29-September 05
Member No.: 74988
Country Flag


QUOTE (FeelGood)
i didn't know the hex adress and the chances

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

gsar.exe http://home.online.no/~tjaberg/
Go to the top of the page
 
+Quote Post
fevoldj2
post Nov 10 2006, 09:32 PM
Post #70


Newbie


Group: Members
Posts: 21
Joined: 20-November 04
Member No.: 36983



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 tongue.gif

This post has been edited by fevoldj2: Nov 10 2006, 11:18 PM
Go to the top of the page
 
+Quote Post
LeveL
post Nov 12 2006, 01:57 PM
Post #71


Senior Member
****

Group: Members
Posts: 550
Joined: 30-September 05
Member No.: 75109
Country Flag


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.
Go to the top of the page
 
+Quote Post
ordan
post Feb 16 2007, 12:07 PM
Post #72





Group: Members
Posts: 6
Joined: 18-April 06
Member No.: 93976
Country Flag


hi, thank you for grate job.

how is it with SP2 for win2k3??

thx
Go to the top of the page
 
+Quote Post
LeveL
post Mar 24 2007, 10:21 PM
Post #73


Senior Member
****

Group: Members
Posts: 550
Joined: 30-September 05
Member No.: 75109
Country Flag


QUOTE (LeveL @ Nov 12 2006, 07: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.


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

QUOTE (ordan @ Feb 16 2007, 06:07 PM) *
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 sad.gif

This post has been edited by LeveL: Mar 24 2007, 10:44 PM
Go to the top of the page
 
+Quote Post
prtec
post Apr 17 2007, 07:34 AM
Post #74





Group: Members
Posts: 4
Joined: 16-April 07
Member No.: 135881
Country Flag


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: Apr 18 2007, 03:02 AM
Go to the top of the page
 
+Quote Post
hexhack
post Aug 18 2007, 07:01 AM
Post #75





Group: Members
Posts: 3
Joined: 23-June 05
Member No.: 61684
Country Flag


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.
Go to the top of the page
 
+Quote Post
Crazysky
post Nov 2 2007, 04:34 AM
Post #76





Group: Members
Posts: 3
Joined: 31-October 07
From: South
Member No.: 160496
OS: Windows 7 x86
Country Flag


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
Go to the top of the page
 
+Quote Post
xenon2050
post Apr 9 2008, 03:55 PM
Post #77


Junior
*

Group: Members
Posts: 53
Joined: 5-July 07
From: The Midwest
Member No.: 145605
OS: XP Pro x86
Country Flag


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: Apr 16 2008, 08:37 AM
Go to the top of the page
 
+Quote Post
Siginet
post Apr 17 2008, 02:25 PM
Post #78


Windows XP PowerPacker Creator
Group Icon

Group: Supreme Sponsors
Posts: 709
Joined: 22-January 05
Member No.: 41734
OS: none
Country Flag


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.
Go to the top of the page
 
+Quote Post
xenon2050
post Apr 25 2008, 09:52 AM
Post #79


Junior
*

Group: Members
Posts: 53
Joined: 5-July 07
From: The Midwest
Member No.: 145605
OS: XP Pro x86
Country Flag


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.
Go to the top of the page
 
+Quote Post
jojo2005
post Jun 27 2008, 07:50 AM
Post #80





Group: Members
Posts: 6
Joined: 22-May 08
Member No.: 193299
OS: XP Pro x86
Country Flag


@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: Jun 27 2008, 11:23 AM
Go to the top of the page
 
+Quote Post

Google Frontpage Forums Unattended CD/DVD Guide

5 Pages V  « < 2 3 4 5 >
Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 




Lo-Fi Version Time is now: 9th February 2010 - 11:05 AM
All trademarks mentioned on this page are the property of their respective owners
MSFN is not affiliated with Microsoft
Copyright © 2001-2010 msfn.org
Privacy Policy