In this video I show you how to enable VT-x/SVM in your BIOS, install virtual box, and then install Debian in Virtual Box. Afterwards, I walk you through how to install the VBox guest additions.
Please watch the first video for context: • What is a Virtual Machine - Learn Lin...
Debian Download Link: https://cdimage.debian.org/debian-cd/...
Kevtech IT Support: / kevtechnerd
Guest Addition Commands I ran:
lsblk
mount /dev/sr0 /mnt
cd /mnt
pwd
uname -r
apt search linux-headers | head
apt install linux-headers-VERSION-HERE
apt install build-essential
chmod +x ./VBoxLinuxAdditions.run
./VBoxLinuxAdditions.run
reboot