Skip to content

Commit

Permalink
Sync wiki contents with upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 27, 2024
1 parent 2b52c1f commit cde786c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
- [java-mockito.md](Wiki/programming/java-mockito.md)
- [server](src/Wiki/server/README.md)
- [mail-alerts-proxmox.md](Wiki/server/mail-alerts-proxmox.md)
- [Clover-bootloader.md](Wiki/server/Clover-bootloader.md)
- [recipes](src/Wiki/recipes/README.md)
- [pizza.md](Wiki/recipes/pizza.md)
- [omolete-atum.md](Wiki/recipes/omolete-atum.md)
Expand Down
15 changes: 15 additions & 0 deletions src/Wiki/server/Clover-bootloader.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
\# Clover bootloader

I used the \[Clover bootloader\](https://github.com/CloverHackyColor/CloverBootloader) to boot into a PCIe NVME drive on a an old motherboard that didn't support NVMEs. I just flashed this into a USB drive and boot into it first.

\## Steps

\- Download \*\*CloverV2\*\* from the releases
\- Format the USB drive into FAT32
\- Copy the contents of the folder in the downloaded zip file into the USB drive.
\- Search for the "NvmExpressDxe.efi" file in the the USB drive.
\- Copy the file to the following locations (create dirs if needed):
        - "/EFI/CLOVER/BIOS"
        - "/EFI/CLOVER/UEFI"
        - "/EFI/CLOVER/drivers32uefi"
\- Boot into the USB and select the NVME drive you want to boot into

0 comments on commit cde786c

Please sign in to comment.