IPB

Google Frontpage Forums Unattended CD/DVD Guide
 Forum Rules Unattended CD/DVD Guide Homepage · MSFN Forum Rules
5 Pages V  < 1 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
Incroyable HULK
post Oct 26 2005, 09:05 PM
Post #41


Slowly Turning Green...
Group Icon

Group: Super Moderator
Posts: 1256
Joined: 5-March 04
From: Quebec City
Member No.: 15410
OS: none
Country Flag


QUOTE (amd64lover @ Oct 26 2005, 08:55 PM) *
always the simple solutions.....smile.gif

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

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: Oct 26 2005, 09:06 PM
Go to the top of the page
 
+Quote Post
Incroyable HULK
post Oct 26 2005, 09:21 PM
Post #42


Slowly Turning Green...
Group Icon

Group: Super Moderator
Posts: 1256
Joined: 5-March 04
From: Quebec City
Member No.: 15410
OS: none
Country Flag


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"
Go to the top of the page
 
+Quote Post
matt121
post Nov 13 2005, 06:38 PM
Post #43


Newbie


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


QUOTE (geitonaki @ Oct 18 2005, 03: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.


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?
Go to the top of the page
 
+Quote Post
Incroyable HULK
post Nov 13 2005, 06:51 PM
Post #44


Slowly Turning Green...
Group Icon

Group: Super Moderator
Posts: 1256
Joined: 5-March 04
From: Quebec City
Member No.: 15410
OS: none
Country Flag


front
Go to the top of the page
 
+Quote Post
r3loaded
post Jan 3 2006, 04:41 PM
Post #45





Group: Members
Posts: 9
Joined: 25-December 05
Member No.: 83382
OS: Windows 7 x64
Country Flag


QUOTE (amd64lover @ Oct 18 2005, 07:49 PM) *
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?
Go to the top of the page
 
+Quote Post
geitonaki
post Jan 6 2006, 05:20 AM
Post #46


Newbie


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


QUOTE (r3loaded @ Jan 3 2006, 04:41 PM) *
Anyone got a boot folder I can borrow? plz?


Check this:
http://www.msfn.org/board/index.php?showtopic=58446

it automatically creates the boot folders
Go to the top of the page
 
+Quote Post
Jito463
post Jan 18 2006, 08:07 PM
Post #47


Advanced Member
***

Group: Members
Posts: 437
Joined: 1-July 04
From: Nebraska, US of A
Member No.: 23798
Country Flag


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

@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: Jan 18 2006, 08:38 PM
Go to the top of the page
 
+Quote Post
geitonaki
post Jan 19 2006, 05:00 AM
Post #48


Newbie


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


QUOTE (Jito463 @ Jan 18 2006, 08:07 PM) *
@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:"
Go to the top of the page
 
+Quote Post
Jito463
post Jan 19 2006, 01:23 PM
Post #49


Advanced Member
***

Group: Members
Posts: 437
Joined: 1-July 04
From: Nebraska, US of A
Member No.: 23798
Country Flag


Well, either way, it won't work. smile.gif
Go to the top of the page
 
+Quote Post
geitonaki
post Jan 19 2006, 05:57 PM
Post #50


Newbie


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


Yes it won't work but at least it tells you what's wrong newwink.gif
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.
Go to the top of the page
 
+Quote Post
selanec555
post Feb 2 2006, 11:17 PM
Post #51





Group: Members
Posts: 2
Joined: 2-February 06
Member No.: 86857
Country Flag


QUOTE (geitonaki @ Oct 17 2005, 12:50 PM) *
QUOTE (Nakatomi2010 @ Oct 17 2005, 12:01 PM) *

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.
Go to the top of the page
 
+Quote Post
geitonaki
post Feb 3 2006, 10:15 AM
Post #52


Newbie


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


QUOTE (geitonaki @ Oct 17 2005, 06:55 PM) *
QUOTE (geitonaki @ Oct 17 2005, 12:50 PM) *

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/board/index.php?showtopic=58446
Go to the top of the page
 
+Quote Post
Angelico_Payne
post Feb 4 2006, 04:28 AM
Post #53


Member
**

Group: Members
Posts: 212
Joined: 15-January 06
From: Federation
Member No.: 85326
OS: Windows 7 x64
Country Flag


I'm glad you figured out the procedure for x64 windows, all your hard work is appreciated smile.gif
Go to the top of the page
 
+Quote Post
a.kooning
post Feb 19 2006, 11:18 AM
Post #54





Group: Members
Posts: 1
Joined: 18-February 06
Member No.: 88380
Country Flag


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
Go to the top of the page
 
+Quote Post
blacks
post Mar 1 2006, 05:40 AM
Post #55





Group: Members
Posts: 1
Joined: 1-March 06
Member No.: 89440
Country Flag


good
Go to the top of the page
 
+Quote Post
neo_01
post Apr 3 2006, 10:00 AM
Post #56





Group: Members
Posts: 5
Joined: 2-October 04
Member No.: 32577



Need this crack to 2003 R2 ?
Go to the top of the page
 
+Quote Post
geitonaki
post Apr 5 2006, 06:16 AM
Post #57


Newbie


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


QUOTE (neo_01 @ Apr 3 2006, 10:00 AM) *
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)
Go to the top of the page
 
+Quote Post
Angelico_Payne
post Apr 5 2006, 11:45 AM
Post #58


Member
**

Group: Members
Posts: 212
Joined: 15-January 06
From: Federation
Member No.: 85326
OS: Windows 7 x64
Country Flag


QUOTE (amd64lover @ Oct 18 2005, 11:20 PM) *
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.

QUOTE (Incroyable HULK @ Oct 26 2005, 08:50 PM) *
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..?
Go to the top of the page
 
+Quote Post
overdream
post Apr 13 2006, 03:25 PM
Post #59





Group: Members
Posts: 1
Joined: 13-April 06
Member No.: 93572
Country Flag


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?
Go to the top of the page
 
+Quote Post
chris9999
post May 11 2006, 05:54 PM
Post #60


Newbie


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


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?
Go to the top of the page
 
+Quote Post

Google Frontpage Forums Unattended CD/DVD Guide

5 Pages V  < 1 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: 22nd November 2009 - 06:11 AM
All trademarks mentioned on this page are the property of their respective owners
MSFN is not affiliated with Microsoft
Copyright © 2001-2009 msfn.org
Privacy Policy