Create EVE-OS Compatible Windows 10 VM using VirtualBox for FML 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_12.35.17_PM.png

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

Screenshot_2022-05-18_at_12.40.34_PM.png

  • Select create a virtual disk now and click continue.

Screenshot_2022-05-18_at_12.41.42_PM.png

  • Choose type as VMDK and click continue.

Screenshot_2022-05-18_at_12.41.50_PM.png

  • Choose dynamic allocation and click continue.

Screenshot_2022-05-18_at_12.41.57_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_12.42.05_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 all three are selected.

Screenshot_2022-05-18_at_12.42.13_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_12.42.20_PM.png

 

Screenshot_2022-05-18_at_12.42.27_PM.png

 

Screenshot_2022-05-18_at_12.42.36_PM.png

 

Screenshot_2022-05-18_at_12.42.42_PM.png

 

Screenshot_2022-05-18_at_12.42.49_PM.png

 

Screenshot_2022-05-18_at_12.42.57_PM.png

 

Review the Final Configuration

Check for the following:

    • EFI should 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_12.43.06_PM.png

Start the Windows Installations

Screenshot_2022-05-18_at_12.43.14_PM.png

 

Screenshot_2022-05-18_at_12.43.36_PM.png

Screenshot_2022-05-18_at_12.43.52_PM.png

Screenshot_2022-05-18_at_12.43.41_PM.png

Screenshot_2022-05-18_at_12.44.00_PM.png

Screenshot_2022-05-18_at_12.44.06_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_12.44.14_PM.png

Screenshot_2022-05-18_at_12.44.21_PM.png

Screenshot_2022-05-18_at_12.44.28_PM.png

Screenshot_2022-05-18_at_12.44.34_PM.png

Screenshot_2022-05-18_at_12.44.43_PM.png

Screenshot_2022-05-18_at_12.44.51_PM.png

Screenshot_2022-05-18_at_12.44.58_PM.png

Screenshot_2022-05-18_at_12.45.05_PM.png

Screenshot_2022-05-18_at_12.45.13_PM.png

Inject Storage Drivers in pe environment:

Screenshot_2022-05-18_at_12.45.21_PM.png

  • Select update and security settings.

Screenshot_2022-05-18_at_12.45.28_PM.png

  • Select recovery and click on recovery.

Screenshot_2022-05-18_at_12.45.38_PM.png

  • Select restart.

Screenshot_2022-05-18_at_12.45.45_PM.png

  • Select Troubleshoot.

Screenshot_2022-05-18_at_12.45.51_PM.png

  • Select Advanced options.

Screenshot_2022-05-18_at_12.45.57_PM.png

  • Select command prompt.

Screenshot_2022-05-18_at_12.46.03_PM.png

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

Screenshot_2022-05-18_at_12.46.10_PM.png

Screenshot_2022-05-18_at_12.46.17_PM.png

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

Screenshot_2022-05-18_at_12.46.23_PM.png

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

Screenshot_2022-05-18_at_12.46.29_PM.png

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

Screenshot_2022-05-18_at_12.46.35_PM.png

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

Screenshot_2022-05-18_at_12.46.42_PM.png

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

Screenshot_2022-05-18_at_12.46.48_PM.png

  • Exit and Turn off the PC.

Screenshot_2022-05-18_at_12.46.54_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?
0 out of 0 found this helpful