New school: VirtualBox Virtual Machine Installation Problems

Source: Internet
Author: User
Article Title: New School: VirtualBox Virtual Machine installation problems. Linux is a technology channel of the IT lab in China. Including desktop applications, Linux system management, kernel research, embedded systems and open source and some other basic classification 1 VirtualBox dependent libxalan110 and libqt3-mt, so install these two packages before installing VirtualBox:

Sudo apt-get install libxalan110 libqt3-mt

2. Download VirtualBox

Wget Ubuntu_Edgy_x86.deb "> http://www.virtualbox.org/download/1.3.2/VirtualBox_1.3.2_Ubuntu_Edgy_x86.deb

3. Install VirtualBox:

Sudo dpkg-I VirtualBox_1.3.2_Ubuntu_Edgy_x86.deb

4. Ignore the kernel

Sudo gedit/etc/init. d/virtualbox

Change exit 1 in row 129 to exit 0.

5. Continue Installation

Sudo apt-get-f install

6. Install the necessary compiling environment and corresponding class libraries.

Sudo apt-get install build-essential

Sudo apt-get install linux-headers-$ (uname-r)

7. Start to compile the kernel module.

Cd/opt/VirtualBox-1.3.2/src

Sudo make

Sudo make install

8. Join Vboxusers User Group

Sudo usermod-G vboxusers-a your logon name

9 Reboot

Restart the computer.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

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.