ASCII/Stretch

# apt-get update
# apt-get upgrade
# apt-get dist-upgrade
# reboot
# apt-get install linux-headers-$(uname -r)
- insert guest additions CD
# mkdir /tmp/vboxsucks
# mount /dev/sr0 /tmp/vboxsucks
# cp /tmp/vboxsucks/VBoxLinuxAdditions.run ~
# umount /dev/sr0
# cd ~
# ./VBoxLinuxAdditions.run

Jessie

Insert additions disk via VBox and then:

# cd /tmp
# mount /dev/cdrom /media/cdrom0
# cp /media/cdrom0/VBoxLinuxAdditions.run /tmp
# eject /media/cdrom0
# apt-get install linux-headers-`uname -r` dkms build-essential
# ./VBoxLinuxAdditions.run
# reboot
tips/virtualbox_guest_additions.txt · Last modified: 2023-08-06 19:13 (external edit)
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki