Skip to content

Commit

Permalink
Adding powershell 7 or higher requirement note to README.MD [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
WolverinDEV committed Nov 10, 2024
1 parent a806f2c commit 15ca69a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.MD
Original file line number Diff line number Diff line change
@@ -1,16 +1,21 @@
# Valthrun UEFI mapper

Automatically map the Valthrun driver from the UEFI.
Doing this has several advantages:
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

```ps1
# Requirements PowerShell 7 or higher.
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](./media/screenshot_mapped_successfully.png)
![image](./media/screenshot_mapped_successfully.png)

0 comments on commit 15ca69a

Please sign in to comment.