This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
virtualization:microsoft:hyper-v-linux [2013/01/22 11:22] gcooper |
virtualization:microsoft:hyper-v-linux [2019/05/20 11:31] (current) gcooper |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Using Linux as a Hyper-V Guest ====== | ====== Using Linux as a Hyper-V Guest ====== | ||
+ | |||
+ | See also **[[https:// | ||
Linux Integration Services: http:// | Linux Integration Services: http:// | ||
Line 7: | Line 9: | ||
Howto: http:// | Howto: http:// | ||
- | * Be sure to choose " | + | http://www.altaro.com/ |
- | ===== Install Integration Services (Tools) ===== | + | http:// |
+ | ===== Install and Update the Linux VM ===== | ||
+ | |||
+ | :!: Be sure to choose " | ||
+ | |||
+ | < | ||
+ | yum update -y | ||
+ | |||
+ | reboot | ||
+ | </ | ||
+ | |||
+ | :!: Don't forget to update. | ||
+ | |||
+ | ===== Install Integration Services (Tools) ===== | ||
==== Copy an ISO image file to the Linux guest VM ==== | ==== Copy an ISO image file to the Linux guest VM ==== | ||
Line 48: | Line 63: | ||
==== Activate Advanced Network Adapter ==== | ==== Activate Advanced Network Adapter ==== | ||
- | Determine the MAC address and put it into the variable '' | + | Determine the MAC address and copy it: |
< | < | ||
- | MAC=`ifconfig -a eth0 | grep " | + | ifconfig -a eth0 | grep " |
</ | </ | ||
+ | |||
+ | Shut down the VM: | ||
+ | |||
+ | < | ||
+ | shutdown now -h | ||
+ | </ | ||
+ | |||
+ | :!: Now using Hyper-V Manager, delete the old Legacy Network Adapter and add the new (synthetic) Network Adapter specifying the same MAC address. | ||