Giter Club home page Giter Club logo

valthrun-uefi-mapper's Introduction

Valthrun UEFI mapper

Automatically map the Valthrun driver from the UEFI.
Doing this has several advantages:

  1. The Valthrun driver can be loaded before any other drivers
  2. You can create a bootable USB stick containing the latest Valthrun driver

Build the ISO

cargo b --target x86_64-unknown-uefi && .\scripts\Create-ISO.ps1 -Destination ./bootloader.iso

Load the valthrun driver

The valthrun driver should be automatically loaded when booting using the valthrun bootloader.
To use the bootloader create a bootable USB stick and boot from that.
On success you should see the following message:
image

valthrun-uefi-mapper's People

Contributors

richyrich5 avatar wolverindev avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

valthrun-uefi-mapper's Issues

couldn't read `src\../driver/driver_uefi.dll`

Where can I find this DLL? I looked through your whole Github organization and couldn't find this DLL to compile the UEFI driver mapper. Do I need to supply my own Driver. If so I can probably figure out how to make my own from the mapper code that's here.

Failed to Map Driver

After boot, valthrun driver fails to map with Error: Mapping callback has never been called. I've checked sigs on bootmgfw.efi, seems all is ok but still doesn't seem to work.

For context, after fails, F10 doesn't work either and I'm forced to remove USB and manually turn off my computer.

SB is off
TPM is off

error-valthrun

rust compilation error

My error:

error: couldn't read src\../driver/driver_uefi.dll: Системе не удается найти указанный путь. (os error 3)
--> src\utils.rs:51:21
|
51 | bytes: *include_bytes!($path),
| ^^^^^^^^^^^^^^^^^^^^^
|
::: src/main.rs:110:5
|
110 | include_bytes_align_as!(Align4096, r"../driver/driver_uefi.dll");
| ---------------------------------------------------------------- in this macro invocation

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.