Jump to content











Photo
- - - - -

mkISOfs fails to make .iso [resolved, that problem...]


  • Please log in to reply
55 replies to this topic

#1 rienholt

rienholt

    Newbie

  • Members
  • 15 posts
  •  
    United States

Posted 22 September 2009 - 07:17 AM

I am using WinBuilder 78 SP1 and trying to build Win7RescuePE. I have the latest Windows 7 AIK installed and I am building from Windows 7 Ultimate RTM. Everything seems to build fine until I get to the stage where it builds the ISO. It does not indicate a failure but the resulting ISO is only 34kb. Attempts to make the ISO from the built files with the script separately also fail.

I am unable to determine what is causing the failure, since this is new to me, nor am I able to manually build the ISO since, I have little knowledge of booting Vista.

Any known fixes or ideas on how to manually build the ISO?

Help is much appreciated.

#2 was_jaclaz

was_jaclaz

    Finder

  • Advanced user
  • 7101 posts
  • Location:Gone in the mist
  •  
    Italy

Posted 22 September 2009 - 08:10 AM

rienholt
without knowing it, you are reporting that we still have some B) around.
http://www.boot-land...?showtopic=4968
http://www.boot-land...?showtopic=3749
http://www.boot-land...?showtopic=3687
http://www.boot-land...amp;#entry38678

I think you'll have to wait for Peter (psc), to give an exploanation/solution. :loleverybody:

;)

jaclaz

#3 Joshua

Joshua

    Silver Member

  • Advanced user
  • 526 posts
  • Location:Germany
  • Interests:Computer, Bikes, and many others
  •  
    Germany

Posted 22 September 2009 - 08:15 AM

I think you'll have to wait for Peter (psc), to give an exploanation/solution. :loleverybody:
jaclaz

May be, i also can help, but not without the logfiles!

Joshua

#4 rienholt

rienholt

    Newbie

  • Members
  • 15 posts
  •  
    United States

Posted 22 September 2009 - 08:52 AM

Woops thought I had attached it.

Attached Files

  • Attached File  log.zip   94.81KB   4 downloads


#5 was_jaclaz

was_jaclaz

    Finder

  • Advanced user
  • 7101 posts
  • Location:Gone in the mist
  •  
    Italy

Posted 22 September 2009 - 09:03 AM

May be, i also can help,


Ooops, sorry :cheers: I thought that the 34Kb issue was psc's private hunting field.....;)

No offence whatsoever intended to Joshua or any other that may be able to help. B)

:loleverybody:

jaclaz

#6 Joshua

Joshua

    Silver Member

  • Advanced user
  • 526 posts
  • Location:Germany
  • Interests:Computer, Bikes, and many others
  •  
    Germany

Posted 22 September 2009 - 09:21 AM

Woops thought I had attached it.

ShellExecute: [Hide] using: ["C:\Program Files\Windows AIK\\Tools\amd64\imagex.exe"] with parameters: [/mount "F:\sources\boot.wim" 1 "%BaseDir%\Temp\Win7RescuePE\BootWimSrc"]
RegRead - read specified key from: [HKLM]Section: [Tmp_software\Microsoft\Windows NT\CurrentVersion\WinPE] Key: [InstRoot] to variable:: [%CheckInstRoot%] with value: [X:\$windows.~bt\]
X:\$windows.~bt\


ShellExecute: [Open] using: ["%BaseDir%\Projects\Tools\mkisofs.exe"] with parameters: [-iso-level 4 -force-uppercase -volid "Win7RescuePE" -b "Boot/etfsboot.com" -no-emul-boot -boot-load-size 8 -hide boot.catalog -duplicates-once -o "%BaseDir%\ISO\Win7RescuePE.iso" "%BaseDir%\Win7Build"]

You use wrong boot.wim container!

post your: CheckSource.txt (PreConfig)

Joshua

#7 rienholt

rienholt

    Newbie

  • Members
  • 15 posts
  •  
    United States

Posted 22 September 2009 - 09:32 AM

I don't think that is it since I have tried many combinations.

Buildsystem : amd64
BaseDir : C:\PE
WaikDir : C:\Program Files\Windows AIK\
SourceDir : F:
Info Install.wim : 1: Windows 7 Ultimate Activated 32Bit
Info Boot.wim : 1: Microsoft Windows PE (x86)
Language : en-US
Architecture : 0
Version : 6.1.7600.16385.0

imagex.exe found : YES

#8 patsch

patsch

    Silver Member

  • Advanced user
  • 785 posts
  •  
    Germany

Posted 22 September 2009 - 09:34 AM

install.wim should be 5 and boot.wim should be 2 with your source win7 Ultimate RTM

#9 Joshua

Joshua

    Silver Member

  • Advanced user
  • 526 posts
  • Location:Germany
  • Interests:Computer, Bikes, and many others
  •  
    Germany

Posted 22 September 2009 - 10:40 AM

I don't think that is it since I have tried many combinations.

:loleverybody:

Joshua

#10 paraglider

paraglider

    Gold Member

  • .script developer
  • 1743 posts
  • Location:NC,USA
  •  
    United States

Posted 22 September 2009 - 12:06 PM

By default the project downloads with invalid source directories configured as the source on the Source tab. I always delete all the preconfigured source directories and add my source directory.

Also make sure that the windows aik directory is correct in the Preconfig script. Then hit Get Info. It should now default to 5 / 2 with Win7 ultimate.

#11 JonF

JonF

    Gold Member

  • .script developer
  • 1185 posts
  • Location:Boston, MA
  •  
    United States

Posted 22 September 2009 - 12:15 PM

ShellExecute: [Hide] using: ["C:\Program Files\Windows AIK\\Tools\amd64\imagex.exe"] with parameters: [/mount "F:\sources\boot.wim" 1 "%BaseDir%\Temp\Win7RescuePE\BootWimSrc"]

The double backslashes may also cause problems, but apparently only on some machines. I changed VistaPE-CAPI procesing the WAIK location box recently, which apparently fixed a problem for one user:

StrFormat,RIGHT,%pFileBox1%,1,%LastChar%

If,%LastChar%,Equal,\,StrFormat,RTRIM,%pFileBox1%,1,%WAIKPath%

Else,Set,%WAIKPath%,%pFileBox1%


#12 rienholt

rienholt

    Newbie

  • Members
  • 15 posts
  •  
    United States

Posted 22 September 2009 - 02:30 PM

I must be doing something terribly wrong then because I have no way to choose 5. I can pick 1 or 2 for install and boot .wims.

Attached Files

  • Attached File  huh.jpg   38.93KB   21 downloads


#13 patsch

patsch

    Silver Member

  • Advanced user
  • 785 posts
  •  
    Germany

Posted 22 September 2009 - 02:44 PM

then you have no original source, a modified or a cracked one (the "activated" in the name suggests the last one, namely cracked)
try using the 90-day-free-trial Enterprise edition.

#14 rienholt

rienholt

    Newbie

  • Members
  • 15 posts
  •  
    United States

Posted 22 September 2009 - 09:03 PM

Thanks everyone for your assistance. I re downloaded all the project files and the process went smoothly. I am not sure what was fixed but I am happy it works.

#15 rienholt

rienholt

    Newbie

  • Members
  • 15 posts
  •  
    United States

Posted 23 September 2009 - 03:50 AM

Well the build under 'normal' mode worked fine but building to the ram model. Yields a different missing driver error after the loading screen with every build.

#16 patsch

patsch

    Silver Member

  • Advanced user
  • 785 posts
  •  
    Germany

Posted 23 September 2009 - 06:09 AM

here again: without log (or Screenshot with the error) it is difficult to help

#17 rienholt

rienholt

    Newbie

  • Members
  • 15 posts
  •  
    United States

Posted 23 September 2009 - 07:16 AM

The following systems persistently fail with the listed status:
cdrom.sys, sisraid4.sys, ntfs.sys, vsmraid.sys
Status: 0xc0000017
Info: Windows failed to load because a critical system driver is missing, or corrupt.

Attached Files

  • Attached File  Log.zip   90.2KB   0 downloads


#18 rienholt

rienholt

    Newbie

  • Members
  • 15 posts
  •  
    United States

Posted 23 September 2009 - 07:36 AM

Debug log

Attached Files



#19 Joshua

Joshua

    Silver Member

  • Advanced user
  • 526 posts
  • Location:Germany
  • Interests:Computer, Bikes, and many others
  •  
    Germany

Posted 23 September 2009 - 08:23 AM

Info: Windows failed to load because a critical system driver is missing, or corrupt.

post your: CheckSource.txt (PreConfig) :loleverybody:

Joshua

#20 patsch

patsch

    Silver Member

  • Advanced user
  • 785 posts
  •  
    Germany

Posted 23 September 2009 - 09:16 AM

the combination boot.wim = 2 and install.wim = 1 is only suitable for Win 7 Enterprise, so if you have not changed your source (before it was ultimate rtm) then you have to choose boot.wim = 2 and install.wim = 5, the CheckSource.txt should show it correctly

#21 rienholt

rienholt

    Newbie

  • Members
  • 15 posts
  •  
    United States

Posted 23 September 2009 - 07:36 PM

The process fails the same way with with the Technet x86 edition of enterprise set at 1 and my modified Ultimate RTM.

#22 patsch

patsch

    Silver Member

  • Advanced user
  • 785 posts
  •  
    Germany

Posted 23 September 2009 - 07:52 PM

first of all, no modified version of a win7 source will work
strange is that the free enterprise version will not work with boot.wim = 2 and install.wim = 1
I tested it a lot with a fresh download of Joshuas project on winbuilder 078 SP1
tested iso: 7600.16385.090713-1255_x86fre_enterprise_de-de_EVAL_Eval_Enterprise-GRMCENEVAL_DE_DVD.iso
Please post CheckSource.txt as Joshua already mentioned

#23 rienholt

rienholt

    Newbie

  • Members
  • 15 posts
  •  
    United States

Posted 23 September 2009 - 08:15 PM

Buildsystem : amd64
BaseDir : C:\PE
WaikDir : C:\Program Files\Windows AIK\
SourceDir : C:\PE\Win7Source
Info Install.wim : 1: Windows 7 ENTERPRISE
Info Boot.wim : 2: Microsoft Windows Setup (x86)
Language : en-US
Architecture : 0
Version : 6.1.7600.16385.0

imagex.exe found : YES

#24 rienholt

rienholt

    Newbie

  • Members
  • 15 posts
  •  
    United States

Posted 24 September 2009 - 02:05 AM

Also fails with a different copy of Win7.

Buildsystem : amd64
BaseDir : C:\PE
WaikDir : C:\Program Files\Windows AIK\
SourceDir : C:\PE\Win7Source
Info Install.wim : 5: Windows 7 ULTIMATE
Info Boot.wim : 2: Microsoft Windows Setup (x86)
Language : en-US
Architecture : 0
Version : 6.1.7600.16385.0

imagex.exe found : YES

Attached Files

  • Attached File  log.zip   92.95KB   2 downloads


#25 patsch

patsch

    Silver Member

  • Advanced user
  • 785 posts
  •  
    Germany

Posted 24 September 2009 - 03:38 AM

can you please attach the debug log?
check 'Tools >> Options >> Debug log'




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users