WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: HP Proliant SCSI support module needed  (Read 9192 times)

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11213
Re: HP Proliant SCSI support module needed
« Reply #15 on: May 29, 2012, 09:29:02 AM »
Hi funguy
You might want to do a search for recent threads on ezremaster to gain more insight.

Offline fiddyschmitt

  • Newbie
  • *
  • Posts: 2
Re: HP Proliant SCSI support module needed
« Reply #16 on: March 22, 2020, 05:48:34 PM »
Thanks funguy! I followed your steps to get a Dell PERC RAID to work.

First, I used ezremaster to add scsi-4.8.17-tinycore.tcz to the image.

Then I got the driver to load at startup (before the items in /etc/fstab are mounted) by doing the following:

Code: [Select]
sudo vi /tmp/ezremaster/extract/etc/init.d/rcS

//add the following lines before 'mount -a'
depmod -a
modprobe megaraid-sas
mkdir /mnt/sdb2
« Last Edit: March 22, 2020, 06:08:56 PM by fiddyschmitt »

Offline funguy

  • Newbie
  • *
  • Posts: 29
Re: HP Proliant SCSI support module needed
« Reply #17 on: November 05, 2020, 09:57:07 AM »
Sorry for the late reply.  Glad you figured it out.