What | Removed | Added |
---|---|---|
CC | antonio.feijoo@suse.com |
I failed to reproduce your issue using both systemd-networkd and
network-legacy. Since we don't use systemd-networkd a lot (in fact on my tests
it caused eth0 to have 2 different IP addresses) and mostly we support wicked
(network-legacy) and NetworkManager, could you try again using one of both
dracut modules?
- Comment the current content of /etc/dracut.conf.d/90-networkd.conf and add
the following lines (replace network-legacy with network-manager if you're
using NetworkManager on your system and not wicked):
> kernel_cmdline="rd.neednet ip=eth0:dhcp"
> add_dracutmodules+=" network network-legacy "
- Rebuild the initrd (dracut -f) and try again.
If you still get the same error, please attach the full journal log, to check
what process is core dumping. Thanks.