Add the following to /etc/initramfs-tools/modules
hv_vmbus
hv_storvsc
hv_blkvsc
hv_netvsc
Generate a new initrd image
update-initramfs –u
make sure /etc/network/interfaces is pointed at the synthetic network adapter
auto seth0
iface seth0 inet dhcp
Jun 24