Create EVE-OS Compatible Windows 10 VM using VirtualBox for HVM Mode

Prerequisites:

Create a Virtual Machine (VM):

  • Open VirtualBox manager and create a new VM. Provide the name of the VM. Click on continue.

Screenshot_2022-05-18_at_1.21.53_PM.png

  • Select the memory size as appropriate. Try to keep a minimum of 4GB and click continue.

Screenshot_2022-05-18_at_1.22.00_PM.png

  • Select create a virtual disk now and click continue.

Screenshot_2022-05-18_at_1.22.06_PM.png

  • Choose type as vmdk and click continue.

Screenshot_2022-05-18_at_1.22.12_PM.png

  • Choose dynamic allocation and click continue.

Screenshot_2022-05-18_at_1.22.17_PM.png

  • Choose the file location and size. Try to keep the minimum size to 30GB, and location can be the default.

Screenshot_2022-05-18_at_1.22.29_PM.png

  • Click on the settings and then system and check for the following settings:
    • The boot order should be the first cd-rom and then the hard disk.
    • In the extended features make sure EFI is not selected.

Screenshot_2022-05-18_at_1.22.36_PM.png

  • Click on storage and perform the following.
    • Add windows 10 optical drive downloaded.
    • Add virtio driver iso downloaded.
    • Please refer to the snapshots below.

Screenshot_2022-05-18_at_1.22.43_PM.png

Screenshot_2022-05-18_at_1.22.50_PM.png

Screenshot_2022-05-18_at_1.22.56_PM.png

Screenshot_2022-05-18_at_1.23.04_PM.png

Review the Final Configuration

Check for the following:

  • EFI should not be enabled.
  • The boot order should be first optical drive and then hard disk.
  • In the storage, windows iso should be there on port1 and on port 2
  • Virtio driver iso
  •  

Screenshot_2022-05-18_at_1.23.11_PM.png

Start the Windows Installations

Screenshot_2022-05-18_at_1.23.17_PM.png

Screenshot_2022-05-18_at_1.23.23_PM.png

Screenshot_2022-05-18_at_1.23.28_PM.png

Screenshot_2022-05-18_at_1.23.33_PM.png

Screenshot_2022-05-18_at_1.23.38_PM.png

Screenshot_2022-05-18_at_1.23.44_PM.png

Install Virtio Driver:

  • Right-click on windows and click on file explorer.
  • Navigate to drive where virtio drivers are mounted.
  • Here it is on e-drive.
  • Look for virtio-win-gt-x64. You will see it in the drivers.
  • Follow the installation guide and install the drivers.
  • Refer to the attached screenshots.

Screenshot_2022-05-18_at_1.23.50_PM.png

Screenshot_2022-05-18_at_1.23.57_PM.png

Screenshot_2022-05-18_at_1.24.03_PM.png

Screenshot_2022-05-18_at_1.24.10_PM.png

Screenshot_2022-05-18_at_1.24.25_PM.png

Screenshot_2022-05-18_at_1.24.30_PM.png

Screenshot_2022-05-18_at_1.24.37_PM.png

Screenshot_2022-05-18_at_1.24.43_PM.png

Screenshot_2022-05-18_at_1.24.49_PM.png

Inject storage drivers in pe environment:

Search for settings in search and click on settings.

Screenshot_2022-05-18_at_1.24.56_PM.png

  • Select update and security settings.

Screenshot_2022-05-18_at_1.25.04_PM.png

  • Select recovery and click on recovery.

Screenshot_2022-05-18_at_1.25.11_PM.png

  • Select restart.

Screenshot_2022-05-18_at_1.25.17_PM.png

  • Select Troubleshoot.

Screenshot_2022-05-18_at_1.25.23_PM.png

  • Select Advanced options.

Screenshot_2022-05-18_at_1.25.29_PM.png

  • Select command prompt

Screenshot_2022-05-18_at_1.25.34_PM.png

  • The system will be rebooted. Please enter your username and password if asked.
  • You will land in the command prompt.

Screenshot_2022-05-18_at_1.25.48_PM.png

Screenshot_2022-05-18_at_1.25.56_PM.png

  • We need to look for our mounted drivers. Please type the following commands:

Screenshot_2022-05-18_at_1.26.03_PM.png

  • In this setup, it’s on e-drive

Screenshot_2022-05-18_at_1.26.09_PM.png

  • Go to the following directory: e:\amd64\w10 (as the virtio drivers are mounted on e-drive)

Screenshot_2022-05-18_at_1.26.15_PM.png

  • Let’s load and install both scsi and viostor driver.
  • First load the driver

Screenshot_2022-05-18_at_1.26.21_PM.png

  • Inject the driver. Here the drive-c represents the drive where my Windows installation is.

Screenshot_2022-05-18_at_1.26.27_PM.png

  • Exit and Turn off the PC.

Screenshot_2022-05-18_at_1.26.33_PM.png

Convert the Image to qcow2 Format

Use the following command to convert the Image to qcow2 Format:

qemu-img convert -f vmdk -O qcow2 fml-vbox-vm.vmdk virtual-box-w10vm.qcow2
Was this article helpful?
1 out of 1 found this helpful

Articles in this section