Skip to content

Conversation

@sbraz
Copy link

@sbraz sbraz commented Nov 7, 2025

The images contained the following
/etc/NetworkManager/system-connections/eth0.nmconnection file:

[connection]
id=eth0
uuid=84c16fb4-cc79-4e23-9e91-878482c30dee
type=ethernet
autoconnect-priority=-100
autoconnect-retries=1
interface-name=eth0

[ethernet]

[ipv4]
dhcp-timeout=90
dhcp-vendor-class-identifier=anaconda-Linux
method=auto
required-timeout=20000

[ipv6]
addr-gen-mode=eui64
dhcp-timeout=90
method=auto

[proxy]

[user]
org.freedesktop.NetworkManager.origin=nm-initrd-generator

The presence of this file could cause NetworkManager-wait-online.service to fail when eth0 existed and could not be configured with DHCPv4.

To avoid future issues, let's remove all NetworkManager system connection files.

The images contained the following
`/etc/NetworkManager/system-connections/eth0.nmconnection` file:
```
[connection]
id=eth0
uuid=84c16fb4-cc79-4e23-9e91-878482c30dee
type=ethernet
autoconnect-priority=-100
autoconnect-retries=1
interface-name=eth0

[ethernet]

[ipv4]
dhcp-timeout=90
dhcp-vendor-class-identifier=anaconda-Linux
method=auto
required-timeout=20000

[ipv6]
addr-gen-mode=eui64
dhcp-timeout=90
method=auto

[proxy]

[user]
org.freedesktop.NetworkManager.origin=nm-initrd-generator
```

The presence of this file could cause `NetworkManager-wait-online.service`
to fail when `eth0` existed and could not be configured with DHCPv4.

To avoid future issues, let's remove all NetworkManager system
connection files.

Signed-off-by: Louis Sautier <[email protected]>
@yuravk
Copy link
Collaborator

yuravk commented Nov 12, 2025

Looks good to me.

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants