How to install & use virtualbox guest additions on ubuntu
Содержание:
- Download VirtualBox
- Using VirtualBox Guest Addition features
- Manually installing VBoxGuestAdditions [linux guest]
- Почему вы должны использовать гостевые дополнения VirtualBox?
- What Are Guest Additions in VirtualBox?
- Страница загрузки пакета virtualbox-guest-additions-iso_6.1.16-1_all.deb
- Гостевые дополнения VirtualBox
- Поддерживаемые операционный системы:
- Uninstall virtualbox-guest-additions-iso[edit]
- What Do the Guest Additions Do?
- Download Virtualbox Guest Additions
- How to Install VirtualBox Guest Additions on Windows Guest
- How to Install Guest Additions on Ubuntu VirtualBox
- Some Problems with Installing Guest Additions for VirtualBox
- Установите пакет расширений VirtualBox
- Whonix ™-Default[edit]
Download VirtualBox
Before we providing you an installer files of virtualbox guest additions, please download the master of virtualbox installation file on below if you don’t have it. On this page you will find the last version of virtualbox for windows/mac/linux, and the old version of virtualbox.
VirtualBox for Windows
On below you will find the installation file of VirtualBox for Windows 10 64 bit and 32 bit. This executable file is also compatible for windows 7 and windows 8 version.
File Name | Version | Last Update | File Size |
(Open the link to download) | |||
VirtualBox-6.0.4-128413-Win.exe | 6.0 | 28-Jan-2019 | 23 MB |
VirtualBox-5.2.26-128414-Win.exe | 5.2 | 28-Jan-2019 | 110 MB |
VirtualBox-5.1.38-122592-Win.exe | 5.1 | 09-May-2018 | 119 MB |
VirtualBox-5.0.40-115130-Win.exe | 5.0 | 28-Apr-2017 | 109 MB |
VirtualBox-4.3.40-110317-Win.exe | 4.3 | 22-Aug-2016 | 99 MB |
VirtualBox-4.2.38-110681-Win.exe | 4.2 | 14-Sep-2016 | 102 MB |
VirtualBox-4.1.44-104071-Win.exe | 4.1 | 11-Nov-2015 | 98 MB |
VirtualBox-4.0.36-104075-Win.exe | 4.0 | 11-Nov-2015 | 88 MB |
VirtualBox for MAC
File Name | Version | Last Update | File Size |
(Open the link to download) | |||
VirtualBox-6.0.4-128413-OSX.dmg | 6.0 | 28-Jan-2019 | 158 MB |
VirtualBox-5.2.26-128414-OSX.dmg | 5.2 | 28-Jan-2019 | 92 MB |
VirtualBox-5.1.38-122592-OSX.dmg | 5.1 | 09-May-2018 | 91 MB |
VirtualBox-5.0.40-115130-OSX.dmg | 5.0 | 28-Apr-2017 | 87 MB |
VirtualBox-4.3.40-110317-OSX.dmg | 4.3 | 22-Aug-2016 | 104 MB |
VirtualBox-4.2.38-110681-OSX.dmg | 4.2 | 14-Sep-2016 | 108 MB |
VirtualBox-4.1.44-104071-OSX.dmg | 4.1 | 11-Nov-2015 | 99 MB |
VirtualBox-4.0.36-104075-OSX.dmg | 4.0 | 11-Nov-2015 | 87 MB |
VirtualBox for Linux
Please choose the installation file that fit with your Linux OS
File Name | Version | OS | File Size |
(Open the link to download) | |||
virtualbox-6.0_6.0.4-128413~Ubuntu~bionic_amd64.deb | 6.0 | Ubuntu | 124 MB |
virtualbox-6.0_6.0.4-128413~Debian~jessie_amd64.deb | 6.0 | Debian | 130 MB |
VirtualBox-6.0-6.0.4_128413_openSUSE132-1.x86_64.rpm | 6.0 | Open Suse | 130 MB |
VirtualBox-6.0.4-128413-Linux_amd64.run | 6.0 | Linux | 148 MB |
VirtualBox-6.0-6.0.4_128413_fedora26-1.x86_64.rpm | 6.0 | Fedora | 130 MB |
VirtualBox-6.0.4-128413-SunOS.tar.gz | 6.0 | SunOS | 159 MB |
Using VirtualBox Guest Addition features
Here are some screenshots for enabling/using helpful features of VirtualBox Guest Additions in use:
Configure Drag And Drop (any files)
You can enable drag and drop from the top menu -> Devices ->Drag and Drop -> Bidirectional.
With Bidirectional, you can drag and drop from guest to host and from host to guest, both.
Drag and Drop
Similarly, you can enable shared clipboard from the top menu -> Devices -> Shared Clipboard -> Bidirectional.
Shared Clipboard
Uninstalling VirtualBox Guest Additions (if you don’t want to use it anymore)
Navigate to the CD image and open it in terminal (Right Click inside directory > Open in Terminal):
Open in Terminal
Now enter:
However, in some cases you might have to do some more cleanup. Use the command:
Note: Replace VBoxGuestAdditions-version with the right version (you can hit tab to autocomplete; in my case it is VBoxGuestAdditions-6.0.4).
Manually installing VBoxGuestAdditions [linux guest]
Steps
0. Guest: Common Errors
1. Host: ‘Putting the Additions in the DVD drive’
2. Guest: Mount the DVD
3. Guest: Install Additions (in case of errors, see 0.)
4. Guest: Unmount the DVD
0. Common Errors: Make sure GCC, MAKE and KERNEL-DEVEL (headers) are installed…
# yum install gcc make <kernel-devel...> (or similar package command for your distribution)
If not installed, you might run into next trouble:
# cat /var/log/vboxadd-install.log Makefile:23: *** Error: unable to find the sources of your current Linux kernel. Specify KERN_DIR=<directory> and run Make again.. Stop. Creating user for the Guest Additions. Creating udev rule for the Guest Additions kernel module.
To see what went wrong run ‘/etc/init.d/vboxadd setup’:
# /etc/init.d/vboxadd setup Removing existing VirtualBox DKMS kernel modules Removing existing VirtualBox non-DKMS kernel modules Building the VirtualBox Guest Additions kernel modules The headers for the current running kernel were not found. If the following module compilation fails then this could be the reason. The missing package can be probably installed with yum install <kernel-devel...> Your system does not seem to be set up to build kernel modules. Look at /var/log/vboxadd-install.log to find out what went wrong. Once you have corrected it, you can run /etc/init.d/vboxadd setup to build them. Doing non-kernel setup of the Guest Additions
Correct what went wrong and run ‘/etc/init.d/vboxadd setup’ again:
# yum install gcc make <kernel-devel...> (yada yada yada)
# /etc/init.d/vboxadd setup Removing existing VirtualBox DKMS kernel modules Removing existing VirtualBox non-DKMS kernel modules Building the VirtualBox Guest Additions kernel modules Your guest system does not seem to have sufficient OpenGL support to enable accelerated 3D effects (this requires Linux 2.6.27 or later in the guest system). This Guest Additions feature will be disabled.
Building the main Guest Additions module Building the shared folder support module Doing non-kernel setup of the Guest Additions Starting the VirtualBox Guest Additions
1a. Find the IDE Controller device numbers
# vboxmanage showvminfo "<vbox_name>" | grep "Storage Controller Name" Storage Controller Name (0): IDE controller
1d. Attach the VBoxGuestAdditions.iso as dvddrive
Port and device numbers needed here!
# vboxmanage storageattach "<vbox_name>" --storagectl "IDE controller" \ --port 1 --device 0 --type dvddrive \ --medium /usr/share/virtualbox/VBoxGuestAdditions.iso
# cd /mnt/dvd # ./VBoxLinuxAdditions.run
If you encounter errors here, see: ‘0. Common Errors‘.
4. Done? Unmount and remove
# umount /dev/dvd
# vboxmanage controlvm "<vbox_name>" poweroff# vboxmanage storageattach "<vbox_name>" --storagectl "IDE controller" \ --port 1 --device 0 --type dvddrive --medium emptydrive
Почему вы должны использовать гостевые дополнения VirtualBox?
С включенными гостевыми дополнениями VirtualBox использование виртуальной машины становится намного удобнее. Не веришь мне? Вот важные функции, которые предлагает гостевые дополнения:
- Интеграция указателя мыши: вам больше не нужно нажимать какие-либо клавиши, чтобы «освободить» курсор от гостевой ОС.
- Общий буфер обмена: с установленными гостевыми дополнениями вы можете копировать и вставлять данные между гостевой и хост-операционной системами.
- Перетаскивание: вы также можете перетаскивать файлы между хостом и гостевой ОС.
- Общие папки: Моя любимая функция; эта функция позволяет обмениваться файлами между хостом и гостем. Вы можете указать VirtualBox обрабатывать определенный каталог хоста как общую папку, и программа сделает его доступным для гостевой операционной системы как сетевой ресурс, независимо от того, есть ли у гостевой системы сеть.
- Улучшенная поддержка видео: пользовательские драйверы видео, которые устанавливаются с гостевыми дополнениями, предоставляют вам сверхвысокие и нестандартные режимы видео, а также повышенную производительность видео. Это также позволяет изменить размер окна виртуальной машины. Разрешение видео в гостевой системе будет настроено автоматически, как если бы вы вручную вводили произвольное разрешение в настройках дисплея гостевой системы.
- Бесшовные окна: отдельные окна, которые отображаются на рабочем столе виртуальной машины, могут быть сопоставлены на рабочем столе хоста, как если бы основное приложение фактически выполнялось на хосте.
- Общие каналы связи хоста/гостя: гостевые дополнения позволяют вам контролировать и мониторить действия гостевой системы. «Свойства гостя» предоставляют общий механизм на основе строк для обмена битами данных между гостем и хостом, некоторые из которых имеют особые значения для управления и контроля гостевой системы. Приложения могут быть запущены на гостевой машине с хоста.
- Синхронизация времени: благодаря гостевые системы будут регулярно синхронизировать время с хост-машиной. Параметры механизма синхронизации времени могут быть настроены.
- Автоматические входы в систему: это может быть полезной функцией.
Под впечатлением от функций, которые предоставляет гостевое дополнение? Давайте посмотрим, как вы можете установить VirtualBox Guest Additions в Ubuntu Linux.
What Are Guest Additions in VirtualBox?
The VirtualBox Guest Additions are extra pieces of software, included with your copy of VirtualBox, that enable better performance and functionality in virtual machines. You install Guest Additions inside the virtual machine to activate this functionality.
As you probably know, VirtualBox is a hypervisor, which allows you to create and use virtual machines. This means that you can install Windows and other operating systems inside VirtualBox and have them think that they’re running on actual hardware.
Read our full guide to using VirtualBox to get up to speed if you’re not familiar.
However, just because you get a working virtual machine running in VirtualBox doesn’t mean the experience is perfect from the start. There are certain elements of running an OS in an app window that are frustrating.
For example, on your main computer, Windows knows what resolutions it can display using the drivers from your graphics card. A virtual machine can’t do this, though, so it displays in a low resolution (such as 800×600) by default.
The Guest Additions of VirtualBox contain display drivers and other useful tools that make your virtual machine much more usable.
Страница загрузки пакета virtualbox-guest-additions-iso_6.1.16-1_all.deb
Если вы работаете в Ubuntu, для загрузки и установки пакетов настоятельно советуем использовать менеджер пакетов, например aptitude или synaptic, а не делать это вручную через данный сайт.
Используйте любой из серверов-зеркал, добавив его в свой файл /etc/apt/sources.list, например так:
deb http://cz.archive.ubuntu.com/ubuntu groovy main multiverse
Заменив cz.archive.ubuntu.com/ubuntu нужным сервером.
Вы можете скачать требуемый файл из подкаталога pool/multiverse/v/virtualbox-guest-additions-iso/ с любого из этих сайтов:
Северная Америка
- mirrors.kernel.org/ubuntu
- ftp.osuosl.org/pub/ubuntu
- lug.mtu.edu/ubuntu
- ubuntu.mirrors.tds.net/ubuntu
- ubuntu.secs.oakland.edu
- mirror.mcs.anl.gov/pub/ubuntu
- mirrors.cat.pdx.edu/ubuntu
- ubuntu.cs.utah.edu/ubuntu
- ftp.ussg.iu.edu/linux/ubuntu
- mirrors.xmission.com/ubuntu
- mirrors.cs.wmich.edu/ubuntu
- gulus.USherbrooke.ca/pub/distro/ubuntu
Азия
- kr.archive.ubuntu.com/ubuntu
- th.archive.ubuntu.com/ubuntu
- mirror.lupaworld.com/ubuntu
- kambing.vlsm.org/ubuntu
- ubuntu.mithril-linux.org/archives
- mirror.in.th/ubuntu
- mirror.rootguide.org/ubuntu
Африка
za.archive.ubuntu.com/ubuntu
Европа
- cz.archive.ubuntu.com/ubuntu
- de.archive.ubuntu.com/ubuntu
- dk.archive.ubuntu.com/ubuntu
- es.archive.ubuntu.com/ubuntu
- fr.archive.ubuntu.com/ubuntu
- ge.archive.ubuntu.com/ubuntu
- gr.archive.ubuntu.com/ubuntu
- hr.archive.ubuntu.com/ubuntu
- mt.archive.ubuntu.com/ubuntu
- nl.archive.ubuntu.com/ubuntu
- no.archive.ubuntu.com/ubuntu
- se.archive.ubuntu.com/ubuntu
- yu.archive.ubuntu.com/ubuntu
- nz.archive.ubuntu.com/ubuntu
- nz2.archive.ubuntu.com/ubuntu
- ftp.iinet.net.au/pub/ubuntu
- mirror.optus.net/ubuntu
- ftp.filearena.net/pub/ubuntu
- mirror.pacific.net.au/linux/ubuntu
Если загрузка с этих сайтов происходит медленно, попробуйте другие из полного списка серверов-зеркал.
Заметим, что при работе с некоторыми браузерами вам придётся указать браузеру, что вы хотите сохранить информацию в файл. Например, в Firefox или Mozilla вам нужно удерживать клавишу Shift при щелчке по URL.
Подробней о virtualbox-guest-additions-iso_6.1.16-1_all.deb:
Точный размер | 44741068 байт (42,7 MByte) |
---|---|
Контрольная сумма MD5 | e97320e834b57281d5952f2c45eb0cab |
Контрольная сумма SHA1 | 12d02cbbb1040be962e9b6e4df69450839a7fdfe |
Контрольная сумма SHA256 | efdd8e88e427f78a8643b558e58cc8cf5fb31aff166f87a7e2196989afb3b05f |
Гостевые дополнения VirtualBox
Для улучшения работы с виртуальной машиной, и взаимодействия с ней, в виртуально установленной операционной системе нужно установить специальный набор инструментов, который называется «Гостевые дополнения» («Guest Additions»). Данный набор инструментов выпускается для следующих операционных систем:
- Windows (начиная с Windows NT 4.0, и заканчивая Windows 10);
- Linux (официально поддерживаются Oracle Linux, Fedora, Red Hat Enterprise Linux, SUSE (в том числе openSUSE), Ubuntu);
- Oracle Solaris;
- OS/2.
Для установки гостевых дополнений VirtualBox необходимо выполнить следующие действия:
- Включаем виртуальную машину и ждем загрузки ОС.
- В верхнем меню VirtualBox выбираем пункт «Устройства — Подключить образ диска Дополнений гостевой ОС…».
Дальнейшие действия зависят от того, какая операционная система установлена в VirtualBox:
Windows
- Если в системе не отключен автозапуск, то должен запуститься установщик дополнений гостевой ОС. Если же в системе выключен автозапуск, нужно запустить установщик вручную, найдя его на подключившемся диске в виртуальной машине, под именем VBoxWindowsAdditions.exe.
- Как и установка самого VirtualBox, установка гостевых дополнений максимально упрощена, и по сути представляет из себя нажатие кнопок «Next». С первым окном именно так и следует поступить.
- На следующем будет предложено выбрать место для установки гостевых дополнений. По умолчанию, рассматривается обычная для всех программ директория Program Files.
- Последним шагом, перед непосредственно самой установкой, будет выбор устанавливаемых компонентов:
- VirtualBox Guest Additions — собственно, сами гостевые дополнения VirtualBox;
- Start menu entries — ярлыки в меню «Пуск».
- Direct3D Support — третий компонент, который не выбран по умолчанию, является экспериментальной функцией по включению полноценного 3D ускорения в виртуальной машине. Для «простой» работы он не нужен.
- После нажатия на кнопку «Next» начнется установка гостевых дополнений, во время которой может появится окно с запросом на разрешения установки программного обеспечения для устройства (драйвер), которую необходимо одобрить.
- После установки дополнений потребуется перезагрузка компьютера, которую можно выполнить сразу (оставив отмеченным пункт «Reboot now»), или выполнив её позже самостоятельно (для этого нужно отметить пункт «I want to manually reboot later»).
- После перезагрузки произойдет множество полезных изменений — появится поддержка двухстороннего буфера обмена (о том, как его включить можно прочитать здесь), функция drag-n-drop между основной операционной системой и операционной системой в виртуальной машине, автоматический выбор разрешения экрана на основе размера окна VirtualBox и т. д.
Linux
В операционных системах семейства Linux, графический установщик гостевых дополнений отсутствует, вся установка происходит через терминал. Современные дистрибутивы прекрасно сами распознают файл автозапуска на образе с гостевыми дополнениями, и предлагают его запустить автоматически.
Можно так же запустить файл установки гостевых дополнений вручную. Для этого, нужно открыть терминал, и перейти в каталог, куда смонтирован виртуальный образ с файлами установки дополнений. Там же, нужно выполнить команду запуска файла установки:
После выполнения данной команды, начнется установка гостевых дополнений Linux, по завершению которой, понадобится перезагрузка системы.
Поддерживаемые операционный системы:
Windows:
- Windows XP SP3 (32-bit и 64-bit)
- Windows Vista SP1 и выше (32-bit и 64-bit).
- Windows Server 2008 (64-bit)
- Windows Server 2008 R2 (64-bit)
- Windows 7 (32-bit и 64-bit)
- Windows 8 (32-bit и 64-bit)
- Windows 8.1 (32-bit и 64-bit)
- Windows 10 RTM build 10240 (32-bit и 64-bit)
- Windows 10 RTM build 10586 (32-bit и 64-bit)
- Windows Server 2012 (64-bit)
- Windows Server 2012 R2 (64-bit)
Mac OS X (64-bit):
- 10.8 (Mountain Lion)
- 10.9 (Mavericks)
- 10.10 (Yosemite)
- 10.11 (El Capitan)
Linux (32-bit и 64-bit):
- Ubuntu 10.04 до 15.04
- Debian GNU/Linux 6.0 («Squeeze») и 8.0 («Jessie»)
- Oracle Enterprise Linux 5, Oracle Linux 6 и 7
- Redhat Enterprise Linux 5, 6 и 7
- Fedora Core / Fedora 6 до 22
- Gentoo Linux
- openSUSE 11.4, 12.1, 12.2, 13.1
- Mandriva 2011
Solaris hosts (64-bit):
- Solaris 11
- Solaris 10 (U10 и выше
Uninstall virtualbox-guest-additions-iso[edit]
This is discouraged and should not be required. However, if you wish to uninstall VirtualBox guest additions as installed by by Whonix developers, follow the steps below.
-
Purge package . This will result in by Whonix developers in future doing effectively nothing.
sudo apt purge virtualbox-guest-additions-iso
sudo apt purge virtualbox-guest-additions-iso
-
Remove VirtualBox guest additions (previously installed by Whonix from . Run VirtualBox guest additions uninstaller by VirtualBox developers.
sudo /usr/sbin/vbox-uninstall-guest-additions
sudo /usr/sbin/vbox-uninstall-guest-additions
What Do the Guest Additions Do?
Now that we know what Guest Additions are, let’s look at what the VirtualBox Guest Additions actually do for you.
Chances are that you’ll eventually want to move some content between your virtual machine (the guest) and your actual computer (the host). With the Guest Additions installed, VirtualBox packs a few features to make this easy.
First is the shared clipboard/drag and drop support. This allows you to copy items on one platform and paste them on the other, as well as dragging files between them. To adjust this, select your VM on the VirtualBox home page and choose Settings.
In the General section, switch to Advanced tab and you can choose options for Shared Clipboard and Drag’n’Drop. You can choose Disabled, Host to Guest, Guest to Host, or Bidirectional for both of them.
Unless you have a specific reason to choose something else, Bidirectional is the most convenient.
Once you have this enabled, both copy/paste and dragging will work across systems.
If you’d rather make folders on your host system accessible in the VM, you can utilize shared folders. This Guest Additions feature lets you mount host folders as «network resources» in the guest OS without actually using a network.
To use it, click Settings on a VM and jump to the Shared Folders section. Select the Add Share button on the right side, then choose a folder on your computer to share with the guest.
Give it a name, choose Auto-mount if you want it to connect automatically, and hit OK.
Now, that folder will appear as a network drive in the guest OS.
3. Improved Graphics Support
As mentioned earlier, virtual machines don’t support high-resolution graphics from the start. Once you install the Guest Additions, though, you’ll have full control over the resolution options in the guest OS’s settings menu. For instance, if you have a 1920×1080 monitor, you can display the VM in full-screen at 1080p.
That’s not the only graphical enhancement that the Guest Additions add. Using them, the guest OS’s resolution will dynamically resize as you adjust the VirtualBox window on your computer. This lets you use the VM at any size you like without playing with resolution options.
Finally, with Guest Additions, the guest OS can take advantage of your computer’s graphics hardware. If you’re playing games or using other graphically intensive software in a WM, this makes a huge difference.
4. Seamless App Windows
Another neat benefit of the Guest Additions is a seamless mode. This lets you run app windows from the guest alongside apps from your host OS, so it feels like they’re all part of one system. It’s a lot like how Parallels runs Windows apps on a Mac.
To use this mode, press the Host key + L when your virtual machine is in focus. If you haven’t changed it, the default Host key in VirtualBox is the right Ctrl key.
Once you’ve done this, the VM will go full-screen and VirtualBox will remove its background. You’re then free to use its windows with your regular desktop software. Hit Host + L again to turn this off—if it doesn’t seem to work, make sure you select the VirtualBox VM first.
5. Other Benefits of VirtualBox Guest Additions
The above functions are the main features of VirtualBox’s Guest Additions. There are a few other useful perks to installing them, though these are not as generally useful.
One that may affect you, depending on the guest OS, is seamless mouse integration. With most modern OSes, VirtualBox allows you to seamlessly move your mouse between your host and guest system. However, some older OSes require exclusive control of your keyboard and mouse.
If this is the case, your mouse pointer will become «trapped» inside the VirtualBox window after you click inside it. This means that you must hit the Host key (right Ctrl by default) to bring the mouse control back to the host OS.
Otherwise, the Guest Additions bring time synchronization with your host machine, the option for automated logins, and can monitor communications between the guest and host. None of this has much use for the average user.
Download Virtualbox Guest Additions
We have never realized how difficult it is to find the VirtualBox Guest additions download page. It is not accessible from the wiki. But, at this time… After some time spent on Google, we collect some vBoxGuestAdditions installation file with many version. This link will directly download the offline installer .iso from the official website. So, it’s secure and free from malware. Here is the answer:
File Name | Version | Last Update | File Size |
(Open the link to download) | |||
VBoxGuestAdditions_6.0.4.iso | 6.0 | 28-Jan-2019 | 82 MB |
VBoxGuestAdditions_5.2.26.iso | 5.2 | 28-Jan-2019 | 56 MB |
VBoxGuestAdditions_5.1.38.iso | 5.1 | 09-May-2018 | 57 MB |
VBoxGuestAdditions_5.0.40.iso | 5.0 | 28-Apr-2017 | 56 MB |
VBoxGuestAdditions_4.3.40.iso | 4.3 | 22-Aug-2016 | 55 MB |
VBoxGuestAdditions_4.2.38.iso | 4.2 | 14-Sep-2016 | 59 MB |
VBoxGuestAdditions_4.1.44.iso | 4.1 | 11-Nov-2015 | 52 MB |
VBoxGuestAdditions_4.0.36.iso | 4.0 | 11-Nov-2015 | 46 MB |
How to Install VirtualBox Guest Additions on Windows Guest
The procedure is straightforward. You need to boot into your guest. Then go to VirtualBox menu. Click the option of “Install Guest Additions” under Devices.
This action will pop up a wizard in your guest window. Follow it through. Now reboot and enjoy.
Once you have restarted, look for the VirtualBox icon in the system tray. It’s all smooth sailing.
How to Install Guest Additions on Ubuntu VirtualBox
The procedure for installing Guest Additions on Linux guest is again very simple. You need to repeat the first step for Ubuntu as well for mounting VirtualBox Guest Additions ISO in the form of CD ROM drive in the virtual machine.
You will see a file manager window popping up, depending on the configuration of your guest, showing all the available options. It will also show the options for including Guest Additions for 32-bit and 64-bit systems, creating similar versions for Windows and Ubuntu. It may even include Solaris considering the fact the VirtualBox is owned by Sun. The system will automatically mount CD ROMs and will run the browsers/managers.
You need to choose the right package for your hardware architecture for example x86. Open a terminal window and run the script with root privileges.
“sudo sh ./<script-relevant-for-your-architecture>”
Now wait for some time till the completion of installation. Now reboot.
This completes the procedure.
Some Problems with Installing Guest Additions for VirtualBox
In general, whenever the users click the option of “Install Guest Additions”, Guest Additions ISO is supposed to be mounted by the VirtualBox. There are plenty of methods to rectify the situation.
First of all, if you don’t find the Guest Additions, VirtualBox may prompt you to access internet and then download the ISO file. This might be required to be done only once. You can also download the image by yourself and then mount manually as a CD ROM, under the Settings for the selected virtual machine.
The next time you run the virtual machine, the Guest Additions should be mounted as a virtual CD ROM. To install the Guest Additions on Windows, you need to double-click the executable. For Linux, you have to run the scripts as mentioned above.
,
It must be kept in mind that the installation of Guest Additions is even easier than VMware tools. The procedure is fast, simple and convenient. Only a little amount of playing with the commands is involved.
Установите пакет расширений VirtualBox
Описанный здесь метод может быть использован для установки VirtualBox Extension Pack на любую операционную систему хоста, включая Windows, Linux и Mac. Пакет расширений VBox не является установщиком и, следовательно, не зависит от ОС. Это должно быть установлено изнутри VirtualBox. В главном окне VirtualBox перейдите к -> . Откроется окно настроек VirtualBox. Перейдите к расширению, как показано на рисунке ниже.
Установка пакета расширений VirtualBox
Затем нажмите на маленькую стрелку вниз в правой части окна (как показано на рисунке выше). Перейдите и выберите пакет расширений, который вы скачали на предыдущем шаге. Вам будет предложено подтвердить настройку VirtualBox Extension Pack.
Предупреждение об установке пакета расширения VirtualBox
Нажмите «Установить», чтобы завершить установку VirtualBox Extension Pack. Чтобы изменения вступили в силу, вам придется перезагрузить ваш хост-эффект. Теперь подключите USB-накопитель, и вы сможете получить к нему доступ в виртуальной машине VirtualBox и пользоваться функциями USB 3.0. Слабая скорость USB 1.1 VirtualBox была большим недостатком. Но пакет расширения устраняет это ограничение и улучшает производительность VirtualBox. VirtualBox 5.0 поднимает его на один уровень, представляя функции USB 3.0. Теперь вы можете запускать различные приложения для домашнего сервера / NAS из виртуальной машины. Итак, продолжайте устанавливать VirtualBox Extension Pack и наслаждайтесь улучшенной производительностью виртуальной машины
Источник записи: https://www.smarthomebeginner.com
Whonix ™-Default[edit]
Note:
- From VirtualBox v6+ it is no longer necessary to power off the virtual machine.
- For better usability, package shared-folder-help has already added user to group .
- Navigate to the shared folder settings of the virtual machine: → → →
- Click the folder icon that has a symbol in the upper right-hand section of the screen.
- → Navigate to the folder you want to share.
- → Type: . A different folder name can be utilized, but is recommended so it is the same as the example documented below — do not use (without the trailing )!
- Check if you do not want to write to that folder from within the guest.
- Check .
- → Leave as is (leave it empty and do not make any changes).
- Check (if that option exists).
- Press to close shared folder dialog.
- Press to close VirtualBox settings.
- The process is now complete and the shared folder can be used.
VirtualBox shared folders are found inside the virtual machine in folder .
By default, VirtualBox uses the prefix .
In the above example, the folder will become . It can be opened using a file manager like Thunar. To open it using the the command line, run.
cd /media/sf_shared
cd /media/sf_shared