Difference between revisions of "VirtualBox"
Jump to navigation
Jump to search
(revert edits to fix search where character encoding was a problem) |
(comments on drivers) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 6: | Line 6: | ||
* https://askubuntu.com/questions/914997/install-virtualbox-while-keeping-secure-boot | * https://askubuntu.com/questions/914997/install-virtualbox-while-keeping-secure-boot | ||
* https://stegard.net/2016/10/virtualbox-secure-boot-ubuntu-fail/ | * https://stegard.net/2016/10/virtualbox-secure-boot-ubuntu-fail/ | ||
− | * Assuming you disable secure boot due to a package installation, even when you re-enable secure boot in your system configuration, you may still see [https://askubuntu.com/questions/726052/ubuntu-booting-in-insecure-mode-with-secureboot-enabled | + | * Assuming you disable secure boot due to a package installation, even when you re-enable secure boot in your system configuration, you may still see [https://askubuntu.com/questions/726052/ubuntu-booting-in-insecure-mode-with-secureboot-enabled in insecure with SecureBoot enabled] |
You'll always find a newer version of VirtualBox [https://www.virtualbox.org/wiki/Linux_Downloads using the Oracle ppa], so use that rather than the packaged version that comes with your distro. Warning: if you've already got VirtualBox installed from packages, you should remove it (but not 'completely' meaning don't destroy your existing images). Also, under packaged Ubuntu, you can simply <code>apt-get install virtualbox-guest-additions-iso</code>; however with the PPA, you'll need to download it yourself. | You'll always find a newer version of VirtualBox [https://www.virtualbox.org/wiki/Linux_Downloads using the Oracle ppa], so use that rather than the packaged version that comes with your distro. Warning: if you've already got VirtualBox installed from packages, you should remove it (but not 'completely' meaning don't destroy your existing images). Also, under packaged Ubuntu, you can simply <code>apt-get install virtualbox-guest-additions-iso</code>; however with the PPA, you'll need to download it yourself. | ||
Line 55: | Line 55: | ||
You may need/want to install the "'''Extension Pack'''" for VirtualBox. That's because it provides USB 2.0 and USB 3.0 Host Controller, Host Webcam, VirtualBox RDP, PXE ROM, Disk Encryption, and NVMe. First download the file (it's a tarball with a .vbox-extpack extension), and then use VBoxManage to install it. | You may need/want to install the "'''Extension Pack'''" for VirtualBox. That's because it provides USB 2.0 and USB 3.0 Host Controller, Host Webcam, VirtualBox RDP, PXE ROM, Disk Encryption, and NVMe. First download the file (it's a tarball with a .vbox-extpack extension), and then use VBoxManage to install it. | ||
<source lang="bash"> | <source lang="bash"> | ||
− | VBoxManage list | + | VBoxManage extpack list |
VBoxManage extpack --help | VBoxManage extpack --help | ||
VBoxManage extpack install --replace ~/Downloads/Oracle_VM_VirtualBox_Extension_Pack-5.2.13-122773.vbox-extpack | VBoxManage extpack install --replace ~/Downloads/Oracle_VM_VirtualBox_Extension_Pack-5.2.13-122773.vbox-extpack | ||
Line 76: | Line 76: | ||
== Other Projects using VirtualBox == | == Other Projects using VirtualBox == | ||
− | + | See [[Drupal/virtualization]] | |
− | + | ||
− | + | == Vagrant == | |
+ | "Vagrant is a tool for building and distributing virtualized development environments. By providing automated creation and provisioning of virtual machines using Oracle's VirtualBox (ed.: as well as other virtualization engines), Vagrant provides the tools to create and configure lightweight, reproducible, and portable virtual environments." | ||
+ | |||
+ | http://www.vagrantup.com/ | ||
+ | |||
+ | The MediaWiki project uses vagrant and provides instructions as well as the configuration itself so that you can setup a development instance in a snap. See [[MediaWiki-Vagrant]] | ||
[[Category:Virtualization]] | [[Category:Virtualization]] | ||
[[Category:Development]] | [[Category:Development]] | ||
[[Category:DevOps]] | [[Category:DevOps]] |