How to Make Kali Linux Full Screen in VirtualBox (Installing Virtual Box Guest Additions)

Thanks! Share it with your friends!

You disliked this video. Thanks for the feedback!

Added by tomm
6 Views
This is a video guide that demonstrates how to download VirtualBox's guest additions, which will allow you to run Kali Linux in full screen mode. This will only work if you have updated your Kali Linux repositories and dependencies. If you haven't, find my video to accomplish that. You will also need to have the VirtualBox extension pack downloaded (see link).

Links:
VirtualBox Extensions Pack: https://www.virtualbox.org/wiki/Downloads


Commands:

**NEW**
apt-get install -y virtualbox-guest-x11

**OLD**
apt-get install linux-headers-$(uname -r) -y
cp /media/cdrom/VBoxLinuxAdditions.run /root/Desktop/
cd /root/Desktop/
./VBoxLinuxAdditions.run



Steps:

***NEW***
Just run "apt-get install virtualbox-guest-x11" once you've updated your system. The rest is only for older versions of Kali.

**OLD**
1) Open terminal and run command "apt-get install linux-headers-$(uname -r) -y"
2) Go to "Devices" tab in VirtualBox and click "Insert Guest Additions CD".
3) Click "Cancel" when prompted.
4) Run the other 3 commands noted above, wait for the installation to complete, and reboot.



Music:
- Music provided by Free Songs To Use
- Author & Song: Hize - By Your Side
- To support song author find info on following link:
Category
HOW TO

Post your comment

Comments

Be the first to comment