- doc
- advanced topics
- virtualization
- VirtualBox
Se puede usar Tails en una máquina virtual usando VirtualBox desde un sistema operativo Windows, Linux, o macOS.
Running Tails inside a virtual machine has various security implications. Depending on the host operating system and your security needs, running Tails in a virtual machine might be dangerous.
VirtualBox tiene una versión de software libre llamada VirtualBox Open Source Edition y algunos componentes propietarios, por ejemplo para añadir soporte para dispositivos USB.
For security reasons, we recommend you to use only the Open Source Edition, though it does not allow use of a Persistent Storage.
Consideraciones de seguridad para Windows y macOS
In our security warnings about virtualization we recommend to run Tails in a virtual machine only if the host operating system is trustworthy.
Microsoft Windows and macOS being proprietary software, they cannot be considered trustworthy. Only run Tails in a virtual machine on Windows or macOS for testing purposes and do not rely on it for security.
Instalación
To install VirtualBox in Debian or Ubuntu, execute the following command:
sudo apt install virtualbox
Para instrucciones sobre como instalar VirtualBox en otros sistemas operativos, referirse a documentación VirtualBox.
Ejecutar Tails desde una imagen ISO
Download Tails as an ISO image, instead of a USB image.
Start VirtualBox.
Para crear una nueva máquina virtual:
Choose Machine ▸New....
In the Name and operating system screen:
Specify:
- A name of your choice
- Type: Linux
- Version: Other Linux (64 bit)
Click Next.
In the Memory size screen:
Allocate at least 2048 MB of RAM.
Click Next.
In the Hard drive screen:
Choose Do not add a virtual hard drive.
Click Create.
Click Continue in the warning dialog about creating a virtual machine without a hard drive.
Para configurar que la máquina virtual inicie desde la imagen ISO:
Elige la nueva máquina virtual desde el panel izquierdo.
Choose Machine ▸ Settings....
Select System in the left pane.
In the Extended Features section of the Motherboard tab, make sure that Enable I/O APIC is enabled.
Selecciona Storage en el panel de la izquierda.
Select Empty below Contoller IDE in the Storage Tree selection list in the right pane.
Click on the CD icon on the right of the window and select Choose a virtual CD/DVD disk file... to browse for the ISO image you want to start Tails from.
Check the Live CD/DVD option.
Click OK.
To start the new virtual machine:
Elige la máquina virtual en el panel izquierdo.
Haz click en Iniciar.
VirtualBox Guest Additions has been removed since Tails 4.27. As a result:
The shared clipboard feature of VirtualBox is unavailable.
The screen resolution of Tails can't be changed by resizing the virtual machine window in the host OS. The screen resolution must be changed from inside Tails.
To change the screen resolution from inside Tails, choose Applications ▸ System Tools ▸ Settings ▸ Displays ▸ Resolution.
You might also need to adjust the virtual machine window in the host OS to fit the new screen resolution.
We plan to add back VirtualBox Guest Additions in a future version of Tails. See #18728.