Outils pour utilisateurs

Outils du site


tech:notes_ghost_image_systeme_clonezilla

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
tech:notes_ghost_image_systeme_clonezilla [2025/11/09 18:47] Jean-Baptistetech:notes_ghost_image_systeme_clonezilla [2026/06/07 19:12] (Version actuelle) – modification externe 127.0.0.1
Ligne 1: Ligne 1:
 +<!DOCTYPE markdown>
 +{{tag>Brouillon}}
 +
 +# Notes ghost image système CloneZilla
 +
 +Voir : 
 +* https://www.pontikis.net/blog/clonezilla-partition-image-backup-restore
 +
 +Mot de passe pour la console
 +|              |      |
 +| ------------ | ---- |
 +| **User**     | user |
 +| **Password** | live |
 +
 +
 +## Autres
 +
 +~~~bash
 +sudo su
 +loadkeys fr
 +
 +lsblk
 +grep linux /run/live/medium/boot/grub/grub.cfg
 +
 +cat /etc/ocs/ocs-live.conf
 +
 +ocs-live-restore
 +~~~
 +
 +Error : Disk "" not found on the system!
 +
 +
 +
 +### Automatic cloning without confirmation
 +
 +`-batch`
 +
 +~~~bash
 +# ocs_live_extra_param="-batch -g auto -e1 auto -e2 -r -j2 -p true restoredisk my-image sda"
 +ocs_live_extra_param="-g auto -e1 auto -e2 -r -j2 -p true restoredisk my-image sda"
 +~~~
 +
 +
 +### Autres
 +
 +~~~bash
 +ocs_live_run="ocs-live-general"
 +ocs_live_run="ocs-live-restore"
 +~~~
 +
 +
 +### Clavier
 +
 +~~~bash
 +ocs_live_keymap="/usr/share/keymaps/i386/qwertz/fr_CH-utf8.kmap.gz" ocs_lang="en_US.UTF-8" 
 +~~~
 +
 +
 +### Autres
 +
 +
 +CloneZilla utilise sfdisk
 +~~~bash
 +LC_ALL=C grep -Ev '^last-lba:' sdb-pt.sf | sfdisk --wipe always --force /dev/sdb
 +~~~
 +
 +`sdb-pt.sf`
 +~~~python
 +label: gpt
 +label-id: 2668D20F-7249-4150-978E-ECD8595A596A
 +device: /dev/sdb
 +unit: sectors
 +first-lba: 34
 +last-lba: 1873280990
 +sector-size: 512
 +~~~
 +
 +
 +
  

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki