-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding powershell 7 or higher requirement note to README.MD [skip ci]
- Loading branch information
1 parent
a806f2c
commit 15ca69a
Showing
1 changed file
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: | ||
 | ||
 |