Here a photo from screen. Sorry for my late reply. Much to do :)
Here a photo from screen.
I changed to a script. But it says no such file or directory. I used iso master an saved my script inside live directory. I give the rights 755. Then I build a new Iso. This ist now my 30_clonezilla file: #!/bin/sh exec tail -n +3 $0 menuentry "Clonezilla UB Mantic" { insmod lvm set isofile="/boot/clonezilla-live-20231102-mantic-amd64s.iso" loopback loop $isofile linux (loop)/live/vmlinuz boot=live live-media=/dev/mapper/pve-root config locales=de_DE.UTF-8 keyboard-layouts=de ocs_prerun1="dhclient...
Sorry. I said "postrun", not "prerun". It was a typo. postrun doesn't work.
I test it with ocs_prerun2="grub-reboot 0 && reboot" but it doesn't work I will test more options. :)
Yes. I can do everything but all the time starting in Clonezilla. Is there a way maybe change something in iso file? Maybe when the reboot command is called ?
Hello... I have set up clonezilla to backup my Proxmoxserver host to a Synology NAS. I have done the following steps: i made a copy of /boot/grub/grub.cfg. sed -i 's/save_env/#save_env/g' /boot/grub/grub.cfg then I saved the Clonezilla.iso in the directory /boot wget https://sourceforge.net/projects/clonezilla/files/clonezilla_live_alternative/20231102-mantic/clonezilla-live-20231102-mantic-amd64.iso executed apt update and apt upgrade and for ssh apt install whois. created a file in /etc/grub.d/...
Hello... Thanks mounten is a good idea. I will do it in this way. Is a pitty the files will be renamed.. thanks for your information