Hi,
I'm trying to PXE boot 20200703-focal version and it stucks trying to get IP address from dhcp for WWAN0 interface (I guess it's my wireless) and no even try to use eth0.
When it stops, in built-in shell I can bring up eth0 and get IP by dhclient -v eth0, so interface is supported.
My PXE menu item looks like:
KERNEL clonezilla_alt/vmlinuz
APPEND initrd=clonezilla_alt/initrd.img boot=live username=user union=overlay config components quiet noswap edd=on nomodeset nodmraid locales= keyboard-layouts= ocs_live_run="ocs-live-general" ocs_live_extra_param="" ocs_live_batch=no net.ifnames=0 nosplash noprompt fetch=tftp://192.168.2.1/clonezilla_alt/filesystem.squashfs
and it works for standart clonezilla version.
I've tryied ocs_prerun: ocs_prerun="sudo ifconfig wwan0 down" ocs_prerun1="sudo ifconfig eth0 up" ocs_prerun2="dhclient -v eth0" ocs_prerun3="sleep 2"
But this changes nothing.
Are there some other ways to make clonezilla use eth0 instead of wwan0 ?
P.S.
Just tried ocs_preload instead of ocs_prerun - still no success
Last edit: Altersync 2020-10-10
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I'm trying to PXE boot 20200703-focal version and it stucks trying to get IP address from dhcp for WWAN0 interface (I guess it's my wireless) and no even try to use eth0.
When it stops, in built-in shell I can bring up eth0 and get IP by dhclient -v eth0, so interface is supported.
My PXE menu item looks like:
KERNEL clonezilla_alt/vmlinuz
APPEND initrd=clonezilla_alt/initrd.img boot=live username=user union=overlay config components quiet noswap edd=on nomodeset nodmraid locales= keyboard-layouts= ocs_live_run="ocs-live-general" ocs_live_extra_param="" ocs_live_batch=no net.ifnames=0 nosplash noprompt fetch=tftp://192.168.2.1/clonezilla_alt/filesystem.squashfs
and it works for standart clonezilla version.
I've tryied ocs_prerun: ocs_prerun="sudo ifconfig wwan0 down" ocs_prerun1="sudo ifconfig eth0 up" ocs_prerun2="dhclient -v eth0" ocs_prerun3="sleep 2"
But this changes nothing.
Are there some other ways to make clonezilla use eth0 instead of wwan0 ?
P.S.
Just tried ocs_preload instead of ocs_prerun - still no success
Last edit: Altersync 2020-10-10
And, this is the parameter, that resolved this issue: live-netdev="eth0"
Case closed, thanks to all for participation :)
Cool. Thanks for sharing that.
Steven