To install the VirtualBox Guest Additions into a Debian VM, follow these steps:
- Open a terminal and switch to root
- Update apt repository and install updates
- Install packages for building kernel modules
- Configure system for building kernel modules
- Mount VBoxAdditions ISO (if not mounted automatically)
- Run the installer script
- Reboot VM to enable Guest Additions
su
apt-get update && apt-get upgrade
apt-get install build-essential module-assistant
m-a prepare
mount /media/cdrom
sh /media/cdrom/VBoxLinuxAdditions.run
reboot
Keine Kommentare:
Kommentar veröffentlichen