Page 1 of 1

TBWinPE Makedisk Error: Unable to Create File

Posted: Fri Jan 31, 2014 3:25 am
by TAC109
Generating an ISO with TBWinPE, when I 'set languagepack=en-gb',
MakeDisk gives the error below after supplying the file name to
create, and pressing 'finish'.

Works ok without 'en-gb'.

I can create a working 'bootfile' image with 'set languagepack=en-gb'.


Error screen:-

---------------------------
MakeDisk - TBWinPE with Image for Windows V2
---------------------------
Unable to create file
\boot\BCD{4b68cbfc-8a1b-11e3-b891-685d43e8b3e9}.TMContainer00000000000000000001.regtrans-ms
---------------------------
OK
---------------------------

Re: TBWinPE Makedisk Error: Unable to Create File

Posted: Fri Jan 31, 2014 5:06 am
by TeraByte Support(PP)
Could be a path related issue. However, I don't see the error in my test builds. What is the complete path to the TBWinPE folder?

Since you're using the ADK you could try using the "oscdimg" program (it's one of the included utilities). For example, from the TBWinPE folder:
oscdimg -m -u2 -udfver102 -bootdata:2#p0,e,b"etfsboot.com"#pEF,e,b"efisys.bin" "ISO" "tbwinpe_oscdimg.iso"

Re: TBWinPE Makedisk Error: Unable to Create File

Posted: Fri Jan 31, 2014 11:47 pm
by TAC109
On Thu, 30 Jan 2014 21:06:47 PST, TeraByte Support(PP) wrote:

>Could be a path related issue. However, I don't see the error in my test builds. What is the complete path to the TBWinPE folder?
>
D:\TBWinPE
I'm writing the .ISO to the same folder.

>Since you're using the ADK you could try using the "oscdimg" program (it's one of the included utilities). For example, from the TBWinPE folder:
>oscdimg -m -u2 -udfver102 -bootdata:2#p0,e,b"etfsboot.com"#pEF,e,b"efisys.bin" "ISO" "tbwinpe_oscdimg.iso"
>
Yes, that works.

I've tried some experiments and MakeDisk always fails with the same
error message if using 'set languagepack=en-gb'.

Tried option 1, option 2, standard TBLauncher.ini. None work.
I'm using 8.1 ADK on Win7 64bit patched up to date.

Ancillary question - do I need to include the downloaded RST drivers,
or are they included in the 8.1 ADK?

Re: TBWinPE Makedisk Error: Unable to Create File

Posted: Sat Feb 01, 2014 12:41 am
by TeraByte Support(PP)
Is it only that one language pack that causes the error? Have you tried any others (just to test it)?

The 8.1 ADK should include current enough RST drivers to avoid the 3TB drive issue. They're probably not the latest anymore, though.

Re: TBWinPE Makedisk Error: Unable to Create File

Posted: Sat Feb 01, 2014 1:55 am
by TAC109
On Fri, 31 Jan 2014 16:41:22 PST, TeraByte Support(PP) wrote:

>Is it only that one language pack that causes the error? Have you tried any others (just to test it)?
>
>The 8.1 ADK should include current enough RST drivers to avoid the 3TB drive issue. They're probably not the latest anymore, though.
>
ar-sa works
bg-bg fails same way
cs-cz fails the same way
da-dk fails the same way
ar-sa works (tested again to make sure)
de-de fails the same way
el-gr fails the same way
en-us fails the same way
es-es fails the same way
et-ee fails the same way

Is that enough?