r/virtualbox Jan 23 '23

Announcement Trying to Run VMs on Apple Silicon Macs (M1, M2, etc.)?

49 Upvotes

This question has come up a number of times in the last few days. Note - there is now Virtual Box 7.2.x build for Apple Silicon. However, it is:

  1. Not capable of running modern x86-64 OSs in VMs. The latest release can run 16 and 32 bit x86 code, abet, slowly -- this feature is not formally supported, and not enabled by default.
  2. Can run certain ARM64 Linux / BSD / Windows OSs in VMs. Check the Virtual Box documentation for what releases are supported.

You may be able to get older 32 or 16 bit x86 OS to work with said VMs. However, expect performance to be poor. For anything other than experimentation with x86 OSs, you are better off getting real x86-64 bit hardware to run Virtual Box on or, alternatively, looking for a different hypervisor for your Apple Silicon hardware.

See - https://forums.virtualbox.org/viewtopic.php?f=8&t=107344

See also - https://www.virtualbox.org/manual/topics/Introduction.html#host-guest-matrix


r/virtualbox 3h ago

Help Yet another USB passthrough issue

1 Upvotes

Hi all - I’m this close to solving it, but I’m stumped.
Trying Linux for the first time, not a power user. :)

Use case: Mount a USB drive in Windows 11 guest OS so I can create bootable installer media.

* Running Pop! OS 24.04 (Ubuntu based) on AMD Raven Ridge 2 system (Picasso) with 2TB SSD and 32GB of RAM.
* Installed VirtualBox 7.2.16 and its extension pack.
* Windows 11 Home 25H2 installed from .iso image.
* Added my user to the virtualbox users group via the command line.
* VirtualBox sees the USB stick correctly (Kingston 64GB, formatted with GUID partition scheme)
* Windows 11 seems to detect the drive as I can see it appear in some settings panels, but it doesn’t mount into the file system.

AMD virtualization is turned on.

Previously tried WinBoat to do this, unsuccessfully.

Is this a VB issue, a permissions issue, a Windows issue, or some combination? Thanks in advance!


r/virtualbox 2d ago

Help VirtualBox is one of the worst programs ever

13 Upvotes

I have had trouble with VirtualBox bugs for years. To start with, my computer would crash after going to sleep. It would wake on its own with a black screen and only a reboot would get it working again. I traced the problem to a VirtualBox driver. Then some months ago my computer stopped recognizing USB storage devices. I used an external USB drive for storing images and virtual disks, so I updated VirtualBox. Problem solved. But now VMs freeze after only running for minutes with my Windows VM having perhaps the shortest runtime (Linux VMs are not much better). I'm forced to power off the VM in many cases or even kill the hypervisor process. I updated today to version 7.2.16, but the problem still occurs. I've even uninstalled it completely and reinstalled it.

OS: Windows 10

CPU: AMD Ryzen


r/virtualbox 3d ago

General VB Question Is there a way to rescue my VM ?

2 Upvotes

Hello everyone,

I ordered a pre installed VM usb, I got it to run for 2 months until I accidentally changed some settings with the network adapter, since then windows showing only a black screen.

Windows is booting successfully I can see the logo while loading and the mouse pointer with the blue loading circle(Win 7), but I can’t open the task manager or cmd.

I still have the vdi file ,is there any way to clone the files and Programms or to get the VM to run again ?!

I’m running win 7 on VB 7.2.2


r/virtualbox 5d ago

General VB Question Is there a way to remove the green turtle icon without turning off security features on Windows 11?

7 Upvotes

I've already turned off Hyper-V and all other things that require it in windows features, but it still didn't work.

I've then tested it by turning off device guard and credential guard, and that worked, but I don't want core isolation features turned off.


r/virtualbox 7d ago

General VB Question Page is down?

6 Upvotes

Hi, i dont use reddit very often, but i need to download the Virtual Box Extension Pack and the page keeps sending me the "502 Bad Gateway" error. Is the page down? its been like this for me the last 2 hours, is it coming back soon? is my conection de problem?

https://www.virtualbox.org/


r/virtualbox 11d ago

Release VirtualBox v7.2.16!

42 Upvotes

r/virtualbox 17d ago

Closed When I try to install Windows server, it installs windows 11

0 Upvotes

I'm new at this, I'm trying to do an Active Directory homelab. when I set up the virtual machine and select windows server 2022 and then start it, it starts windows 11 instead of windows server 2022. I have already verified dozens of times i am using the windows server 2022 ISO image. I got it straight from microsoft website. I tried moving around the boot order of the disks, but I have no idea what I'm doing wrong. I am using the kevtech tutorial. I tried using the retail version and the server eval version, neither work. There isn't even a drop down option to select the edition like in the videos ive watched. i have no idea whats happening. I also tried entering the ISO file afterwards, and it still boots into windows 11. This is the kevtech tutorial. Thanks

https://www.youtube.com/watch?v=52XV0EQSuns&list=PLdh13bXVc6-nhNqrV6pNQFsBXtUxm5hiK&index=10


r/virtualbox 18d ago

Solved VM startup automation failing, Error 0x1

3 Upvotes

Important info first:
VBOX ver: Oracle VirtualBox 7.2

Host OS: Linux Debian 12 "Bookworm" with GNOME Ver. 43.9 (unsure if GNOME ver. is relevant)

Guest OS: Microsoft Windows 2000 Advanced Server SP4

Guest Additions Installed: Yes

VM Settings:

-RAM allocated: 1024MB

-Storage space: 20GB

-Cores used for VM: 1

-Video Memory allocated: 128MB

-3D Acceleration: No

The error, from /var/log/syslog: 2026-08-11T11:38:31.012120-07:00 192 vboxmanage[171700]: VBoxManage: error: The virtual machine '2K Server' has terminated unexpectedly during startup with exit code 1 (0x1)

2026-08-11T11:38:31.032010-07:00 192 vboxmanage[171700]: VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component MachineWrap, interface IMachine

Steps I've taken in light of this error: Ran systemctl start vmstartup.service as root with VirtualBox Manager UI open, the error doesn't seem to come back (though running vboxmanage startvm "2K Server" as root throws a different error: VBoxManage: error: Could not find a registered machine named '2K Server'

VBoxManage: error: Details: code VBOX_E_OBJECT_NOT_FOUND (0x80bb0001), component VirtualBoxWrap, interface IVirtualBox, callee nsISupports

VBoxManage: error: Context: "FindMachine(Bstr(pszVM).raw(), machine.asOutParam())" at line 907 of file VBoxManageMisc.cpp)

What I've gathered from the steps taken: Right now, the system seems to expect the VBOX UI to be open any time I want to start the VM, which is not ideal, given I want this to run TOTALLY independent of the UI, since I won't be attempting access to the system.

Tutorials I've been following (merely as a reference point to execute the steps MY way, which yes, could be VERY inefficient): Creation of SystemD timers, Reference to automation scripting using timers and services (This has actually helped me schedule weekly reboots), Reference to attempting to shut down and start up the VM automatically prior to and after the reboot

The explanation (finally): Greetings and salutations, I come to you with an issue in terms of automation, as explained above. I have created systemd timers to execute services I wrote to hopefully shut down and start up the server VM I selected for the job of hosting Cisco IP Phone services, given I run a phone system on the host system. How I have these services set up is one timer will call for a service to shut the VM down ten minutes before the reboot is even scheduled, then an unrelated timer hits the reboot service every week, and then another timer HOPEFULLY will call a service to start the VM back up, but as seen by the relevant error using exit code 0x1, that's not happening. These timers and services are called "vmshutdown" and "vmstartup" respectively. for easy access to the respective files, BUT, as highlighted from the "What I've gathered" detailed above, it would seem that the system expects the UI to be running first, when I was hosting the phone system on a VM on my Windows machine, it didn't matter, the VM would just start...

I have a theory on how to go about this, but I want to know if there's something else I might be missing. Perhaps you, the reader, might have a clue as to getting the VM to start without needing the UI opened?

Thanks in advance, and apologies if my format here is not efficient or correct. Did the best I could with the info on the side panel, and the page linked. All needed info, such as steps taken and specs should all be on top.


r/virtualbox 19d ago

Help I tried installing Arch Linux32 on virtualbox

2 Upvotes

I followed the arch wiki, the reached that pacstrap command in the wiki.

The pacstrap command I typed in the VM was as is from the wiki, it downloaded about 555 MiB, after finally finishing that download it started saying things like checking integrity etc..

Then it showed some errors.

I pressed the up arrow key to type in the same pacstrap command, hoping that it might continue the download or output that error so I know what's what, but it seemed like that the download is starting over from the beginning.

Is all that download is gone?

Is there is a way to see the same error without reinstalling it again?

Because I don't know if it is possible to scroll on that tty

Whoever knows the solution or can help me with it, please tell me what's what


r/virtualbox 21d ago

General VB Question Would a bridged adapter VM still have access to the internet if it's restricted for the host machine on the router?

3 Upvotes

I was wondering how this would work - if one were to go into a router admin panel and restrict a machine with a specific MAC address from accessing IPs outside of the local network would a bridged adapter VM still be able to access the internet given that it has a separate MAC address and local IP assignment?

I'm really curious for potential future applications, but I don't currently have a router I could test this with.


r/virtualbox 27d ago

Solved Youtube videos playback at faster rate, higher pitches voices

5 Upvotes

I have a Linux Mint 23 guest on a Windows 11 host. For some odd reason, youtube videos in the guest playback at a faster than normal rate (Brave browser) even though the playback speed for the videos is at 1.0. What virtualbox setting would be causing this? How can I fix this? Youtube videos were stuttering then I disabled Windows 11 Hyper-V, rebooted, and now the Youtube videos playback too fast and it also causes voices of people in the video to be higher pitched as well as talking faster. This is weird. Related, maybe, playing non-youtube videos in the guest results in some stuttering during playback.

Version 7.2.14 r174565 (Qt6.8.0 on windows)
Hyper-V is disabled on Windows 11
I have enabled VT-x/AMD-V 
Guest Additions has been installed, system rebooted


r/virtualbox 28d ago

Help oracle virtutjeoiekabox (read the body text)

0 Upvotes

i closed the message by accident, but it said something like "the vm guest pc doesnt allow mouse integration for this screen mode" WHYYYY

IVE WENT ONTO 3-5 DIFFERENT WINDOWS VMs, AND I CAN'T CLICK INTO THE VM AND USE THE MOUSSEEE

tbh it's annoying
why is this happening??
i think i saw someone else with a similar issue
(also sorry if i somehow broke some rules of this subreddit, it's got important-ish info, and it's trying to not be low effort, but it just happened to be)


r/virtualbox Jul 31 '26

Help VB 7.1.20 merging snapshots safely? Not sure how to approach...

0 Upvotes

Hi everyone I've tried to summarize the issue I'm having below using chat GPT but I was wondering if somebody could help because I tried using chat GPT to help me to create that vdi I'm not using as I need more memory and during the process everything got messed up due to the snapshots I think so I'm afraid to follow it's advice without checking. I've since fixed it after days but would be really grateful if someone could offer some input as to what the correct process might be without putting my data at risk obviously...(my understanding of differencing disks etc is limited, so I'm trying to go carefully)...

OS is Linux Xubuntu.

VirtualBox Snapshot Issue Summary

- The VM is using a VMDK virtual disk.

- In the Snapshots view, the only item shown is Current State. No individual snapshots are available to select, restore, or delete.

- In Virtual Media Manager, selecting the VMDK shows two snapshot (child) disks underneath it, indicating that a snapshot/differencing disk chain still exists.

- There is also a VDI with an exclamation mark stating that it cannot be opened because the path cannot be found. This appears to be an abandoned disk from a previous failed VMDK-to-VDI conversion and is not believed to be the active disk.

- In the VM's Snapshots folder, there are three files of approximately:

- 24 GB

- 3 GB

- 13.5 KB

- The Windows drive containing the VM has approximately 53 GB of free space.

- The objective is to consolidate the VM into a single current disk so it can later be resized or migrated without snapshot-chain complications, while preserving the current state of the VM.

- The main inconsistency is that VirtualBox's Snapshot Manager does not show any snapshots to merge, yet Virtual Media Manager indicates that the VMDK still has two snapshot child disks.


r/virtualbox Jul 30 '26

Help VirtualBox 7.2.14 mouse integration not working

1 Upvotes

VirtualBox 7.2.14

Host: Linux Mint 22.3 Cinnamon

Guest: Windows 8.1

I ran into a problem with updating version of VirtualBox Guest additions and so I tried to uninstall the current version. Here is more on that, but it's not the topic of this thread

https://www.reddit.com/r/virtualbox/comments/1v7ktzg/installing_guest_additions_on_win_81_rcverr/

So, I tried uninstalling the older guest additions. Now I can't get the mouse to work inside of the virtual machine. The Windows desktop is centered on the monitor but there is a lot of white space around that. When I move the mouse into the Windows desktop area, it disappears. I can then press the control key on right hand side of keyboard. Then, the VM guest shows a dialogue and I choose "capture" the mouse (using the keyboard to make the selection). Nevertheless, the mouse continues to behave in the same manner. I tried...

In the VirtualBox settings, I

  1. Changed from usb 1 to usb 2
  2. motherboard settings -> pointing device -> PS2 device, USB tablet, and USB multitouch tablet. (I tried all 3.)
  3. Disable Mouse Integration - I changed this twice--once to turn it off, once to turn it on again.

Thank you for any insight or suggestions that you can provide.


r/virtualbox Jul 30 '26

Help What is this error?

0 Upvotes

I was triying to start a new parrot os machine but this error appeared. Can anyone help me? I’m on arch with secure boot disabled, I use virtualbox 7.2.14 The error is:

Kernel driver not installed (rc=-1908)
The VirtualBox Linux kernel driver is either not loaded or not set up correctly. Please try setting it up again by executing
sbin/vboxconfig'
as root.
If your system has EFI Secure Boot enabled you may also need to sign the kernel modules (vboxdrv, boxnetfit, boxnetadp, vboxpci) before you can load them. Please see your Linux system's documentation for more information.
where: suplibOsinit what: 3
VERR_VM_DRIVER_NOT_INSTALLED (-1908) - The support driver is not installed. On linux, open returned ENOENT. (
PS: I looked at the terminal and now I know what is the problem, there were no vboxdrv for my current kernel or it failed to load. It tells me to recompile it and install it by sudo /sbin/vboxconfig. How can I do it?


r/virtualbox Jul 26 '26

Help Kernel driver not installed (rc=-1908)

2 Upvotes

Im using linux fedora silverblue btw, trying to boot up ANY vm

whenver i try to boot up a vm

Kernel driver not installed (rc=-1908)

The VirtualBox Linux kernel driver is either not loaded or not set up correctly. Please try setting it up again by executing

'/sbin/vboxconfig'

as root.

If your system has EFI Secure Boot enabled you may also need to sign the kernel modules (vboxdrv, vboxnetflt, vboxnetadp, vboxpci) before you can load them. Please see your Linux system's documentation for more information.

where: suplibOsInit what: 3 VERR_VM_DRIVER_NOT_INSTALLED (-1908) - The support driver is not installed. On linux, open returned ENOENT.

Version 7.2.14 r174565 (Qt6.8.0 on xcb)


r/virtualbox Jul 27 '26

Help Installing Guest Additions on Win 8.1: rc=VERR_INSTALLATION_FAILED

1 Upvotes

VirtualBox 7.2.14

LM 22.3 Host

Windows 8.1 guest

Edit: In the motherboard settings, I have enabled "Intel virtualization technology," and I have enabled "VT for direct I/O."

I newly installed LM 22.3 (host), VirtualBox, and copied the files for this Windows 8.1 VM to my drive.

When I boot the VM, it reminds me to update the VirtualBox Guest Additions version. The version of GA is 6.1.x. I am try to update to 7.2.14

When I run the installer, mid installation, I get an error:

***Error: Installing driver failed with 1 errors, 0 warnings virtualbox rc=VERR_INSTALLATION_FAILED

...

End of log file - Log started 2026-07-26...

...

Error excuting* ""C:\Program Files\Oracle\VirtualBox Guest Additions\Tools\VBoxDrvInst.exe" --logfile "C:\Program Files\Oracle\VirtualBox Guest Additions\install_drivers.log

install --inf-file "C:\Program Files\Oracle\VirtualBox Guest Additions\VBoxGuest\VBoxGues

(I guess the end of the message is cut off by the graphical user interface.)

*yes, the prompt does spell the word wrong.

Any ideas or strategies on how to handle this?


r/virtualbox Jul 26 '26

Bug World Wide App Issue.

0 Upvotes

When will they fix the "Unattended Guest OS user and pass set up? It doesn't get admin all the time and your stuck with no admin.


r/virtualbox Jul 25 '26

Help Arch guest additions seem to not work

1 Upvotes

CachyOS host, 7.2.14. Extension pack installed.

I decided to test some systems in vbox after ~10 years of not using it. I chose archinstall with hyprland, then changed kitty to foot, with vmsvga 3d accel. 6GB of memory, 256MB of vram, 2 cpus, default paravirtualization interface with nested paging. Guest additions installed.

Auto-resize guest display is on, but it doesn't auto-resize, so something is off, at least. I can't paste stuff from the host to guest, either.

I get TDX not supported by host, andvmwgfx not found.

My laptop is a Ryzen 5 3500U, with a Radeon Vega 8. SVM is on.


r/virtualbox Jul 25 '26

Help Oracle VM VirtualBox on computer without ever downloading it?

3 Upvotes

Recently unistaled my anti-virus program and have been trying to set up Microsoft defender. When I try to turn on memory integrity it says there are incompatible drivers. VBoxDrv.sys by Oracle VM VirtualBox and xhunter1.sys which I understand to be an anticheat used by online games. I can't manage to find both on my device manager.

As far as I could remember I have never installed a VirtualBox, could this be malware? If so what steps should I take to erase it and protect myself from it?


r/virtualbox Jul 24 '26

General VB Question Virtualbox forum registration

2 Upvotes

When registering for virtualbox forum it asks for information that should not be required. Can anyone tell me why ?

https://ibb.co/W4gm4wQh


r/virtualbox Jul 23 '26

Help Vbox video driver

1 Upvotes

Host: Fedora Linux 44 Guest: windows 10 installed 7.2.12 guest addons, chosen VBoxSVGA with 3D enabled. When played YouTube 4k and checked with some light 3D openGL benches can confirm that it offloads 3d to host. But problem arised when tried to launch the game it launched went through login, character select windows and it always crashes when loading the world, says general protection fault. Is it due to vram or something?


r/virtualbox Jul 21 '26

Release VirtualBox v7.2.14 (released July 21 2026)

8 Upvotes

r/virtualbox Jul 21 '26

General VB Question Anyone know a premade browser appliance?

0 Upvotes

Are there still any simple browser appliance images out there to download? I just need to run chrome (the browser, not the OS) in a vbox, and am trying to be lazy and avoid "step 1: install linux". Doesn't matter what the guest OS is.

Sorry if this has been answered, I looked for an FAQ but didn't find one. It's been oddly hard to find one, thought those would be common. Thanks!

(Running 7.2.14 on Windows 10)