mirror of
https://github.com/Fohdeesha/lab-docu.git
synced 2024-11-28 11:05:13 +01:00
10 lines
400 B
Batchfile
10 lines
400 B
Batchfile
@echo off
|
|
echo Revert D1 H710 Mini For Blades To Dell Firmware
|
|
pause If your card is not D1 Mini for Blades, hit ctrl+c now!! Otherwise hit enter
|
|
pause Press any key to clean adapter flash
|
|
megarec -cleanflash 0 710BLDSK.rom
|
|
echo Flashing Dell Image Complete
|
|
pause Press any key to write Dell SBR (required)
|
|
megarec -writesbr 0 D1BLDSTK.sbr
|
|
pause If no errors above, you may press any key then reboot
|