What's the "1.15-windows.vbox" file?

Discussions related to using VirtualBox on Windows hosts.
Post Reply
ashukusheee
Posts: 5
Joined: 17. Jul 2014, 20:35

What's the "1.15-windows.vbox" file?

Post by ashukusheee »

I just created a new VM and noticed that there's an extra file in the VM folder ending with "-1.15-windows.vbox"

this doesn't exist on my old VMs. and it doesn't appear to be edited anymore after the initial setup.

i couldn't find any specific discussion about it from searching.

could anyone explain what this file does? and do i need to keep it?

thanks!
scottgus1
Site Moderator
Posts: 20945
Joined: 30. Dec 2009, 20:14
Primary OS: MS Windows 10
VBox Version: PUEL
Guest OSses: Windows, Linux

Re: What's the "1.15-windows.vbox" file?

Post by scottgus1 »

I have those in some of my guests, too. I'm not certain, but I think it's the old copy of the guest's .vbox file when the .vbox format requires an update to match a new version of Virtualbox. I think it is not needed anymore. But the safest thing is to put it somewhere safe not delete it, until a year passes and the guest runs flawlessly dozens of times. Or it's just a couple kB, leaving it where it is would be safest.
mpack
Site Moderator
Posts: 39134
Joined: 4. Sep 2008, 17:09
Primary OS: MS Windows 10
VBox Version: PUEL
Guest OSses: Mostly XP

Re: What's the "1.15-windows.vbox" file?

Post by mpack »

Exactly what Scott says. I believe the special backup is created whenever VirtualBox detects a format breaking version change. This allows you to go back to the older VirtualBox version if you wanted to.

Incidentally, it's using the internal version numbering system, which I think is about the version of the config format, not the VirtualBox version.
fth0
Volunteer
Posts: 5677
Joined: 14. Feb 2019, 03:06
Primary OS: Mac OS X other
VBox Version: PUEL
Guest OSses: Linux, Windows 10, ...
Location: Germany

Re: What's the "1.15-windows.vbox" file?

Post by fth0 »

Yes, it's the version of the config file format, e.g.:
VirtualBox.xidl file wrote:
<desc>Settings version "1.15", written by VirtualBox 5.0.x</desc>
<desc>Settings version "1.16", written by VirtualBox 5.1.x</desc>
<desc>Settings version "1.17", written by VirtualBox 6.0.x</desc>
<desc>Settings version "1.18", written by VirtualBox 6.1.x</desc>
VirtualBox tries not to use the newest version if possible. If you create a new VM in VirtualBox 6.1.8 without the newest features, it still creates a version 1.5 config file. If you use Nested Virtualization for example, it creates a version 1.7 config file at least.
Post Reply