I use Clonezilla with servers that have several network interfaces, but I usually have only one connected. So I have to sit through "Getting the linking status..." for 30 seconds each. Is there some way to make it stop searching after it finds one good interface? Or at least reduce the timeout?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
One possible solution is you swtich to another console (ctrl-alt-F2) before starting Clonezilla wizard, then run something like the following to configure the network:
sudo ocs-live-netcfg -t 5
which means to set the timeout for detection as 5 secs.
Then switch back to console 1 (ctrl-alt-F1) to continue Clonezilla wizard.
Steven
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I use Clonezilla with servers that have several network interfaces, but I usually have only one connected. So I have to sit through "Getting the linking status..." for 30 seconds each. Is there some way to make it stop searching after it finds one good interface? Or at least reduce the timeout?
One possible solution is you swtich to another console (ctrl-alt-F2) before starting Clonezilla wizard, then run something like the following to configure the network:
sudo ocs-live-netcfg -t 5
which means to set the timeout for detection as 5 secs.
Then switch back to console 1 (ctrl-alt-F1) to continue Clonezilla wizard.
Steven