One of UA customer runs into this issue at 20.04. 
The customer is not using PXE boot to install server. The customer is using a 
customized ISO to install the server, so the comment #18 is not applicable.

For example, the preseed is like

d-i netcfg/choose_interface select auto
d-i netcfg/disable_autoconfig boolean true
d-i netcfg/get_ipaddress string 10.x.x.x
d-i netcfg/get_netmask string 255.255.255.224
d-i netcfg/get_gateway string 10.x.x.x
d-i netcfg/get_nameservers string 10.x.x.x
d-i netcfg/confirm_static boolean true 


When the server has multiple interfaces but only one interface is connected, 
the 'auto' can not recognize the right one. 
The workaround is to select the right one manually as 'd-i 
netcfg/choose_interface select eno5'.

But if different machines have different interfaces being connected, the
customized ISO will need to be constantly modified accordingly.



** Tags added: sts

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/713385

Title:
  netcfg/choose_interface=auto fails to find the right interface

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netcfg/+bug/713385/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to