How do I automate the handling of a problem (no network device found) in Ubuntu 10.04 w/ preseed?

Posted by user61183 on Server Fault See other posts from Server Fault or by user61183
Published on 2010-11-22T22:59:14Z Indexed on 2011/01/06 18:55 UTC
Read the original article Hit count: 129

Filed under:
|

I have a preseed file that is doing some automation for an installation of Ubuntu 10.04. At the point where the network hardware is auto-detected, however, it fails to find hardware and displays a message, "No network interfaces detected". To make a long story short, I don't care if it can detect my network interface. How do I do one of the following:

  1. Skip that step alltogether.
  2. Handle the error page automagically.

PS. I found somewhere where it suggested this: netcfg/no_interfaces seen true

That didn't work.

Thanks

© Server Fault or respective owner

Related posts about installation

Related posts about ubuntu-10.04