I have a server SYS-7049P-TR with a RAID controller card AOC-S3108L-H8IR. In BIOS driver health, it shows “Avago EFI SAS Driver Failed” “AVAGO 3108 MegaRAID Configuration Required”. I was able to load the configuration utility to fix the issue.
However, whenever I reboot the server, the error message comes back. How to fix the issue?
You may try the following steps.
1. Disconnect all hard drives inside the system.
2. Reconnect the RAID controller in BIOS under Driver Health to make sure it's under operational state first.
3. Boot into the UEFI Shell.
4. Go to the USB flash drive (fs0:\) which contains the UEFI version of the storcli tool inside.
5. Execute the following storcli commands: (c0 = Controller #0)
> storcli /c0 set factory defaults
> storcli /c0 delete NVRAM
6. Shutdown the system and insert all the drives back.
7. After reboot, the error message should be gone.
8. If the error remains, please run below commands to collect the logs from the RAID controller to understand the source of error:
> storcli /c0 show all > all_info.txt
> storcli /c0 show alilog > alilog.txt