mirror of
https://github.com/Fohdeesha/lab-docu.git
synced 2024-12-03 11:53:21 +01:00
6ab5b534c3
added guide to IT crossflash Perc H710P B0 Mini for blade servers
12 lines
436 B
Batchfile
12 lines
436 B
Batchfile
@echo off
|
|
echo H710P B0 Mini BLADE SERVER Preparation
|
|
pause If your card is not H710P B0 Mini in a BLADE, hit ctrl+c now!! Otherwise hit enter
|
|
pause Press any key to clean adapter flash
|
|
megarec -cleanflash 0
|
|
pause Press any key to continue
|
|
echo running second cleaning to be sure
|
|
megarec -cleanflash 0
|
|
pause Press any key to write IT Mode SBR
|
|
megarec -writesbr 0 B0PBLMOD.sbr
|
|
pause If no errors above, you may press any key then reboot
|