This page permanently redirects to gemini://yaky.dev/notes/virtualbox/.
Installing VirtualBox on Debian.
Notes: I run Debian testing and use micro as the text editor. Adjust the instructions as necessary.
Go into your machine's BIOS and enable virtualization support.
This is different on each machine.
Open Apt's sources
sudo micro /etc/apt/sources.list
Add sid (unstable) repo:
deb http://deb.debian.org/debian/ sid main non-free contrib
To prevent Debian from installing latest packages from sid, which might make your system less stable, set a default release.
Create a new file:
sudo micro /etc/apt/apt.conf.d/00default-release
Add the setting:
APT::Default-Release "testing";
All required software:
sudo apt install virtualbox virtualbox-ext-pack virtualbox-guest-additions virtualbox-guest-additions-iso virtualbox-guest-utils virtualbox-dkms linux-headers-$(uname -r)
Guest additions ISO is downloaded into /usr/share/virtualbox
Add yourself to the vboxusers group:
sudo usermod -a -G vboxusers $(whoami)
You might need to enable the kernel module for virtualbox:
sudo modproble vboxdrv
virtualbox
Do not use VirtualBox (or GNOME boxes) if you are trying to flash a phone, for example, with OnePlus' MSM tool.
=> home
email me: hi@yaky.dev
CC BY-NC yaky.dev
text/gemini;lang=en-US
This content has been proxied by September (3851b).