Skip to content

Files and guide to make a bootable FreeDOS drive to flash Supermicro X9DRH-7F on-board LSI SAS2208 RAID controller to LSI SAS2308 IT HBA

License

Notifications You must be signed in to change notification settings

maximko/SAS2208-to-SAS2308-IT-X9DRH-7F

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Here is all the needed files and guide to make a bootable FreeDOS drive to flash Supermicro X9DRH-7F on-board LSI SAS2208 RAID controller to LSI SAS2308 IT HBA.

All the info I got from this video from Art of Server youtube channel (subscribe and hit the 🔔 button).

Follow the instructions below to make a bootable FreeDOS drive with all the files needed for flashing then follow the instructions from the video above to actually flash your controller.

SMC2308.SBR has been generated using config from the video above and it's also available in the repo. Versions of tools and firmware are the same as used in the video.

Disclaimer

I'm not responsible for any damage caused using files and/or instructions from this repo. Use it at your own risk!

Instrucitons of how to make a bootable FreeDOS drive

  1. Clone this repo:
git clone https://github.com/maximko/SAS2208-to-SAS2308-IT-X9DRH-7F
  1. Download and unzip FreeDOS usb image:
wget https://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/distributions/1.3/official/FD13-FullUSB.zip && unzip FD13-FullUSB.zip
  1. Write it to the usb drive (replace /dev/sdX with your drive):
dd bs=1M status=progress if=FD13FULL.img of=/dev/sdX
  1. Mount the drive:
mkdir /mnt/lsi-SAS2208-flash && mount /dev/sdX1 /mnt/lsi-SAS2208-flash
  1. Copy all the files from this repo to the drive and unmount it:
cp SAS2208-to-SAS2308-IT-X9DRH-7F/files/* /mnt/lsi-SAS2208-flash && umount /mnt/lsi-SAS2208-flash
  1. Follow the steps from this video to flash your controller. Linux x86_64 binary of sas2flash is also available in the repo.

Everything else

Feel free to open an issue if you need any help. Star and follow are appreciated 😉

About

Files and guide to make a bootable FreeDOS drive to flash Supermicro X9DRH-7F on-board LSI SAS2208 RAID controller to LSI SAS2308 IT HBA

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published