Possible solutions when connection drops or CRC-error message with Clonezilla. |
If you have network connection drops or CRC-error message, this workaround might work for you. i.e. Use ethtool to limit the speed and other tunings, e.g.
- ethtool -s eth0 speed 100 duplex half autoneg off
- edit "/etc/drbl/drbl-ocs.conf", change udp_sender_extra_opt_default="" as udp_sender_extra_opt_default="--max-bitrate 150m"
- uncheck -x option in restore disk under advance options
For more info, please check here and here.
Thanks to Koen Wybo (koen.wybo _at_ telenet be) and fuddy2for sharing them.
|
|