mirror of
https://github.com/Fohdeesha/lab-docu.git
synced 2025-01-07 16:57:36 +01:00
Add Note About H310 Full Size
This commit is contained in:
parent
5e49a0f0b8
commit
cf55b3494b
@ -1,5 +1,5 @@
|
||||
# H310 Mini IT Mode Flashing
|
||||
Instructions for flashing the H310 Mini Mono. Full credits for this guide go to [fourlynx](mailto:fourlynx@phoxden.net) and his original [H310 Mini guide](https://doku.phoxden.net/pages/viewpage.action?pageId=7208964). As we were working on these H710 guides together and building a convenient live ISO, we figured we might as well add an easy H310 mini script to it.
|
||||
# H310 Mini & Full Size IT Mode Flashing
|
||||
Instructions for flashing the H310 Mini Mono or H310 Full Size. Full credits for this guide go to [fourlynx](mailto:fourlynx@phoxden.net) and his original [H310 Mini guide](https://doku.phoxden.net/pages/viewpage.action?pageId=7208964). As we were working on these H710 guides together and building a convenient live ISO, we figured we might as well add an easy H310 script to it.
|
||||
|
||||
## Linux Time
|
||||
Boot into the Linux ISO from the ZIP. Use the following credentials to login: **user/live**
|
||||
@ -74,6 +74,8 @@ flashboot /root/Bootloaders/x64sas2.rom
|
||||
You can now ditch the live images and boot back into your normal system.
|
||||
|
||||
## Optional: Reverting
|
||||
**Note:** This is only for reverting the H310 Mini to stock. A script for reverting the H310 Full Size will be added shortly.
|
||||
|
||||
If for some reason you need to revert back to the stock Dell PERC firmware, that's easy. Boot into the FreeDOS live image, and run the following command:
|
||||
```
|
||||
310REVRT
|
||||
|
13
docs/perc.md
13
docs/perc.md
@ -3,6 +3,7 @@
|
||||
This guide allows you to crossflash 12th gen Dell Mini Mono & full size cards to LSI IT firmware. Mini Mono refers to the small models that fit in the dedicated "storage slot" on Dell servers. Because iDRAC checks the PCI vendor values of cards in this slot before allowing the server to boot, the generic full-size PERC crossflashing guides do not apply. This guide however solves that issue. [Technical explanation](https://github.com/marcan/lsirec/issues/1#issuecomment-574971959) for those curious. The following cards are supported:
|
||||
|
||||
* H310 Mini Mono
|
||||
* H310 Full Size
|
||||
* H710 Mini Mono
|
||||
* H710P Mini Mono
|
||||
* H710 Full Size
|
||||
@ -30,12 +31,12 @@ Ensure there is only one LSI-based adapter in your system. If there are others b
|
||||
|
||||
Download the ZIP below which contains two ISOs. One is a FreeDOS live image, the other is a Debian live image. Both come prepackaged with all the required tools and files, and they can be booted either via iDRAC virtual media or by burning them to a flash drive via [Rufus](https://rufus.ie/), using `dd`, or your favorite flashing utility - up to you.
|
||||
|
||||
[```Dell Perc Flashing ZIP```](store/perc/perc-crossflash-v1.9.zip)
|
||||
```Version: v1.9```
|
||||
```ZIP Updated: 07-20-2021```
|
||||
```MD5: 0af86889219ee9ea963687931836c4fa```
|
||||
[```Dell Perc Flashing ZIP```](store/perc/perc-crossflash-v1.8.zip)
|
||||
```Version: v1.8```
|
||||
```ZIP Updated: 07-23-2021```
|
||||
```MD5: 577cef6f3969f04475d50ceb71d8f52d```
|
||||
|
||||
>Note: If you **know** you have an H310 Mini (**not** an H710), skip all of the below and jump right to the [H310 Mini Guide](H310.md). Otherwise, continue below.
|
||||
>Note: If you **know** you have an H310 Mini or H310 Full Size (**not** an H710), skip all of the below and jump right to the [H310 Mini Guide](H310.md). Otherwise, continue below.
|
||||
|
||||
## Finding Your Card Revision
|
||||
|
||||
@ -47,7 +48,7 @@ info
|
||||
|
||||
>WARNING: If you are flashing a card in a blade chassis (like an M620 or M820), only use the "for blades" guide for your specific card model below. For example, the **H710 Mini (D1) Blade Guide**. Following any of the "normal" guides on a blade server will brick the PERC
|
||||
|
||||
If it displays an **H310 Mini**, proceed to the [H310 Mini Guide](H310.md)
|
||||
If it displays an **H310 Mini** or **H310 Adapter**, proceed to the [H310 Guide](H310.md)
|
||||
If it displays an **H710 Mini B0** revision, proceed to the [H710 Mini (B0) Guide](H710-B0.md)
|
||||
If it displays an **H710 Mini D1** revision, proceed to the [H710 Mini (D1) Guide](H710-D1.md)
|
||||
If it displays an **H710 Mini D1** revision **and it's in a blade server**, proceed to the [H710 Mini (D1) Blade Guide](H710-D1-Blade.md)
|
||||
|
Loading…
Reference in New Issue
Block a user