SUSE Support

Here When You Need Us

The firstboot.xml fails to configure network IP address

This document (000020362) is provided subject to the disclaimer at the end of this document.

Environment

SUSE Linux Enterprise Server 15 SP3
SUSE Linux Enterprise Server 15 SP2

Situation

When using /etc/YaST2/firstboot.xml from the yast2-firstboot package, the user is prompted to change the hostname, but never gets a chance to change the IP address or other network details. The firstboot.xml file contains the following entry:

<module>
   <label>Network</label>
   <name>inst_lan</name>
   <enabled config:type="boolean">true</enabled>
</module>

 

Resolution

Modify the existing Network module entry in /etc/YaST2/firstboot.xml to include skip detection:

<module>
   <label>Network</label>
   <name>inst_lan</name>
   <enabled config:type="boolean">true</enabled>
   <arguments>
      <skip_detection config:type="boolean">true</skip_detection>
   </arguments>
</module>


Create an empty /var/lib/YaST2/reconfig_system file and reboot the server to correctly configure the network settings.

Cause

With later versions of SLES15 the default is to skip modifying network details if the network is already defined. Setting skip_detection to true overrides the default.

Disclaimer

This Support Knowledgebase provides a valuable tool for SUSE customers and parties interested in our products and solutions to acquire information, ideas and learn from one another. Materials are provided for informational, personal or non-commercial use within your organization and are presented "AS IS" WITHOUT WARRANTY OF ANY KIND.

  • Document ID:000020362
  • Creation Date: 10-Aug-2021
  • Modified Date:12-Aug-2021
    • SUSE Linux Enterprise Server

< Back to Support Search

For questions or concerns with the SUSE Knowledgebase please contact: tidfeedback[at]suse.com

SUSE Support Forums

Get your questions answered by experienced Sys Ops or interact with other SUSE community experts.

Support Resources

Learn how to get the most from the technical support you receive with your SUSE Subscription, Premium Support, Academic Program, or Partner Program.

Open an Incident

Open an incident with SUSE Technical Support, manage your subscriptions, download patches, or manage user access.