The first issue I came across was a disk space limitation when trying to install Flare. The message read that 60Gb min was needed to install the files. After resizing the VMs VDI I found that the size was not reflected within the VM itself. Even within Disk Manager, there was no unallocated space available to extend the partition. After some reading, this is due to the VM having existing Snapshots which prevents VDI resizing. To resolve this, I first attempted to clone the VM and resize as the clone does not have snapshots. This resulted in new errors within the VM where my configurations where not present. As a result, I went to the original VM and deleted the Snapshots. After booting into the VM I still did not see the unallocated space I had added to the VDI. I reran the CMD DiskPart commands to find that the partition was indeed updated! After adjusting the setting on DiskPart, I was able to go back into Disk Manager to extend the partition!