Here’s a Windows-only guide to install Quantum Mobile 24.04.0 with maximum CPU/RAM allocation and seamless file transfer between your local system and the VM:
- Download VirtualBox 7.1.6:
- Get the installer from this link.
- Run the Installer:
- Double-click the
.exefile. - Follow the prompts (use default settings).
- Reboot your PC if required.
- Double-click the
- Get the VM Image:
- Visit Quantum Mobile 24.04.0.
- Under Download, click the VirtualBox image link (
quantum-mobile-24.04.0.ova).
- Import the VM:
- Open VirtualBox → File → Import Appliance.
- Select the
.ovafile → Next. - Before clicking "Import":
- Click the ⚙️ Settings icon.
- System → Motherboard:
- Allocate Maximum RAM (leave at least 2 GB for your host OS).
- System → Processor:
- Set CPU cores to maximum available (e.g., 4/4 cores).
- Click Import (takes 5–10 minutes).
- Launch Quantum Mobile:
- Select the VM → Click Start.
- Log In:
- Username:
max - Password:
laboratory
- Username:
- Shut Down the VM (if running).
- Configure Shared Folders:
- In VirtualBox: Select the VM → Settings → Shared Folders.
- Click Add Folder (📁 icon):
- Folder Path: Choose a host folder (e.g.,
C:\Users\YourName\Desktop). - Folder Name: Assign a name (e.g.,
desktop_shared). - Check Auto-mount and Make Permanent.
- Folder Path: Choose a host folder (e.g.,
- Install VirtualBox Guest Additions (inside the VM):
- Start the VM.
- Open a terminal in the VM and run:
sudo apt update && sudo apt install -y virtualbox-guest-utils - Reboot the VM:
sudo reboot
- Access Shared Folders:
- After reboot, shared folders appear at
/media/sf_[folder_name](e.g.,/media/sf_desktop_shared). - To access files:
# Navigate to the shared folder cd /media/sf_desktop_shared
- After reboot, shared folders appear at
- Enable Drag-and-Drop in VM settings:
- Shut down the VM.
- Go to Settings → General → Advanced → Shared Clipboard & Drag'n'Drop → Bidirectional.
- Copy files by dragging them directly between your Windows desktop and the VM.
- Maximize Performance:
- Close background apps on your host PC to free up resources.
- Troubleshooting Shared Folders:
- If
/media/sf_*isn’t visible, run:sudo usermod -aG vboxsf max sudo reboot
- If
- Backup Important Files: Use shared folders to copy critical data to your host machine.