IGOS Nusantara VirtualBox Install: Perbedaan revisi
Dari IGNwiki
Baris 1: | Baris 1: | ||
− | ''' | + | IGOS Nusantara menyediakan '''VirtualBox''' di server repositori. |
+ | == Perbarui kernel == | ||
Perbarui kernel dan boot ulang | Perbarui kernel dan boot ulang | ||
− | # yum -y update kernel | + | # |
− | + | yum -y update kernel | |
− | + | echo "Jika ada kernel baru yg dipasang, lanjut reboot" | |
+ | reboot | ||
+ | == Pasang modul == | ||
Paket atau aplikasi yang diperlukan VirtualBox harus dipasang sebelumnya, yaitu gcc, make, kernel-devel. | Paket atau aplikasi yang diperlukan VirtualBox harus dipasang sebelumnya, yaitu gcc, make, kernel-devel. | ||
− | # echo "Setelah boot ulang pasang modul atau paket yg diperlukan" | + | # |
− | + | echo "Setelah boot ulang pasang modul atau paket yg diperlukan" | |
+ | yum -y install gcc make kernel-devel | ||
+ | == Pasang VirtualBox | ||
Pasang dengan cara: | Pasang dengan cara: | ||
− | # yum -y install VirtualBox- | + | # |
+ | echo "Saat ini tersedia VirtualBox versi 4.3" | ||
+ | yum search VirtualBox | ||
+ | yum -y install VirtualBox-4.3 | ||
Jalankan vboxdrv agar VirtualBox dikompile sesuai kernel | Jalankan vboxdrv agar VirtualBox dikompile sesuai kernel | ||
− | # /etc/init.d/vboxdrv setup | + | # |
+ | /etc/init.d/vboxdrv setup |
Revisi per 1 September 2014 06.25
IGOS Nusantara menyediakan VirtualBox di server repositori.
Perbarui kernel
Perbarui kernel dan boot ulang
# yum -y update kernel echo "Jika ada kernel baru yg dipasang, lanjut reboot" reboot
Pasang modul
Paket atau aplikasi yang diperlukan VirtualBox harus dipasang sebelumnya, yaitu gcc, make, kernel-devel.
# echo "Setelah boot ulang pasang modul atau paket yg diperlukan" yum -y install gcc make kernel-devel
== Pasang VirtualBox Pasang dengan cara:
# echo "Saat ini tersedia VirtualBox versi 4.3" yum search VirtualBox yum -y install VirtualBox-4.3
Jalankan vboxdrv agar VirtualBox dikompile sesuai kernel
# /etc/init.d/vboxdrv setup