Hyper-V Server 2012 R2はWindows Server 2012 R2付属のHyper-Vサーバ機能に特化した無償の仮想化ソフトウェアです。
(Hyper-V Server 2012 R2の導入・活用手順については「無償のHyper-V Server 2012 R2利用」をご参照下さい)
2014年4月にUbuntu 14.04がリリースされましたがUbuntu 14.04にはHyper-V Server(2012 R2)環境で動作するようにHyper-VのLIS(Linux Integration Services) ver 3.5のコンポーネントがビルトインされています。
(Hyper-VのLIS ver 3.5の正式リリースは2013年12月19日です)
ここではHyper-V Server 2012 R2環境での64ビット版Ubuntu 14.04 LTS版の環境構築を中心にその導入・利用方法について紹介致します。
今回使用したPCのハードウェア/ソフトウェア構成は以下の通りです。
$ sudo passwd root |
$ su - root # gedit /etc/lightdm/lightdm.conf & このlightdm.confの中に以下の2行の記述を指定して保存します。 [SeatDefaults] greeter-show-manual-login=true |
# apt-get install gnome-panel |
# apt-get install compizconfig-settings-manager compiz-plugins-extra fusion-icon ※fusion-iconは任意 |
# apt-get install gnome-session # add-apt-repository "deb http://repo.mate-desktop.org/archive/1.8/ubuntu $(lsb_release -cs) main" # wget -q http://mirror1.mate-desktop.org/debian/mate-archive-keyring.gpg -O- | apt-key add - # apt-get update # apt-get install mate-core mate-desktop-environment |
# apt-get install xrdp |
mate-session |
apt-get install freerdp ※実際にはfreerdp-x11というパッケージがインストールされます |
# xfreerdp --no-tls -a 32 -u root -p パスワード HVSFedora20mate |
# apt-get install qemu |
# qemu-system-i386 -machine pc -cpu 486 -m 256 -k ja -hda qemuWNTS40DOM-flat.vmdk \ -machine usb=on -vga cirrus -net nic,model=pcnet -net user |