09-08-2019, 05:10 PM
With this application it's easy to add a real drive (USB or other) into a virtual machine (VirtualBox or QEMU) and boot from it.
It will temporary separate the drive from the host OS (dismount it) and, after the virtual machine is closed, it will mount it back. This way it will prevent data loss and the changes made to the drive in the virtual machine will be visible in the host OS too.
Requirements:
Host OS: Windows XP/Vista/7/8/8.1/10
VirtualBox (installed or portable) and/or QEMU
Use Delphi XE or newer to compile.
To change from portable version to install switch
isInstalledVersion := False;
to
isInstalledVersion := True;
in Main\Virtual_Machine_USB_Boot.dpr
Releases :
You have No permissions
Download x64 :
You have No permissions
Download x86 :
You have No permissions
It will temporary separate the drive from the host OS (dismount it) and, after the virtual machine is closed, it will mount it back. This way it will prevent data loss and the changes made to the drive in the virtual machine will be visible in the host OS too.
Requirements:
Host OS: Windows XP/Vista/7/8/8.1/10
VirtualBox (installed or portable) and/or QEMU
Use Delphi XE or newer to compile.
To change from portable version to install switch
isInstalledVersion := False;
to
isInstalledVersion := True;
in Main\Virtual_Machine_USB_Boot.dpr
Releases :
Code:
The contents of this section are hidden
Download x64 :
Code:
The contents of this section are hidden
Download x86 :
Code:
The contents of this section are hidden