About 50 results
Open links in new tab
  1. How to access a shared folder in VirtualBox? - Ask Ubuntu

    Jul 10, 2012 · For me the following worked: On guest Ubuntu: sudo apt-get install virtualbox-guest-utils Add shared folder in GUI of VirtualBox. Restart guest OS Folder on mount point specified in GUI was …

  2. How do I install Guest Additions in a VirtualBox VM?

    Jan 22, 2011 · 45 Within the guest operating system, install the package virtualbox-guest-dkms. For example, using the Terminal application, type sudo apt-get install virtualbox-guest-dkms.

  3. Is there a way to make a fullscreen on VirtualBox? - Ask Ubuntu

    Jun 30, 2013 · On VirtualBox VM console, select the virtual machine, go to Settings->Display and set your Graphics Controller to VMSVGA. This will fix the problem. Another problem is the Linux desktop …

  4. virtualbox - Virtual Box Error "Kernel driver not installed" suddenly ...

    Jan 8, 2026 · I am running Ubuntu 22.04.3 LTS with Secure Boot and EFI and have VirtualBox installed. I have several Ubuntu and Windows VMs running. Suddenly, all of them are not working anymore …

  5. virtualbox - How do I increase the hard disk size of the virtual ...

    Removing the .vdi from VirtualBox before calling VBoxManage command, then adding it back in, was successful. But now I can't boot the virtual machine, I get this worrying screen: By the way, it says …

  6. Ubuntu 22.04 & 22.10 on Virtual machine is extremely slow (same ...

    6 Ubuntu 22.04 & 22.10 on Virtual machines is extremely slow (VMware, Parallels or VirtualBox) Ubuntu 20.04 has no issues. I have no idea what might have got introduced in 22.04 and 22.10.The CPU or …

  7. VirtualBox error: Kernel driver not installed (rc=-1908) (running ...

    My VirtualBox setup did break during an update. I used these commands to fix it : sudo apt install linux-headers-`uname -r` sudo dpkg-reconfigure virtualbox-dkms sudo modprobe vboxdrv sudo modprobe …

  8. Virtualbox Kernel driver not installed - Ask Ubuntu

    May 8, 2011 · On 13.10, with virtualbox-qt package installed this was the best solution for me, but with sudo apt-get install dkms virtualbox-dkms. Those packages installed the modules automatically, no …

  9. How to fix virtualbox's copy and paste to host-machine?

    Sep 28, 2011 · Sometimes while using VirtualBox, I have tried copying text from the virtual machine to the host machine but failed. Whenever that happens, I fix it by rebooting the virtual machine. Is there …

  10. Virtualbox error on 22.04: kernel driver not installed (rc=-1908)

    Jan 11, 2024 · After last Ubuntu update, when I try to start a VM, I've got this error: Kernel driver not installed (rc=-1908) The VirtualBox Linux kernel driver is either not loaded or not set up correctly.