http://askubuntu.com/questions/760871/network-settings-fail-for-ubuntu-xenial64-vagrant-box
Actually, additionally to Maximes answer, you could change the GRUB commandline in your box until the new version is propagated.
Just go to
/etc/default/grub and set the appropriate line to GRUB_CMDLINE_LINUX="net.ifnames=0 biosdevname=0" You have to change the /etc/network/interfacesto reflect the correct names (eth0...)
source:
|