I tried looking into this myself but I couldn’t really find much about this error. The only solutions I could find didn’t work for me. The first one was to use mokutil but at the point where I was supposed to run sudo mokutil --import MOK.der it gives me the error message “Failed to get file status, MOK.der” even though I did everything it told me to do. The other one was to disable secure boot and then run sudo '/sbin/vboxconfig' but even though it looked like it worked, I’m still getting the error message. I have re-enabled secure boot, so you don’t have to worry about that.

Is there something else I can try or does VirtualBox not work in Linux Mint for some reason?

  • bizdelnick@lemmy.ml
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    10 months ago

    First of all, check that hardware virtualization is enabled in your UEFI setup.

    You need to have packages virtualbox-dkms and linux-headers installed (together with all their dependencies, but you don’t have to check them manually). linux-headers must be of the same version as linux-image. That’s all that you need to get driver properly built. Don’t listen those users who recommend you to remove and reinstall these packages or install additional packages manually, this kind of magic doesn’t work.

    Also note that you cannot use kvm and virtualbox simultaneously. If you are using some kvm-based virtualization system, it causes a conflict.

  • EddyBot@feddit.de
    link
    fedilink
    arrow-up
    1
    ·
    10 months ago

    if you just need software to set up virtual machines you might look into Gnome Boxes or virt-manager which don’t require external kernel modules like Virtuap Box to work

    anyway these issues typically happen on Ubuntu based distros (like Linux Mint) because your linux kernel is to new for the Virtual Box version (or the Virtual Box version is simply too old)

      • Nik282000@lemmy.ca
        link
        fedilink
        arrow-up
        1
        ·
        10 months ago

        virt-manager

        I’ve used VirtualBox for years and only just tried virt-manager. I wish I had tried years ago, so much simpler and it is in my distro’s default repository.

    • vortexal@lemmy.mlOP
      link
      fedilink
      arrow-up
      0
      ·
      10 months ago

      So I tried virt-manager but it’s giving me an error message about not being able to connect to “libvirt qemu:///system” and it wont let me install a virtual machine. I’m assuming that I’m supposed to download “libvirtd”, but I can’t figure out how to install it. I think it wants me to build it from the source but there doesn’t seem to be a guide on how to do that.

  • SteveTech@programming.dev
    link
    fedilink
    English
    arrow-up
    0
    ·
    10 months ago

    Is there something else I can try

    I use virt-manager, since it uses KVM which should already be present in the kernel.

    • vortexal@lemmy.mlOP
      link
      fedilink
      arrow-up
      0
      ·
      10 months ago

      How similar to VirtualBox is virt-manager? I’ve only ever used VirtualBox but if virt-manager is easy to use, I have no problem trying it out.

      • Kid_Thunder@kbin.social
        link
        fedilink
        arrow-up
        0
        ·
        10 months ago

        Gnome’s Boxes is pretty easy to use and of course uses qemu + KVM. This would be a type 1 hypervisor vs. Virtualbox’s type 2. It is point and click like Virtualbox. You don’t need to use Gnome’s DE to use Boxes.

        I have seen people post about your specific error for years when using the virtualbox website’s repository instead of their own distro’s repository (if it exists).

        • vortexal@lemmy.mlOP
          link
          fedilink
          arrow-up
          0
          ·
          10 months ago

          I just tried Gnome Boxes and it seems to work mostly fine but the only problem I’m having is that I’m trying to run a Windows XP virtual machine but I can’t figure out how to get files from my host to the guest. Apparently, I need some software to be running on the guest but the website that I need to download the software from doesn’t work in internet explorer and I obviously can’t just download it on the host and transfer it to the guest.

          • Kid_Thunder@kbin.social
            link
            fedilink
            arrow-up
            0
            ·
            10 months ago

            In Boxes, power down your XP VM, click Settings -> Sharing Panel -> Enable Sharing toggle. Click File Sharing and enable File Sharing. Power on the VM.

            At that point you should be able to drag and drop from your host direct into your VM for a file transfer.

            You can also click the vertical dots menu in the Guest’s console “screen” and click Send File… menu option.

            In the same menu you can click Devices & Shares -> Realtek USB or whatever -> Local Folder -> Select from the dropdown for the Host’s folder that you’d like to share -> Save -> Make sure Toggle on the right is on.

            Then your folder, I believe in XP, will show up as a removable drive like a USB drive would.

            • vortexal@lemmy.mlOP
              link
              fedilink
              arrow-up
              1
              ·
              10 months ago

              Ok so I’ve already determined a solution for Boxes but I should mention that none what you said works for me. I’m not sure if I have a different version of Boxes than you (even though the only version that seems to exist is the one on flathub) but there is no sharing panel in settings. The only three options in settings is keyboard shortcuts, help and about boxes. When I’m running a VM, the option for “send file” is grayed out and can’t be selected.

              For “devices & shares” that is, at least for me, located in the preferences for each VM. I can’t use USB devices because it’s not supported in the flatpak version and if I try to use the shared folders option, the folder I specified doesn’t show up in the VM. From what I can tell this might be an issue specific to some guests, like Windows XP, because Boxes links to a specific program that the guest needs to be running but when I try to run it in Windows XP, I get an error message stating that Windows XP isn’t a supported guest.

              The only solution that seems to work for me, is taking the files I want to use in the VM and compress them into an iso file (if they’re not already) and mount it to the VM. It might be tedious but it’s the only thing that seems to be working for me.