Jump to content











Photo
- - - - -

Boot a Acronis True Image 2014 ISO image with grub2 at UEFI


  • Please log in to reply
53 replies to this topic

#51 kyvaith

kyvaith
  • Members
  • 5 posts
  •  
    Poland

Posted 09 March 2015 - 12:13 PM

Or maybe not, as a matter of fact someone may decide to not help you only because you bump threads everywhere for no other reason than to ask for help.

 

:duff:

Wonko

 

#Wonko - thank you for your reply. I pasted the link here exactly to ask for help. It's only in here and msfn.org. I did not know that it is forbidden, for which I apologize.

 
I assure you, however, I'll repay your help, posting a tutorial how prepare my universal stick solution. I just need to get the PoC done. I think my solution is something fresh in multiboot world so it will be helpful for others.
 
Tom.


#52 TheHive

TheHive

    Platinum Member

  • .script developer
  • 4199 posts

Posted 10 March 2015 - 09:15 AM

 

 
I assure you, however, I'll repay your help, posting a tutorial how prepare my universal stick solution. I just need to get the PoC done. I think my solution is something fresh in multiboot world so it will be helpful for others.
 
Tom.

 

:good:



#53 hason

hason

    Member

  • Members
  • 50 posts
  •  
    Vietnam

Posted 19 September 2015 - 04:41 PM

Acronis True Image 2016 has some change in ISO image. Now, it can boot very easy with grub2. I have some tips for this version (PE&ISO).

- Multi Language code for windows PE: very easy change it in PE

REG.exe Add HKLM\Software\Acronis /f /v "language" /T REG_DWORD /D "1"

- Multi Language code for linux rescue media: Edit file BOOTIA32.XML, BOOTX64.XML


Arguments="  lang=1; quiet"

and BOOTWIZ.CFG

KERNEL dat10.dat lang=11 force_modules=usbhid quiet

- If try with Recovery Manager (F11), only need extract folder Recovery Manager from original ISO; Extrac DAT12.DAT; rename ramdisk.dat & ramdisk64.dat to ramdisk_merged.dat & ramdisk_merged64.dat.
+Grub2 (Boot with grub2 can use Recovery Manager)

menuentry "Acronis True Image Home 2016 - F11" {
linux /Recovery\ Manager/kernel64.dat lang=1 force_modules=usbhid quiet
initrd /Recovery\ Manager/ramdisk_merged64.dat /Recovery\ Manager/DAT12.DAT
boot
}
menuentry "Acronis True Image Home 2016 - Extract ISO" {
linux /acronis/dat10.dat quiet force_modules=usbhid
initrd /acronis/dat11.dat /acronis/dat12.dat
boot
}

+ Grub4dos (F11 error)

title Acronis True Image Home 2016 - F11
find --set-root --ignore-floppies --ignore-cd /Recovery\ Manager/kernel.dat
kernel /Recovery\ Manager/kernel64.dat lang=1 force_modules=usbhid quiet
initrd /Recovery\ Manager/ramdisk_merged64.dat /Recovery\ Manager/DAT12.DAT
title Acronis True Image 2016
find --set-root --ignore-floppies --ignore-cd /acronis/dat10.dat
kernel /acronis/dat10.dat force_modules=usbhid quiet
initrd /acronis/dat11.dat /acronis/dat12.dat

- If use ISO image, can use this code in grub2 for uefi & legacy

menuentry "Acronis True Image Home 2016 ISO" {
set quiet=1
set gfxpayload=1024x768x32,1024x768
set mbrcrcs=on
set isofile="/iso/AcronisBootableMedia.iso"
search --set -f $isofile
loopback loop $isofile
linux (loop,msdos1)/dat10.dat lang=1 quiet force_modules=usbhid
initrd (loop,msdos1)/dat11.dat (loop,msdos1)/dat12.dat
boot
}

- Language code (lang=): 1-ENGLISH; 11-BRAZIL; 13-CHINESE; 14-CHINESET; 8-CZECH; 6-DUTCH; 27-ESPANA; 2-GERMAN; 25-INDIAN; 15-ITALIAN; 9-JAPAN; 3-KOREAN; 5-POLISH; 19-PORTUGUESE; 0-RUSSIAN; 12-SPANISH; 17-FRENCH

:)


Edited by hason, 19 September 2015 - 04:45 PM.

  • OboeJoe likes this

#54 OboeJoe

OboeJoe
  • Members
  • 1 posts
  • Location:Houston, TX
  •  
    United States

Posted 05 October 2015 - 12:23 AM

Acronis True Image 2016 has some change in ISO image. Now, it can boot very easy with grub2. I have some tips for this version (PE&ISO).

 

 

Thank you hason. The ISO menuentry works perfectly for ATI 2016. You've saved me a good bit of time.

 

OboeJoe

---

Honk!






2 user(s) are reading this topic

0 members, 2 guests, 0 anonymous users