Install Debian on Virtual Box + VBox Guest Additions - Learn Linux (Lesson 4-2)

Опубликовано: 05 Октябрь 2024
на канале: KevRunsOnDunkin
78
6

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