Skip to content

Commit

Permalink
readme: Document opt data quirk on some firmware
Browse files Browse the repository at this point in the history
  • Loading branch information
TravMurav committed Aug 6, 2024
1 parent 4db08e5 commit afea57a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@ To manually install dtbloader, copy the file to ESP, boot into efi shell, then:
Shell:\> fs0:
# Install the driver into the boot order
fs0:\> bcfg driver add 1 dtbloader.efi "dtbloader"
# On some devices you may need to add optional data
# to the driver entry for firmware to load it.
fs0:\> echo none > tmp.txt
fs0:\> bcfg driver -opt 1 tmp.txt
fs0:\> rm tmp.txt
```

Alternatively, some bootloaders such as systemd-boot provide driver boot directory. If you use sd-boot,
Expand Down

0 comments on commit afea57a

Please sign in to comment.