-
Notifications
You must be signed in to change notification settings - Fork 69
Adding FFS module
UEFITool non-NE: https://github.com/LongSoft/UEFITool/releases/tag/0.28.0
ReBarDxe: https://github.com/xCuri0/ReBarUEFI/releases
Start by getting a copy of your motherboard BIOS, you can often find in on the manufacturer's website and it's recommend to use the latest. FYI the words BIOS, UEFI and firmware are used interchangably throughout this guide as they all refer to the same thing.
-
Open your BIOS in UEFITool. As of writing this (December 2022) only non-NE (0.28) supports adding modules.
-
File -> Search and search for
PciBus
. Make sure Unicode is selected.It should find the PciBus module, double click it to go to the module. If it doesn't then try doing a Body only GUID search of
CF8034BE
and click through the results PciBus should be one of them. -
Scroll to the end of the volume that the PciBus module DXE driver is located in. Right click on the last module and select Insert after. Pick the ReBarDxe.ffs file that you downloaded and click Open. .
-
You should see the ReBarDxe module added.
-
File -> Save image file to save your modified BIOS.
Continue to the next step Using UEFIPatch.
Only use if UEFITool method doesn't work for you
-
Open MMTool and click Load Image to open your BIOS file.
-
Click Browse and pick ReBarDxe.ffs that you downloaded.
-
Select PciBus so that the Vol. Index gets filled.
-
Click Insert and the module should be added. You can now use Save Image as.. to save the modified BIOS.