![]() ![]() |
Oct 26 2005, 09:05 PM Post
#41 | |
| Slowly Turning Green... Group: Super Moderator Posts: 1256 Joined: 5-March 04 From: Quebec City Member No.: 15410 OS: none | 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 ![]() 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 |
| | |
Oct 26 2005, 09:21 PM Post
#42 | |
| Slowly Turning Green... Group: Super Moderator Posts: 1256 Joined: 5-March 04 From: Quebec City Member No.: 15410 OS: none |
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" |
| | |
Nov 13 2005, 06:38 PM Post
#43 | |
| Newbie Group: Members Posts: 35 Joined: 1-November 05 Member No.: 78403 | You can now modify setupldr.bin of the follwing windows:
"NTLDR is corrupt. The system cannot boot." In order to crack it:
File is now attached so people don't have to wait for a download ~ Alanoll Now you can replace:
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? |
| | |
Nov 13 2005, 06:51 PM Post
#44 | |
| Slowly Turning Green... Group: Super Moderator Posts: 1256 Joined: 5-March 04 From: Quebec City Member No.: 15410 OS: none |
front
|
| | |
Jan 3 2006, 04:41 PM Post
#45 | |
| Group: Members Posts: 9 Joined: 25-December 05 Member No.: 83382 OS: Windows 7 x64 | 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? |
| | |
Jan 6 2006, 05:20 AM Post
#46 | |
| Newbie Group: Members Posts: 30 Joined: 17-September 05 Member No.: 73431 | 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 |
| | |
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 |
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: Jan 18 2006, 08:38 PM |
| | |
Jan 19 2006, 05:00 AM Post
#48 | |
| Newbie Group: Members Posts: 30 Joined: 17-September 05 Member No.: 73431 | @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:" |
| | |
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 |
Well, either way, it won't work. |
| | |
Jan 19 2006, 05:57 PM Post
#50 | |
| Newbie Group: Members Posts: 30 Joined: 17-September 05 Member No.: 73431 |
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. |
| | |
Feb 2 2006, 11:17 PM Post
#51 | |
| Group: Members Posts: 2 Joined: 2-February 06 Member No.: 86857 | 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. |
| | |
Feb 3 2006, 10:15 AM Post
#52 | |
| Newbie Group: Members Posts: 30 Joined: 17-September 05 Member No.: 73431 | 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 |
| | |
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 |
I'm glad you figured out the procedure for x64 windows, all your hard work is appreciated |
| | |
Feb 19 2006, 11:18 AM Post
#54 | |
| Group: Members Posts: 1 Joined: 18-February 06 Member No.: 88380 |
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 |
| | |
Mar 1 2006, 05:40 AM Post
#55 | |
| Group: Members Posts: 1 Joined: 1-March 06 Member No.: 89440 |
good
|
| | |
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 ?
|
| | |
Apr 5 2006, 06:16 AM Post
#57 | |
| Newbie Group: Members Posts: 30 Joined: 17-September 05 Member No.: 73431 | |
| | |
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 | 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. 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..? |
| | |
Apr 13 2006, 03:25 PM Post
#59 | |
| Group: Members Posts: 1 Joined: 13-April 06 Member No.: 93572 |
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? |
| | |
May 11 2006, 05:54 PM Post
#60 | |
| Newbie Group: Members Posts: 10 Joined: 11-May 06 Member No.: 96100 |
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? |
| | |
![]() ![]() |
| Lo-Fi Version | Time is now: 22nd November 2009 - 06:04 AM |