User Tools

Site Tools


clonezilla

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

clonezilla [2021-05-06 12:28:45]
mi created
clonezilla [2021-05-06 12:45:08] (current)
mi
Line 1: Line 1:
 +=Make USB boot key
 +
 +Format as vfat, copy image, make bootable:
 +
 +  disk=/​dev/​sdb;​ label=CZ_2021
 +  sudo apt install gparted
 +  sudo gparted $disk 
 +  sudo fatlabel ${disk}1 $label
 +
 +  unzip Downloads/​clonezilla-live-2.7.1-22-amd64.zip -d /​media/​$USER/​$label/​
 +  cd /​media/​$USER/​$label/​utils/​linux/​
 +  sudo bash makeboot.sh ${disk}1
 +
 +
 =Boot parameters =Boot parameters
  
/docs/dokuwiki/data/attic/clonezilla.1620296925.txt.gz ยท Last modified: 2021-05-06 12:28:45 by mi