Acronis True Image 2021 - grub2.cfg - Eintrag // Multi-Boot-Multi-
Hallo zusammen,
ich suche für meinen Multi - Boot - USB Stick einen grub2.cfg - Eintrag für Acronis.
Ich habe mir im Internet in etwa einen zusammengebastelt, allerdings erhalte ich dort den Feher
Siehe Bild.
Die acronis.cfg die ich nutze:
for isofile in $isopath/AcronisTrueImage2021_34340.iso; do
if [ -e "$isofile" ]; then
regexp --set=isoname "$isopath/(.*)" "$isofile"
submenu "$isoname ->" "$isofile" {
iso_path="$2"
loopback loop "$iso_path"
menuentry "Acronis True Image 2021" {
set quiet=1
set gfxpayload=1024x768x32,1024x768
set mbrcrcs=on
set isofile="/boot/isos/AcronisTrueImage2021_34340.iso"
search --set -f $isofile
loopback loop $isofile
linux /boot/isos/trueimage/kernel64.dat ramdisk_size=32768 quiet
root=/dev/sdXY
boot
}}
fi
done
Versteh es nicht.. seit zwei Stunden an dem Problem .
Bitte um Hilfe.
LG
Attachment | Size |
---|---|
WhatsApp Image 2020-12-02 at 18.16.06.png | 74.74 KB |


- Log in to post comments