Category: General Information
Hits: 4473

LSI Controllers can be configured using an interface called STORcli which can be dowwnloaded from the LSI website.

 

Sometimes when you reboot a server with an LSI controller installed it will stop at the BIOS screen displaying a message that requires user input before the machine will continue to boot.

So stop this behavior you can use the following commands.

C:\StorCli>storcli64 /c0 show bios

Controller = 0

Status = Success

Description = None

 

 

Controller Properties :

=====================

 

-------------------------------------------------

Ctrl_Prop                        Value

-------------------------------------------------

Basic Input/Output System (BIOS) ON

Auto Boot Select(ABS)            OFF

BIOS Boot Mode                   Pause on errors

Device Exposure                  Expose All

-------------------------------------------------

 

Now issue the command "storcli64 /c0 set BIOS mode = IE"

and the following will be displayed

Controller = 0

Status = Success

Description = None

 

 

Controller Properties :

=====================

 

----------------

Ctrl_Prop Value

----------------

BIOS Mode IE

----------------

 

if you now check the status on the controller again using "storcli64 /c0 show bios"

Controller = 0

Status = Success

Description = None

 

 

Controller Properties :

=====================

 

-----------------------------------------------

Ctrl_Prop                        Value

-----------------------------------------------

Basic Input/Output System (BIOS) ON

Auto Boot Select(ABS)            OFF

BIOS Boot Mode                   Ignore errors

Device Exposure                  Expose All

-----------------------------------------------

You will notice that "BIOS Boot Mode" is now set to "Ignore Errors"