How can I debug the clonezilla if it fails ? |
0. use dcs to switch the mode you want, like clonezilla-start -> save disk, then you will got a complete drbl-ocs command like:
"drbl-ocs --clients-to-wait 1 -x -z3 -l en startdisk save".
1. in server, run "dcs" -> remote-linux-txt
2. boots the client
3. When client shows the text mode login prompt, in server, run the above command you got, this time, add two extra parameters:"-p true -nogui", like: "drbl-ocs -p true -nogui -v --clients-to-wait 1 -x -z3 -l en startdisk save".
4. login client
5. in client, run "bash -x /etc/rc1.d/S19ocs-run -d start" to get the verbose messages when runing clonezilla.
|
|