使用者工具

網站工具


clonezilla-live

go to https://sourceforge.net/projects/clonezilla/ and download clonezilla-live-2.7.2-38-i686-pae.zip
$ mkdir clonezilla-live && cd clonezilla-live
$ unzip ../clonezilla-live-2.7.2-38-i686-pae.zip
$ lr live/

總用量 286092
-rwxr-xr-x 1 feuer feuer   1474560  4月  8  2013 freedos.img
-rw-r--r-- 1 feuer feuer    182704  6月 26  2015 memtest
-rw-r--r-- 1 feuer feuer    305783  2月 10  2019 ipxe.lkn
-rw-r--r-- 1 feuer feuer    848224  2月 10  2019 ipxe.efi
-r--r--r-- 1 feuer feuer   4983232  5月 28 16:31 vmlinuz
-r--r--r-- 1 feuer feuer  27560544  5月 30 18:53 initrd.img
-r--r--r-- 1 feuer feuer 257560576  5月 30 18:53 filesystem.squashfs
-r--r--r-- 1 feuer feuer        12  5月 30 18:53 filesystem.packages-remove
-r--r--r-- 1 feuer feuer     17218  5月 30 18:53 filesystem.packages
-rw-r--r-- 1 feuer feuer       166  5月 30 19:00 Clonezilla-Live-Version

(su)
# cd /var/lib/tftpboot/X86PC/linux/
# mkdir ClonezillaLive && cd ClonezillaLive
# cp /home/feuer/downloads/clonezilla-live/live/vmlinuz .
# cp /home/feuer/downloads/clonezilla-live/live/initrd.img .
# cp /home/feuer/downloads/clonezilla-live/live/filesystem.squashfs .
# vi ../pxelinux.cfg/default

label ClonezillaLive
        kernel ClonezillaLive/vmlinuz
        append initrd=ClonezillaLive/initrd.img boot=live union=overlay live-config noswap nolocales edd=on nomodeset ocs_live_run="ocs-live-general" ocs_live_extra_param="" keyboard-layouts= ocs_live_batch="no" locales= vga=788 nosplash fetch=tftp://192.168.1.1/X86PC/linux/ClonezillaLive/filesystem.squashfs

可以正常 pxe 啟動,是 debian 系統,可以用來處理硬碟 image,備份或還原、向(從)網路主機備份(還原)。

clonezilla-live.txt · 上一次變更: 2021/06/03 16:02 由 fire