I see the same thing on static IP. I guess it's possible to use netwait to make sure the network is up before continue booting?This seems to happen because ntpd(8) is started before the network is active. You can try using SYNCDHCP instead of DHCP for the network interface. Then it will hold until it gets an IP before continuing the boot process.
It's definitely worth a try to see if things improve.I guess it's possible to use netwait to make sure the network is up before continue booting?
This seems to happen because ntpd(8) is started before the network is active. You can try using SYNCDHCP instead of DHCP for the network interface. Then it will hold until it gets an IP before continuing the boot process.