mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-08 19:46:10 +01:00
add dell poweredge r7515
This commit is contained in:
parent
fd6f34afcf
commit
debc98ff9c
4 changed files with 23 additions and 0 deletions
15
dell/poweredge/README.md
Normal file
15
dell/poweredge/README.md
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
[Dell Poweredge R7515](https://www.dell.com/en-us/work/shop/productdetailstxn/poweredge-r7515#techspecs_section)
|
||||
|
||||
## Install bios update via UEFI
|
||||
|
||||
UEFI updates cannot be updated via the iDrac since it only supports BIOS
|
||||
firmware files. If you use systemd boot you can however download the EFI
|
||||
firmware file and put it in `/boot/EFI/Dell/bios-update.efi`.
|
||||
|
||||
Also write the following efi boot entry file as
|
||||
`/boot/loader/entries/z-efi-update.conf`:
|
||||
|
||||
```
|
||||
title EFI update
|
||||
efi /efi/Dell/bios-update.efi
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue