step by step Clonezilla LIVE Boot Using ISO
Clonezilla LIVE Boot Using ISO - CentOS 7 Step 1: Download Ubuntu From "http://clonezilla.org/downloads.php" http://iij.dl.osdn.jp/clonezilla/67927/clonezilla-live-20170626-zesty-amd64.iso Download: ubuntu 16.4 mkdir /live cd /live wget http://iij.dl.osdn.jp/clonezilla/67927/clonezilla-live-20170626-zesty-amd64.iso mv clonezilla-live-20170626-zesty-amd64.iso /boot/clonezilla.iso Step 2: Add Menuentry on grub.cfg Loopback Explantion : The loopback line must reflect the actual location of the ISO file. In the example, the ISO file is stored in the / directory X is the drive number, starting with 0; Y is the partition number, starting with 1 menuentry 'clonezilla' { set isofile="/live/clonezilla.iso" loopback loop (hd0,2)$isofile linux (loop)/live/vmlinuz boot=live config nolocales edd=on nomodeset noprompt ocs_live_extra_param="" keyboard-...