diff --git a/Perc Guide Source Files/Linux ISO Build/config/includes.chroot_after_packages/root/deesh_version b/Perc Guide Source Files/Linux ISO Build/config/includes.chroot_after_packages/root/deesh_version index 1a4c55d..21a8eb8 100644 --- a/Perc Guide Source Files/Linux ISO Build/config/includes.chroot_after_packages/root/deesh_version +++ b/Perc Guide Source Files/Linux ISO Build/config/includes.chroot_after_packages/root/deesh_version @@ -4,4 +4,5 @@ Perc Linux Live ISO v1.9 stay frosty -https://devplops.org/cindy.mp4 \ No newline at end of file +https://devplops.org/cindy.mp4 + diff --git a/Perc Guide Source Files/Linux ISO Build/config/includes.chroot_after_packages/usr/local/bin/B0-H710 b/Perc Guide Source Files/Linux ISO Build/config/includes.chroot_after_packages/usr/local/bin/B0-H710 index c8a6ad0..83ae8d8 100644 --- a/Perc Guide Source Files/Linux ISO Build/config/includes.chroot_after_packages/usr/local/bin/B0-H710 +++ b/Perc Guide Source Files/Linux ISO Build/config/includes.chroot_after_packages/usr/local/bin/B0-H710 @@ -5,21 +5,21 @@ rmmod megaraid_sas mpt3sas mptctl mptbase echo "Errors above are normal!" sleep 2 echo 16 > /proc/sys/vm/nr_hugepages -sleep 1 +sleep 2 #free the card, get it into rawdog mode, boot it from RAM /root/lsirec/lsirec 0000:$addr unbind -sleep 1 -/root/lsirec/lsirec 0000:$addr halt -sleep 1 -/root/lsirec/lsirec 0000:$addr hostboot /root/H710/9205-8e.bin sleep 2 +/root/lsirec/lsirec 0000:$addr halt +sleep 2 +/root/lsirec/lsirec 0000:$addr hostboot /root/H710/9205-8e.bin +sleep 5 /root/lsirec/lsirec 0000:$addr rescan sleep 1 -echo "Pausing for 20 seconds to allow the card to boot" -sleep 20 +echo "Pausing for 30 seconds to allow the card to boot" +sleep 30 # erase FW again now from lsiutil to be sure it's dell-free /root/lsiutil/lsiutil -p1 -a 3,8, 33 -sleep 2 +sleep 5 # flash FW to onboard flash /root/lsiutil/lsiutil -p1 -f /root/H710/9205-8e.bin -y 2 sleep 1 diff --git a/Perc Guide Source Files/Linux ISO Build/config/includes.chroot_after_packages/usr/local/bin/B0-H710-P16 b/Perc Guide Source Files/Linux ISO Build/config/includes.chroot_after_packages/usr/local/bin/B0-H710-P16 index fd7e18f..6bb5f49 100644 --- a/Perc Guide Source Files/Linux ISO Build/config/includes.chroot_after_packages/usr/local/bin/B0-H710-P16 +++ b/Perc Guide Source Files/Linux ISO Build/config/includes.chroot_after_packages/usr/local/bin/B0-H710-P16 @@ -6,22 +6,22 @@ echo "Errors above are normal!" echo "Preparing to flash old P16 firmware" sleep 2 echo 16 > /proc/sys/vm/nr_hugepages -sleep 1 +sleep 2 #free the card, get it into rawdog mode, boot it from RAM #must always RAM-boot using P20, older firmwares do not RAM-boot correctly /root/lsirec/lsirec 0000:$addr unbind -sleep 1 -/root/lsirec/lsirec 0000:$addr halt -sleep 1 -/root/lsirec/lsirec 0000:$addr hostboot /root/H710/9205-8e.bin sleep 2 +/root/lsirec/lsirec 0000:$addr halt +sleep 2 +/root/lsirec/lsirec 0000:$addr hostboot /root/H710/9205-8e.bin +sleep 5 /root/lsirec/lsirec 0000:$addr rescan sleep 1 -echo "Pausing for 20 seconds to allow the card to boot" -sleep 20 +echo "Pausing for 30 seconds to allow the card to boot" +sleep 30 # erase FW again now from lsiutil to be sure it's dell-free /root/lsiutil/lsiutil -p1 -a 3,8, 33 -sleep 2 +sleep 5 # flash FW to onboard flash # now we can flash older P16 /root/lsiutil/lsiutil -p1 -f /root/H710/p16-9205-8e.bin -y 2 diff --git a/Perc Guide Source Files/Linux ISO Build/config/includes.chroot_after_packages/usr/local/bin/D1-H710 b/Perc Guide Source Files/Linux ISO Build/config/includes.chroot_after_packages/usr/local/bin/D1-H710 index c5795a4..7a5e16d 100644 --- a/Perc Guide Source Files/Linux ISO Build/config/includes.chroot_after_packages/usr/local/bin/D1-H710 +++ b/Perc Guide Source Files/Linux ISO Build/config/includes.chroot_after_packages/usr/local/bin/D1-H710 @@ -5,21 +5,21 @@ rmmod megaraid_sas mpt3sas mptctl mptbase echo "Errors above are normal!" sleep 2 echo 16 > /proc/sys/vm/nr_hugepages -sleep 1 +sleep 2 #free the card, get it into rawdog mode, boot it from RAM /root/lsirec/lsirec 0000:$addr unbind -sleep 1 -/root/lsirec/lsirec 0000:$addr halt -sleep 1 -/root/lsirec/lsirec 0000:$addr hostboot /root/H710/9207-8.bin sleep 2 +/root/lsirec/lsirec 0000:$addr halt +sleep 2 +/root/lsirec/lsirec 0000:$addr hostboot /root/H710/9207-8.bin +sleep 5 /root/lsirec/lsirec 0000:$addr rescan sleep 1 -echo "Pausing for 20 seconds to allow the card to boot" -sleep 20 +echo "Pausing for 30 seconds to allow the card to boot" +sleep 30 # erase FW again now from lsiutil to be sure it's dell-free /root/lsiutil/lsiutil -p1 -a 3,8, 33 -sleep 2 +sleep 5 # flash FW to onboard flash /root/lsiutil/lsiutil -p1 -f /root/H710/9207-8.bin -y 2 sleep 1 diff --git a/Perc Guide Source Files/Linux ISO Build/config/includes.chroot_after_packages/usr/local/bin/D1-H710-P16 b/Perc Guide Source Files/Linux ISO Build/config/includes.chroot_after_packages/usr/local/bin/D1-H710-P16 index a0ca35f..74486ab 100644 --- a/Perc Guide Source Files/Linux ISO Build/config/includes.chroot_after_packages/usr/local/bin/D1-H710-P16 +++ b/Perc Guide Source Files/Linux ISO Build/config/includes.chroot_after_packages/usr/local/bin/D1-H710-P16 @@ -6,22 +6,22 @@ echo "Errors above are normal!" echo "Preparing to flash old P16 firmware" sleep 2 echo 16 > /proc/sys/vm/nr_hugepages -sleep 1 +sleep 2 #free the card, get it into rawdog mode, boot it from RAM #must always RAM-boot using P20, older firmwares do not RAM-boot correctly /root/lsirec/lsirec 0000:$addr unbind -sleep 1 -/root/lsirec/lsirec 0000:$addr halt -sleep 1 -/root/lsirec/lsirec 0000:$addr hostboot /root/H710/9207-8.bin sleep 2 +/root/lsirec/lsirec 0000:$addr halt +sleep 2 +/root/lsirec/lsirec 0000:$addr hostboot /root/H710/9207-8.bin +sleep 5 /root/lsirec/lsirec 0000:$addr rescan sleep 1 -echo "Pausing for 20 seconds to allow the card to boot" -sleep 20 +echo "Pausing for 30 seconds to allow the card to boot" +sleep 30 # erase FW again now from lsiutil to be sure it's dell-free /root/lsiutil/lsiutil -p1 -a 3,8, 33 -sleep 2 +sleep 5 # flash FW to onboard flash # now we can flash older P16 /root/lsiutil/lsiutil -p1 -f /root/H710/p16-9207-8.bin -y 2