2017年3月17日金曜日

VirtualBox Guest Additions を Oracle Linux 上にインストール

環境情報
Virtualbox 5.1.18
Host OS : windows 7
Guest OS : Oracle Linux 6.8 UEK4

VirtualBox Guest Additions は、パフォーマンスや操作性が向上するようにオペレーティングシステムを最適化するデバイスドライバとシステムアプリケーションで構成されています。

Oracle Linux (UEK)上にインストール時は、下記の手順を行う必要があります。

Yum 設定(yum 設定方法は省略します)を完了し、gcc と、kernel-uek-devel を
インストールする。

[root@ol6u8 ~]# yum install gcc kernel-uek-devel 


その後、下記のように 「Guest Additions CD イメージの挿入」をクリックして、





















[root@ol6u8 ~]#df -Th                                                            
Filesystem           Type     Size  Used Avail Use% Mounted on
/dev/mapper/vg_ol6u8-LogVol00
                     ext4      58G  3.3G   52G   7% /
tmpfs                tmpfs    3.3G  272K  3.3G   1% /dev/shm
/dev/sda1            ext4     477M   81M  367M  19% /boot
/dev/sr0             iso9660   57M   57M     0 100% /media/VBOXADDITIONS_5.1.18_114002
[root@ol6u8 ~]# cd  /media/VBOXADDITIONS_5.1.18_114002/         
[root@ol6u8 VBOXADDITIONS_5.1.18_114002]# ls
32Bit  AUTORUN.INF  cert  runasroot.sh            VBoxSolarisAdditions.pkg        VBoxWindowsAdditions.exe
64Bit  autorun.sh   OS2   VBoxLinuxAdditions.run  VBoxWindowsAdditions-amd64.exe  VBoxWindowsAdditions-x86.exe
[root@ol6u8 VBOXADDITIONS_5.1.18_114002]# ./VBoxLinuxAdditions.run     
Verifying archive integrity... All good.
Uncompressing VirtualBox 5.1.18 Guest Additions for Linux...........
VirtualBox Guest Additions installer
Removing installed version 5.1.18 of VirtualBox Guest Additions...
vboxadd.sh: Stopping VirtualBox Additions.
Copying additional installer modules ...
Installing additional modules ...
vboxadd.sh: Building Guest Additions kernel modules.
vboxadd.sh: Starting the VirtualBox Guest Additions.
You may need to restart the Window System (or just restart the guest system)
to enable the Guest Additions.


最後に OS を再起動する。

[root@ol6u8 ~]# reboot

再起動後、Virtualbox 上の Guest OS 画面サイズを自由にコントロールできることがわかる。

0 件のコメント:

コメントを投稿