Home Page › Forums › Network Management › ZeroShell › Install Zeroshell in SCSI hard drive. › Reply To: Install Zeroshell in SCSI hard drive.
step 1: install zeroshell on your scsi disk.
step 2: Boot from a linux live cd (ex slax linux)
step 3: Mark /dev/sda1 as Bootable ( ex sfdisk )
step 4: Mount /dev/sda1 in any directory (ex mount /dev/sda1 /mnt/tmp )
step 5: cd /mnt ; cp initrd.gz /tmp; cd /tmp; gunzip initrd.gz; mount -o loop initrd /tmp/memory
step 6: copy from zeroshell live cd these files.
cp /media/CDROM/modules/2.6.25.17/kernel/drivers/scsi/scsi* /mnt/tmp/lib/sata/deps/
cp /media/CDROM/modules/2.6.25.17/kernel/drivers/scsi/aic7xxx/aic7* /mnt/tmp/lib/sata/chipsets/
step 7: Umount your initrd (ex umount /tmp/memory)
step 8: cd /tmp; gzip initrd; cd .. ; umount /mnt/tmp; reboot
step 9: Boot from your scsi disk
Note: I used a aic7 scsi chipsets. For another chipsets you must copy other files.