a start job is running for Raise network interface (5min 3s)
Maybe it is a workaround but I could reduce the boot up time following the answer at, i.e. by editing the file:
sudo vim /etc/systemd/system/network-online.targets.wants/networking.service
And changing the following line at the end of the file:
TimeoutStartSec=5min
to:
TimeoutStartSec=30sec
I have then rebooted the system and it works fine.