stevenshiau / clonezilla

Clonezilla is a partition or disk clone tool similar to Norton Ghost®. It saves and restores only used blocks in hard drive. Two types of Clonezilla are available, Clonezilla live and Clonezilla SE (Server Edition).
GNU General Public License v2.0
609 stars 95 forks source link

Clonezilla Live won't power off after restore #77

Open haqthat opened 2 years ago

haqthat commented 2 years ago

Using clonezilla sever, booting clonezilla live multicast. Recently the cloned machines are failing to poweroff after they have been imaged. They image fine, but halt at a blank screen with blinking cursor at the very end.

Here is relevent entry in /tftpboot/nbi_img/pxelinux.cfg/default;

KERNEL Clonezilla-live-vmlinuz APPEND initrd=Clonezilla-live-initrd.img boot=live union=overlay username=user hostname=jammy config loglevel=0 noswap edd=on nomodeset enforcing=0 locales=en_US.UTF-8 keyboard-layouts=us ocs_live_extra_param= ocs_live_batch=no live-netdev="eth0" net.ifnames=0 noeject netboot=nfs nfsroot=10.4.160.40:/tftpboot/node_root/clonezilla-live/ ocs_server="10.4.160.40" ocs_daemonon="ssh" ocs_prerun="mount -t nfs 10.4.160.40:/home/partimag /home/partimag/" ocs_live_run="ocs-sr -l en_US.UTF-8 -g auto -e1 auto -e2 -r --clone-hidden-data -k1 --ignore-chk-dsk-size-pt -p poweroff -scr --mcast-port 2232 multicast_restoredisk 2022-10-17-07-NVME nvme0n1"

TEXT HELP Clonezilla Live 20220620-jammy-amd64 runs on RAM

stevenshiau commented 1 year ago

Normally this is related to the Linux kernel. Do you have any differences or changes on your client machines? Or you did an update for the server?

Steven

haqthat commented 1 year ago

The server is running 4.4.0-210-generic #242-Ubuntu

apt list clonezilla -a Listing... Done clonezilla/drbl,drbl,now 4.5.16-drbl1 all [installed] clonezilla/drbl,drbl 4.5.5-drbl1 all clonezilla/xenial,xenial 3.10.11-3 all

Running Clonezilla Live 20220620-jammy-amd64 PXE booting from clonezilla server

The clients vary from desktops to laptops, they all experience the same issue, but we mostly image Dell Latitude 5425 Rugged Business Laptops

Any suggestions?

stevenshiau commented 1 year ago

Is that possible you can try Clonezilla live on the client machine? If it works, then you can try to use this mode in Clonezilla SE: https://clonezilla.org/clonezilla-SE/use_clonezilla_live_in_drbl.php

Steven