Jump to content











Photo
- - - - -

Acronis True Image Home 2012...2014


  • Please log in to reply
80 replies to this topic

#51 2aCD

2aCD

    Frequent Member

  • .script developer
  • 345 posts
  •  
    Germany

Posted 23 August 2013 - 05:50 PM

It seems you have not the correct directory for filecopy.

The %BaseDir% is not inside project.

Better you use %GlobalTemplates%\MultiWim  (\WinPE\Workbench\Common\MultiWim) for the boot2.wim

Not forget to select Grub4Dos-Menu in Multiwin



#52 Johnb175

Johnb175

    Member

  • Members
  • 55 posts
  •  
    United States

Posted 23 August 2013 - 06:55 PM

Ok, I have the *.wim files in \Workbench\Common\MulitWim.  They are called acronis_2013.wim, acronis_echo.wim and acronis_br11.wim.  In the MultiWim section I have the paths set to the following:

%GlobalTemplates%\MultiWim\acronis_2013.wim

%GlobalTemplates%\MultiWim\acronis_echo.wim

%GlobalTemplates%\MultiWim\acronis_br11.wim

 

I am getting the following error:

(MultiWim.script) FileCopy - Failed to copy [%BaseDir%\Workbench\Common\MultiWim\acronis_2013.wim] to: [%OtherOS_Target%]: The directory name is invalid.

Any more ideas?  The files are in the correct location.  Not sure what to do next.



#53 Johnb175

Johnb175

    Member

  • Members
  • 55 posts
  •  
    United States

Posted 23 August 2013 - 08:27 PM

Ok,I think I have the build error figured out.  Apparently I was using an older copy of MultiWim as mine did not have the drop down to select the grub for dos menu.  Anyway, it built successfully and I can see the three wim files on the flash drive in \Boot\IMG.  When I boot from the flash it shows the three options on the menu but no matter which one I select it always loads the same version of Acronis.  I've checked inside of the three wim files under \Program Files\Acronis to make sure I built the individual wim with the correct Acronis version and they all look correct.  Any ideas to what I am doing wrong here?



#54 2aCD

2aCD

    Frequent Member

  • .script developer
  • 345 posts
  •  
    Germany

Posted 23 August 2013 - 09:43 PM

Have you now BOOTMGR2...4 in the root of your Flash and in the menu.lst links to that different BOOTMGR?

The correct MultiWim is v11



#55 Johnb175

Johnb175

    Member

  • Members
  • 55 posts
  •  
    United States

Posted 23 August 2013 - 09:57 PM

Ok, I am using v11.  Yes. I have BOOTMGR, BOOTMGR2, BOOTMGR3, BOOTMGR4 in the root directory of the flash drive.  The menu.list shows the following:

title Win7PESE
chainloader /BOOTMGR
 
title Win7 with Acronis Echo
chainloader /BOOTMGR2
 
title Win7 with Acronis BR11
chainloader /BOOTMGR3
 
title Win7 with Acronis 2013
chainloader /BOOTMGR4


#56 2aCD

2aCD

    Frequent Member

  • .script developer
  • 345 posts
  •  
    Germany

Posted 23 August 2013 - 10:14 PM

That sounds good

If you look inside the BCD files (\boot\BCD2...$), you see the device entry to your Wimfiles

 

bcdedit /store [Path to BCD2..4]

 

Maybe your filename for wim file is to long. (I'm not shure if more than 8 character supported)



#57 Johnb175

Johnb175

    Member

  • Members
  • 55 posts
  •  
    United States

Posted 24 August 2013 - 12:16 AM

Ok I renamed the files to abr11.wim, aecho.wim, a2013,wim and made the changes in MultiWim.  I rebuilt the project and created a new flash drive.  It is still not loading the corresponding wim when I select it from the menu.  It simply loads the default one every time.  I assume you mean run bcdedit /store y:\boot\bc2?  If I run that I get the following:

x:\windows\system32>bcdedit /store y:\boot\bc2

Windows Boot Manager
--------------------
identifier              {bootmgr}
description             Windows Boot Manager
locale                  en-US
inherit                 {globalsettings}
nointegritychecks       Yes
default                 {default}
displayorder            {default}
toolsdisplayorder       {memdiag}
timeout                 30

Windows Boot Loader
-------------------
identifier              {default}
device                  ramdisk=[boot]\boot\img\aecho.wim,{7619dcc8-fafe-11d9-b4
11-000476eba25f}
path                    \windows\system32\boot\winload.exe
description             Windows Setup
locale                  en-US
inherit                 {bootloadersettings}
osdevice                ramdisk=[boot]\boot\img\aecho.wim,{7619dcc8-fafe-11d9-b4
11-000476eba25f}
systemroot              \windows
detecthal               Yes
winpe                   Yes
ems                     Yes

Any ideas on why it is not wanting to load the correct wim file?  I "think" I have done everything correctly.


Edited by Johnb175, 24 August 2013 - 12:17 AM.


#58 2aCD

2aCD

    Frequent Member

  • .script developer
  • 345 posts
  •  
    Germany

Posted 24 August 2013 - 07:30 AM

Yes, all thinks are ok. I have a last check.

If you rename the wim filename on flash that you will select at boot, an error occur at boot.

So you can see, if the correct wim will boot.



#59 Johnb175

Johnb175

    Member

  • Members
  • 55 posts
  •  
    United States

Posted 24 August 2013 - 01:59 PM

I renamed the \sources\boot.wim on the flash drive and then tried to boot from the flash drive and select any one of the three Acronis menu choices.  I get 0xc000000f.  The boot selection failed because a required device is inaccessible.  I also tried the reverse to make sure the acronis wim files would actually boot.  I copied for example \boot\img\aecho.wim to \sources and renamed it to boot.wim and then every menu choice I select boots and loads Acronis Echo.  So it's definitely loading the default no matter what menu choice I select and the wim files are good.


Edited by Johnb175, 24 August 2013 - 02:02 PM.


#60 2aCD

2aCD

    Frequent Member

  • .script developer
  • 345 posts
  •  
    Germany

Posted 24 August 2013 - 02:50 PM

Ok, I think the BOOTMGR2...4 is not correct patched to use BC2..4. Can you attached Logfile now (more reply option). I will look in the evening. I'm not at home at time.

#61 Johnb175

Johnb175

    Member

  • Members
  • 55 posts
  •  
    United States

Posted 24 August 2013 - 05:09 PM

Ok. You can see the log by clicking here. I still cannot upload attachments to the forum unless I am doing something wrong. I just uploaded it to a skydrive account. Let me know what you find. I would really like to get this to work, I just can't see what I am doing wrong.

Edited by Johnb175, 24 August 2013 - 05:12 PM.


#62 2aCD

2aCD

    Frequent Member

  • .script developer
  • 345 posts
  •  
    Germany

Posted 24 August 2013 - 10:42 PM

Hi Johnb175,

I have found the reason for problem. You use WB80. This version has a problem to interpret the line in MultiWim that patch the Bootmgr2...4.

Use please the version 82 from Winbuilder and it works. 

But I will change the MultiWim to work also with WB80



#63 Johnb175

Johnb175

    Member

  • Members
  • 55 posts
  •  
    United States

Posted 24 August 2013 - 10:57 PM

I'm not sure how that is possible.  I am launching Win7PESE82_Builder.exe.  I do see a Win7PESE80_Builder.exe in the directory though.



#64 Johnb175

Johnb175

    Member

  • Members
  • 55 posts
  •  
    United States

Posted 24 August 2013 - 11:55 PM

For some reason I am also noticing that Hiren's Tools is not showing on the PE desktop or start menu.  It is selected and the iso does exist in %GlobalTemplates%\Hirens\.  Does the new WinBuilder prevent it from showing?  I know using the ancient WinBuilder version that I was using before it would put an icon on the PE desktop and you could access all the tools.



#65 2aCD

2aCD

    Frequent Member

  • .script developer
  • 345 posts
  •  
    Germany

Posted 25 August 2013 - 03:46 PM

I have patched the MultiWim script to run also with the old WB080

 

here you can download the v12 in advance:

 

Attached File  zMultiWim.script   36.16KB   1131 downloads

 

 

 

For some reason I am also noticing that Hiren's Tools is not showing on the PE desktop or start menu.  It is selected and the iso does exist in %GlobalTemplates%\Hirens\.  Does the new WinBuilder prevent it from showing?  I know using the ancient WinBuilder version that I was using before it would put an icon on the PE desktop and you could access all the tools.

 

I have check this and can't reproduce the problem. If enabled 'create Desktop shortcut', the shortcut is available on the PE-Desktop.

You can check the shortcut after build in %TargetDir%\Windows\system32\win7pe.cfg

 

[Shortcut]

Desktop|Hirens Windows Tools|Y:\HBCD\HBCDMenu.exe||

 

 

 



#66 Johnb175

Johnb175

    Member

  • Members
  • 55 posts
  •  
    United States

Posted 25 August 2013 - 04:13 PM

I finally figured it out this morning.  On my base project (not the initial wims that I created with MulitWim), I had hadn't select Hiren's.  Since Hirens does not load into RAM it was not on the flash drive.  Apparently if the folder does not exist then the shortcut is not created.  My error.  I just overlooked it.  On a positive note almost everything is working perfectly.  MultWim is awesome!  One last thing I would like to figure out.  The Acronis Backup and Recovery 11 script is not registering a service called "Acronis Managed Machine Service".  It works with the old WinBuilder I was using from 2011 but not with this latest one.  Someone else posted about it and said that it was the changes in the Macro Library script but no solution was offered.  Is this something that a scripting guru like yourself could look at?  I've tried looking through it but don't really understand what I am looking for.  I posted it here.  Thanks again for all your help.  I really appreciate it.



#67 2aCD

2aCD

    Frequent Member

  • .script developer
  • 345 posts
  •  
    Germany

Posted 25 August 2013 - 07:43 PM

Hi Johnb175,

 

for Acronis BR11 look here:

 

http://reboot.pro/to...-win7pe/page-4?



#68 BrollyLSSJ

BrollyLSSJ

    Member

  • Members
  • 30 posts
  •  
    Germany

Posted 21 September 2013 - 09:19 PM

Do you plan on adding support for True Image Home 2014 by Acronis? 



#69 2aCD

2aCD

    Frequent Member

  • .script developer
  • 345 posts
  •  
    Germany

Posted 23 September 2013 - 04:25 PM

Yes, I check and test the new version in the near future.
I think the premium-version is needed.



#70 vigipirate

vigipirate

    Member

  • Members
  • 99 posts
  •  
    France

Posted 23 September 2013 - 06:05 PM

please aomei backupper v1.06 free



#71 smartalek

smartalek
  • Members
  • 1 posts
  •  
    Germany

Posted 02 October 2013 - 11:26 AM

Hey 2aCD,

 

have you checked if your script supports True Image 2014? I have a Premium Version here and a first try was not successful. Any help would be appreciated!


Edited by smartalek, 02 October 2013 - 11:27 AM.


#72 Mikka

Mikka

    Frequent Member

  • Developer
  • 175 posts
  •  
    Germany

Posted 17 December 2013 - 12:46 PM

I've got a question for these, who use both Acronis editions 2013 and 2014:

Did you notice a difference between the 2 versions concerning GPT support?

 

My impression was that ed. 2013 had issues detecting a GPT disk using Acronis PE.

In this case, if this was improved for ed. 2014, a WinBuilder plugin for it would be nice.



#73 2aCD

2aCD

    Frequent Member

  • .script developer
  • 345 posts
  •  
    Germany

Posted 15 January 2014 - 11:26 AM

Hi friends,

 

now the script is updated for adiitional Support of Acronis TrueImage Home 2014

 

best regards

2aCD



#74 vigipirate

vigipirate

    Member

  • Members
  • 99 posts
  •  
    France

Posted 15 January 2014 - 07:30 PM

hello 2aCD
really thank you for your work another time
my best wishes for 2014



#75 BrollyLSSJ

BrollyLSSJ

    Member

  • Members
  • 30 posts
  •  
    Germany

Posted 15 January 2014 - 10:19 PM

Thank you for the update.






0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users