hfiref0x / VBoxHardenedLoader

VirtualBox VM detection mitigation loader
BSD 2-Clause "Simplified" License
919 stars 278 forks source link

(VERR_PATH_NOT_FOUND) #86

Closed akhilleusuggo closed 4 years ago

akhilleusuggo commented 4 years ago

I followed with the guide : https://github.com/hfiref0x/VBoxHardenedLoader/blob/master/Binary/howto.md and getting this issue .

Failed to open system BIOS file 'D:\Virtual\VBOX\Settings\pcbios386.bin' (VERR_PATH_NOT_FOUND).

image

Version :

image

EDIT : D:\Virtual\VBOX\Settings\ , the Settings folder I don't have it . I don't see where that folder is coming from . Do I have to create it manually ? Should have been created during the installation ?

I tried to match your installation process and folders order to not make any change to the batch .

akhilleusuggo commented 4 years ago

Was a bit confusing , but made it work at the end . Basically set vmscfgdir must point to the folder with pcbios386.bin with a slash \ at the end . In other words , pointing to it self folder (from where you execute the script )

Thank you .