xuesn 发表于 2018-5-7 12:47:40

在Hyper-V中Ubuntu server新版网卡的配置

  安装结束后在编辑UbuntuServer中的文件/etc/initramfs-tools/modules,在文件末尾添加配置行:
  hv_vmbus
  hv_storvsc
  hv_blkvsc
  hv_netvsc
  运行update-initramfs,并reboot系统
  #update-initramfs –u
  # reboot
  Ubunut再次启动后已经是Hyper-VIC生效(enable)了,可以使用lsmod命令进行验证:
  # lsmod | grephv_vmbus
  hv_vmbus               504314hv_utils,hv_netvsc,hv_blkvsc,hv_storvsc
页: [1]
查看完整版本: 在Hyper-V中Ubuntu server新版网卡的配置