userdoc:guest_vm_hyperv

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
userdoc:guest_vm_hyperv [2017/03/23 21:16]
abelbeck
userdoc:guest_vm_hyperv [2017/03/24 12:02]
droemel
Line 4: Line 4:
  
 **VM Host Specifications:**  [[https://en.wikipedia.org/wiki/Hyper-V|Hyper-V]] **VM Host Specifications:**  [[https://en.wikipedia.org/wiki/Hyper-V|Hyper-V]]
 +
 +**VM Host Requirements:** Windows Server 2008, Windows 8 Professional or newer versions (64-bit)
  
 **AstLinux Board Type:** **AstLinux Board Type:**
Line 14: Line 16:
   * CPU: 2 Processor Cores   * CPU: 2 Processor Cores
   * Virtual Storage: 4 to 8 GB   * Virtual Storage: 4 to 8 GB
-  * Network: Bridged Interface+  * Network: Virtual Switch (needs to be created before!) 
 +    * !!Info:!! The Legacy Network Adapter uses the "Digital DS21140" NIC with the Linux "tulip" driver (usually not needed).
  
 **Configuration:** **Configuration:**
Line 24: Line 27:
 !!Tip ->!! Note the "IPv4 Address:" on the screen and access the VM with SSH or an HTTPS browser on the same network. !!Tip ->!! Note the "IPv4 Address:" on the screen and access the VM with SSH or an HTTPS browser on the same network.
  
-After persistent storage is configured, edit ''/etc/rc.modules'' file and uncomment ''hv_netvsc'':+After persistent storage is configured, edit the ''/etc/rc.modules'' file and uncomment ''hv_netvsc''
  
   ## These modules get modprobe'd when the system starts up.   ## These modules get modprobe'd when the system starts up.
Line 32: Line 35:
   ## Ethernet support   ## Ethernet support
   ## Virtual first, then Emulated   ## Virtual first, then Emulated
 +  ##
   hv_netvsc   hv_netvsc
   virtio-pci   virtio-pci
Line 39: Line 43:
   e1000e   e1000e
   8139too   8139too
 +
 +Correspondingly, change the configuration of the VM in Hyper-V Manager to use the virtual network driver.
  • userdoc/guest_vm_hyperv.txt
  • Last modified: 2017/03/28 18:03
  • by abelbeck