I've tried some workarounds: - kernel parameter "net.ifnames=0" on kernel commandline: NOT WORKING - ebtables: NOT WORKING - add "@reboot /usr/sbin/netplan apply" to root cron: NOT WORKING
The following works on my side: * create a new unit file: /etc/systemd/system/netplan-workaround.service ------------------------------------------------------------------------ [Unit] After=syslog.service [Service] ExecStart=/usr/sbin/netplan apply [Install] WantedBy=default.target ------------------------------------------------------------------------ * enable and start it # systemctl enable netplan-workaround.service # systemctl start netplan-workaround.service -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1770082 Title: systemd-networkd not renaming devices on boot To manage notifications about this bug go to: https://bugs.launchpad.net/netplan/+bug/1770082/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
