Различия
Здесь показаны различия между двумя версиями данной страницы.
Предыдущая версия справа и слева Предыдущая версия Следующая версия | Предыдущая версия | ||
dev:ubuntu:virtualbox [2011/04/01 18:59] jamis7005 |
dev:ubuntu:virtualbox [2011/06/17 06:55] (текущий) alexeyb |
||
---|---|---|---|
Строка 1: | Строка 1: | ||
+ | ====== How to setup VirtualBox on Ubuntu ====== | ||
+ | |||
Source http://www.virtualbox.org/wiki/Linux_Downloads | Source http://www.virtualbox.org/wiki/Linux_Downloads | ||
+ | \\ | ||
---- | ---- | ||
+ | \\ | ||
1. Add the following line to **/etc/apt/sources.list**: | 1. Add the following line to **/etc/apt/sources.list**: | ||
<file> | <file> | ||
Строка 19: | Строка 22: | ||
- Additional parameters / User's rights / Check - VirtualBox | - Additional parameters / User's rights / Check - VirtualBox | ||
+ | ====== KVM and VirtualBox solving problems ====== | ||
+ | |||
+ | If you had preinstalled KVM on Ubuntu (virtual machine for non graphical applications) | ||
+ | where can be such proble as | ||
+ | |||
+ | "VirtualBox can't operate in VMX root mode. Please disable the KVM kernel extension, recompile your kernel and reboot (VERR_VMX_IN_VMX_ROOT_MODE)" | ||
+ | |||
+ | To solve it, you should remove KVM from kernel (for intel processors): | ||
+ | rmmod kvm_intel | ||
+ | rmmod kvm | ||
+ | For amd processors: | ||
+ | rmmod kvm_amd | ||
+ | rmmod kvm | ||
+ | |