- I can use the default manual step-by-step approach to restore thebackup to a new non-partitioned SSD without any problems.
- I can restore using my automated unattended Clonezilla script torestore the backup to any partitioned SSD.
- I cannot restore using my automated unattended Clonezilla script to anew non-partitioned SSD as this gives out the following issue
Error: /dev/sda: unrecognised disk label
This is my preSeed script (beware that I did format to ease readability):
menuentry "Flysoft RESTORE" { search --set -f /live/vmlinuz $linux_cmd /live/vmlinuz boot=live union=overlay username=user config components quiet noswap edd=on nomodeset enforcing=0 nopromptocs_prerun="mount /dev/sdb2 /mnt"ocs_prerun1="mount --bind /mnt/images /home/partimag/"ocs_live_run="ocs-sr -g auto -e1 auto -e2 -r -j2 -k -scr -batch -p reboot restoredisk ask_user sda"keyboard-layouts="de"ocs_live_batch="yes" locales=de_DE.UTF-8 vga=788 ip= nosplash net.ifnames=0 splash i915.blacklist=yes radeonhd.blacklist=yes nouveau.blacklist=yes vmwgfx.enable_fbdev=1 $initrd_cmd /live/initrd.img}
