hello, am working to get my Bionic image working perfectly on my BareMetal. which is working perfectly fine on Xenial. But on Bionic I am facing to boot-latency issue with systemd. I googled it and I do not find interesting thing. Can someone assist me to get a better troubleshoot? Many Thanks! -r # cat /etc/issue Ubuntu 18.04 LTS \n \l # systemd-analyze blame 2min 43ms systemd-networkd-wait-online.service 30.970s apt-daily.service 4.900s dev-mapper-sysvg\x2droot.device 4.629s keyboard-setup.service 1.760s systemd-journal-flush.service 1.300s lvm2-monitor.service 1.144s kdump-tools.service # cat /etc/network/interfaces auto enp130s0f0 iface enp130s0f0 inet manual bond-master bond0 auto enp130s0f1 iface enp130s0f1 inet manual bond-master bond0 auto bond0 iface bond0 inet static # Sleep required for XXV710-DA2 (25G) CSI-5441 # N/A gateway 10.88.112.1 address 10.88.112.44 netmask 255.255.254.0 bond_mode 802.3ad bond_xmit_hash_policy layer3+4 bond_miimon 100 bond_lacp_rate fast slaves enp130s0f0 enp130s0f1 dns-search myworld.net dns-nameservers 8.8.8.8 8.8.4.4 # cat /etc/netplan/01-netcfg.yaml # This file describes the network interfaces available on your system # For more information, see netplan(5). network: version: 2 renderer: networkd ethernets: enp130s0f0: dhcp4: yes # cat /etc/udev/rules.d/70-persistent-net.rules # PCI device 0x8086:0x1521 (igb) SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="34:17:eb:e7:0f:24", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eno1"" # PCI device 0x8086:0x1521 (igb) SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="34:17:eb:e7:0f:25", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eno2"" # PCI device 0x8086:0x10fb (ixgbe) SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:8c:fa:5b:24:7a", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="enp130s0f0"" # PCI device 0x8086:0x10fb (ixgbe) SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:8c:fa:5b:24:7b", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="enp130s0f1"" -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/systemd-devel/attachments/20180715/a186d452/attachment-0001.html>