User Tools

Site Tools


userspace:clonezilla_-_grub2

This is an old revision of the document!


Created by Thomas_H
Comments and Updates welcome

For the following entry it is strictly needed, that you have an ftp-server installed. In this case it's vsftpd, but it could be any other ftp-server, which allows anonymous logins and a chroot for anonymous.

We do not allow uploads for anonymous.

Edit the /tftpboot/opsi/opsi-linux-bootimage/cfg/grub-custom.cfg for your own entries in PXE-Menu.

For clonezilla add:

submenu “Start Clonezilla” {

      set gfxpayload=keep
      linux (pxe)opsi/opsi-linux-bootimage/ISOs/clonezilla/vmlinuz boot=live config locales=de_DE.UTF-8 keyboard-layouts=de ocs_prerun="dhclient" noswap edd=on nomodeset noprompt nosplash ocs_live_run="/usr/sbin/ocs-sr -um beginner -q2 -j2 -z1p -sc -p poweroff ask_user" ocs_live_extra_param="" ocs_live_batch=no ocs_netlink_timeout=5 fetch=ftp://<ip-of-your-ftp-server>/clonezilla/filesystem.squashfs
      initrd (pxe)opsi/opsi-linux-bootimage/ISOs/clonezilla/initrd.img

}

if you want a diffrent language, change the option locales=

Important: change the path after “fetch=” to your own path to filesystem.squashfs!!

userspace/clonezilla_-_grub2.1709629799.txt.gz · Last modified: 2024/03/05 09:09 by Thomas_H