All tips and tricks come with no warranty expressed or implied.
@TPG has built newer VirtualBox packages which are currently in main-testing repo. One change long time users will notice is that when you open VBox and select to set up a New VM it immediately opens a dialog window with âLinuxâ and âOpenMandriva (64-bit)â preselected. As you go through the process you will notice that it is preset to make the VM storage space at 20 GB. (You can change it if needed but itâs best to have at least 10 GB).
One other thing you will notice is any existing VMâs you had will be disabled because they are set up as âMandriva (64-bit)â rather than âOpenMandriva (64-bit)â. To correct this you need to edit 2 files. The files are usually located in /home/ in a folder called âVirtualbox VMâsâ .They are <what_you_named_VM>.vbox and <what_you_named_VM>.vbox-prev. In both on or about line 9 look for where it says âMandriva_64â and change it to âOpenMandriva_64â. Now your old VM should work.
This line in both to edit is:
<Machine uuid="{799b776d-5c6d-6g8n-h3l8-04249f4a9e69}" name="OMLx-Plasma5-build-1915" OSType="Mandriva_64" snapshotFolder="Snapshots"
simply change it to:
<Machine uuid="{677b776d-5c6d-6g8n-h3l8-04249f4a9e61}" name="OMLx-Plasma5-build-1915" OSType="OpenMandriva_64" snapshotFolder="Snapshots"