Automated install fails with message "Could not determine the ethernet interface" #4

Open
opened 2 years ago by simoon · 1 comments
simoon commented 2 years ago
Owner

After following all steps, including configuring predictable network interface names with the newest version of raspi-config, the install script fails with the following output:

Could not determine the ethernet interface
Please ensure you've configure 'predictable network interfaces'
Please see https://manual.bibliotecha.infor/#pre-installation for more info

Tested using the following hardware & software:

  • RPI 4+
  • Raspbian buster lite (legacy) OS

With some sniffing around, seems like this is an RPi4 issue: https://forums.raspberrypi.com/viewtopic.php?t=302225

After following all steps, including configuring predictable network interface names with the newest version of raspi-config, the install script fails with the following output: Could not determine the ethernet interface Please ensure you've configure 'predictable network interfaces' Please see https://manual.bibliotecha.infor/#pre-installation for more info Tested using the following hardware & software: * RPI 4+ * Raspbian buster lite (legacy) OS With some sniffing around, seems like this is an RPi4 issue: https://forums.raspberrypi.com/viewtopic.php?t=302225
Poster
Owner

Solved by creating the file /etc/systemd/network/99-default.link and adding the following, then rebooting:

[Match]
OriginalName=*

[Link]
NamePolicy=mac
MACAddressPolicy=persistent
Solved by creating the file /etc/systemd/network/99-default.link and adding the following, then rebooting: ``` [Match] OriginalName=* [Link] NamePolicy=mac MACAddressPolicy=persistent ```
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

This issue currently doesn't have any dependencies.

Loading…
There is no content yet.