pbatard / EfiFs

EFI FileSystem drivers
https://efi.akeo.ie
GNU General Public License v3.0
506 stars 77 forks source link

Update: Adding a driver to a UEFI firmware #40

Closed DiMeneses closed 1 year ago

DiMeneses commented 1 year ago

The guide present in the wiki doesn't seem to work anymore, as I can't find any .rsrc folder in vmware-vmx.exe.

Is this dependent on any vmware version? If so, which one?

Is there any other alternative? I can't find any open source efi.rom to add my DXE Driver to. Maybe I'm just using the wrong keywords.

Thank you for your attention.

pbatard commented 1 year ago

I'm afraid I no longer use VMWare and I don't have the time to perform any research to update the guide. Like most documentation, this is time dependent of the software that existed at the time it was written.

Mostly the VMWare UEFI firmware was used as an example of how one can inject an NTFS driver, but the goal is not to be a comprehensive guide that will apply to everything. As such, I'm afraid you will have to do your own research if you want to apply it to different software than the one that was used for this example.

DiMeneses commented 1 year ago

No problem, it also served as a heads up.

If I come up with an alternative solution I'll post it here in case you want to update the guide with it.

DiMeneses commented 1 year ago

Proposed update