CentOS 6.5 VirtualBox 安裝和常見問題集

來源:互聯網
上載者:User

標籤:

  根據公司需求,要安裝virtualBox進行伺服器的搭建。我這個版本安裝選用4.1版本。

為什麼呢?我這邊的伺服器,試過4.2/3、5.0版本,安裝成功,以後都是不能正常使用。最後實驗4.1版本成功!

1. Change to root User
su -## OR ##sudo -i
2. Install Fedora or RHEL Repo Files
cd /etc/yum.repos.d/
## CentOS 6.1/6/5.7 and Red Hat (RHEL) 6.1/6/5.7 users
wget http://download.virtualbox.org/virtualbox/rpm/rhel/virtualbox.repo
3. Update latest packages and check your kernel version

Update packages

 

yum update

Check that that you are running latest installed kernel version
Output of following commands version numbers should match:

rpm -qa kernel |sort |tail -n 1
uname -r
//兩個命令下的kernel的版本應該是一致的

Note: If you got kernel update or run older kernel than newest installed then reboot:

reboot
4. Install following dependency packages

CentOS 5 and Red Hat (RHEL) 5 needs EPEL repository, install it with following command:

rpm -Uvh http://dl.fedoraproject.org/pub/epel/5/i386/epel-release-5-4.noarch.rpm
yum install binutils gcc make patch libgomp glibc-headers glibc-devel kernel-headers kernel-devel dkms ## PAE kernel users install ##
yum install binutils gcc make patch libgomp glibc-headers glibc-devel kernel-headers kernel-PAE-devel dkms

 

5. Install VirtualBox Latest Version 4.1 (currently 4.1.8)
yum install VirtualBox-4.1

Note:
This command create automatically vboxusers group and VirtualBox user must be member of that group.
This command also build needed kernel modules.

Rebuild kernel modules with following command:

/etc/init.d/vboxdrv setup## OR ##service vboxdrv setup
6. Add VirtualBox User(s) to vboxusers Group

Replace user_name with your own user name or some another real user name.

usermod -a -G vboxusers user_name
7. Start VirtualBox

Use launcher from menu or simply run:

VirtualBox
Troubleshooting

If you have problems with KERN_DIR parameter or your kernel directory is not automatically detected then set KERN_DIR environment variable manually, using following method:

## Current running kernel on Fedora ##
KERN_DIR=/usr/src/kernels/`uname -r`
## Current running kernel on CentOS and Red Hat (RHEL) ##
KERN_DIR=/usr/src/kernels/`uname -r`-`uname -m`
## Fedora example ##
KERN_DIR=/usr/src/kernels/2.6.33.5-124.fc13.i686 ## CentOS and Red Hat (RHEL) example ##
KERN_DIR=/usr/src/kernels/2.6.18-194.11.1.el5-x86_64//環境變數的配置要根據實際情況去配置 
## Export KERN_DIR 

##export KERN_DIR

1.安裝的時發現沒有出現圖形化介面,是因為virtualBox預設安裝記憶體大小是512M,而centOS默然要求是528M,所以安裝的時候加大記憶體就可以了。

Centos官網的一些解釋

https://wiki.centos.org/HowTos/I_need_the_Kernel_Source

https://ask.fedoraproject.org/en/question/40926/trying-to-install-virtualbox-or-vmware-fedora-20/

 

CentOS 6.5 VirtualBox 安裝和常見問題集

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.