How can I run Clonezilla live using serial console ? |
Yes, from Clonezilla live 1.2.1-11 or later, you can append the following to the boot parameters:
live-getty console=ttyS0,38400n81 ocs_live_run_tty=/dev/ttyS0
Then Clonezilla live main menu will be shown in the serial console ttyS0.
If you want to show the boot menu for uEFI machine, you can edit the file /boot/grub/grub.cfg.
Uncomment these 3 lines:
serial --unit=0 --speed=38400
terminal_input serial
terminal_output serial
|
|