2014年7月17日 星期四

Hyper-v,Linux Integration Services issue



Edit the file /etc/initramfs-tools/modules
and add the line allow us to load the rest of the required modules:
hv_vmbus
hv_storvsc
hv_blkvsc
hv_netvsc
hv_utils


Save the file and run the command:
$ Sudo update-initramfs-u

Put this in /etc/network/interfaces your new synthetic network interface seth0.
If you have used an outdated network interface Legacy, it would be called eth0.
For a static address:
Auto seth0
iface seth0 inet static
address xxxx
netmask xxxx
Gateway xxxx
To get the address for DHCP:
Auto seth0
iface seth0 inet dhcp
I tested both methods of network addressing, they work.
Reboot and see now in the process of such reports that the device associated with vmbus found.

沒有留言:

張貼留言