Direkt zum Inhalt

Boot UEFI GRUB2 TRUE IMAGE LINUX

Thread needs solution
Beginner
Beiträge: 1
Kommentare: 0

I've been looking for a way to boot Acronis True Image ISO on my storage system (UEFI only) running debian 9 stretch with openmediavault and grub2. Today I found an easy way to do it.
Here it is:
First I created a Linux based ISO from my installed ATI 2019 installation.
I opened the ISO with Ultraiso and extracted these files:

DAT10.DAT
DAT11.DAT
DAT12.DAT

I copied the files to my debian boot directory.
To add ATI to the boot menu, I put the following lines in the “/etc/grub.d/40_custom” file:

menuentry "Acronis True Image 2019 x64" {
linux /boot/dat10.dat force_modules=usbhid quiet
initrd /boot/dat11.dat /boot/dat12.dat
}

Saved the 40_custom file and updated grub2 via terminal with this command:
update-grub2

That’s it, enjoy!

0 Users found this helpful

Jeff, welcome to these public User Forums.

Thanks for sharing your findings here.