User Tools

Site Tools


virtualization:microsoft:hyper-v-linux

This is an old revision of the document!


Using Linux as a Hyper-V Guest

Copy an ISO image file to the Linux guest VM

Once networking and SSH are configured on the Linux guest VM, you can copy and then mount the ISO image file.

On the source PC:

scp Desktop/LinuxICv34.iso root@192.168.1.3:~

On the Linux guest VM:

mount -o loop LinuxICv34.iso /mnt

Install Linux Integration Services

cd /mnt/RHEL63

./install

reboot
virtualization/microsoft/hyper-v-linux.1358874773.txt.gz · Last modified: 2013/01/22 10:12 by gcooper