Install Wubuntu Linux on VirtualBox<\/a><\/p>\n\n\n\nRun the commands below to install Kernel headers and required build tools required to install VirtualBox Guest Additions. The VirtualBox Guest Additions installer compiles kernel modules specific to the VM OS kernel during the installation process. As such, it requires the build tools installed.<\/p>\n\n\n\n
Update and upgrade system packages.<\/p>\n\n\n\n
sudo apt update<\/code><\/pre>\n\n\n\nsudo apt upgrade<\/code><\/pre>\n\n\n\nThe install kernel headers and required build tools;<\/p>\n\n\n\n
sudo apt install dkms linux-headers-$(uname -r) build-essential<\/code><\/pre>\n\n\n\nAfter the installation, reboot the system if needed;<\/p>\n\n\n\n
[ -f \/var\/run\/reboot-required ] && sudo systemctl reboot<\/code><\/pre>\n\n\n\nAttach Empty IDE Storage Controller to Wubuntu VM<\/h3>\n\n\n\n
On the VirtualBox manager, edit the Wubuntu virtual machine and attach an empty IDE storage controller. This is is required as you need to attach the VirtualBox Guest Additions ISO into the virtual machine for installation.<\/p>\n\n\n\n
<\/figure>\n\n\n\nInsert Guest Additions ISO to Wubuntu Virtual Machine<\/h3>\n\n\n\n
You can attach Guest additions ISO file into the VM from the VirtualBox manager or you can also install it directly from the system repositories as long as the available version matches with the version of the VirtualBox manager.<\/p>\n\n\n\n
To install the ISO from VirtualBox manager, open the virtual machine and go the menu > Devices > Insert Guest Additions CD image.<\/strong> This ensures that you are using an ISO file that matches the current version of the VirtualBox manager.<\/p>\n\n\n\n
<\/figure>\n\n\n\nYou may be prompted to mount and open the ISO. Proceed!<\/p>\n\n\n\n
If you want to install the ISO from system repositories, then first ensure that the version of the available ISO package is matching that of the manager;<\/p>\n\n\n\n
sudo apt-cache policy virtualbox-guest-additions-iso<\/code><\/pre>\n\n\n\nvirtualbox-guest-additions-iso:\n Installed: (none)\n Candidate: 6.1.50-1~ubuntu1.22.04.1\n Version table:\n 6.1.50-1~ubuntu1.22.04.1 500\n 500 http:\/\/archive.ubuntu.com\/ubuntu jammy-updates\/multiverse amd64 Packages\n 500 http:\/\/archive.ubuntu.com\/ubuntu jammy-updates\/multiverse i386 Packages\n 6.1.34-1 500\n 500 http:\/\/archive.ubuntu.com\/ubuntu jammy\/multiverse amd64 Packages\n 500 http:\/\/archive.ubuntu.com\/ubuntu jammy\/multiverse i386 Packages\n<\/code><\/pre>\n\n\n\nConfirm the version of the manager on the host;<\/p>\n\n\n\n
vboxmanage --version<\/code><\/pre>\n\n\n\n7.0.16r162802<\/code><\/pre>\n\n\n\nAs you can see, the versions are not the same. Hence, in such a situation, insert the ISO file via the manager menu.<\/p>\n\n\n\n
If it is available on the system repositories is same, then run the command below to install it.<\/p>\n\n\n\n
sudo apt install virtualbox-guest-additions-iso<\/code><\/pre>\n\n\n\nInstall VirtualBox Guest Additions<\/h3>\n\n\n\n
You can now install the guest additions on the virtual machine.<\/p>\n\n\n\n
When you insert the Guest additions ISO via the device menu, it will be mounted on the virtual machine \/media\/$USER<\/strong> directory as VBox_GAs_x.x.xx<\/strong>, whe x.x.xx is the VirtualBox version number.<\/p>\n\n\n\ndf -hT -t iso9660<\/code><\/pre>\n\n\n\nFilesystem Type Size Used Avail Use% Mounted on\n\/dev\/sr0 iso9660 51M 51M 0 100% \/media\/kifarunix\/VBox_GAs_7.0.12\n<\/code><\/pre>\n\n\n\nInside this folder, are the guest additions installers. You can execute installer for Linux;<\/p>\n\n\n\n
sudo \/media\/kifarunix\/VBox_GAs_7.0.12\/VBoxLinuxAdditions.run<\/code><\/pre>\n\n\n\nVerifying archive integrity... 100% MD5 checksums are OK. All good.\nUncompressing VirtualBox 7.0.12 Guest Additions for Linux 100% \nVirtualBox Guest Additions installer\nCopying additional installer modules ...\nInstalling additional modules ...\nVirtualBox Guest Additions: Starting.\nVirtualBox Guest Additions: Setting up modules\nVirtualBox Guest Additions: Building the VirtualBox Guest Additions kernel \nmodules. This may take a while.\nVirtualBox Guest Additions: To build modules for other installed kernels, run\nVirtualBox Guest Additions: \/sbin\/rcvboxadd quicksetup \nVirtualBox Guest Additions: or\nVirtualBox Guest Additions: \/sbin\/rcvboxadd quicksetup all\nVirtualBox Guest Additions: Building the modules for kernel 5.15.0-105-generic.\nupdate-initramfs: Generating \/boot\/initrd.img-5.15.0-105-generic\nVirtualBox Guest Additions: Running kernel modules will not be replaced until \nthe system is restarted or 'rcvboxadd reload' triggered\nVirtualBox Guest Additions: reloading kernel modules and services\nVirtualBox Guest Additions: kernel modules and services 7.0.12 r159484 reloaded\nVirtualBox Guest Additions: NOTE: you may still consider to re-login if some \nuser session specific services (Shared Clipboard, Drag and Drop, Seamless or \nGuest Screen Resize) were not restarted automatically\n<\/code><\/pre>\n\n\n\nIf you installed ISO from the system repositories, mount it and run the installation.<\/p>\n\n\n\n
sudo mount -o loop \/usr\/share\/virtualbox\/VBoxGuestAdditions.iso \/media\/<\/code><\/pre>\n\n\n\nsudo \/media\/VBoxLinuxAdditions.run<\/code><\/pre>\n\n\n\nYou should now see some changes on the VM, like automatic screen resize. You should also be able to now enable shared clipboard to copy and paste between the vm and the host machine, Drag and Drop…<\/p>\n\n\n\n
If the screen does not resize automatically, use auto-resize option.<\/p>\n\n\n\n
<\/figure>\n\n\n\nAnd that is all on installing VirtualBox Guest Additions ISO file on Wubuntu.<\/p>\n","protected":false},"excerpt":{"rendered":"
Follow through this step by step guide to lean how to install VirtualBox Guest Additions on Wubuntu. After you have installed Wubuntu on VirtualBox, you<\/p>\n","protected":false},"author":10,"featured_media":22258,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"rank_math_lock_modified_date":false,"footnotes":""},"categories":[36,121,46],"tags":[7459,7458],"class_list":["post-22256","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-virtualization","category-howtos","category-virtualbox","tag-virtualbox-guest-addition-iso","tag-wubuntu","generate-columns","tablet-grid-50","mobile-grid-100","grid-parent","grid-50","resize-featured-image"],"_links":{"self":[{"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/posts\/22256"}],"collection":[{"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/users\/10"}],"replies":[{"embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/comments?post=22256"}],"version-history":[{"count":1,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/posts\/22256\/revisions"}],"predecessor-version":[{"id":22260,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/posts\/22256\/revisions\/22260"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/media\/22258"}],"wp:attachment":[{"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/media?parent=22256"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/categories?post=22256"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/tags?post=22256"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}