Git Product home page Git Product logo

Comments (3)

pbatard avatar pbatard commented on May 9, 2024

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.

from efifs.

DiMeneses avatar DiMeneses commented on May 9, 2024

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.

from efifs.

DiMeneses avatar DiMeneses commented on May 9, 2024

Proposed update

  • Package your .efi driver as per the efifs instructions: "Creating the UEFI firmware module".
  • With UEFITool, press ctrl+O to open an OVMF.fd (open virtual machine firmware) image.
  • You can find the latest build of OVMF here, under the name edk2.git-ovmf-x64-0.
  • Use ctrl+F to GUID search for 961578FE-B6B7-44C3-AF35-6BC705CD2B1F.
  • Double click the "GUID pattern" message at the bottom.
  • Right-click to insert after the Fat Dxe Driver.
  • Choose your .ffs file.
  • Press ctrl+S to save the image.
  • You can choose a new name such as yourOVMF.fd or override the previous image.
  • Test it with QEMU:
qemu-system-x86_64 -bios yourOVMF.fd -net none

from efifs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.