mostly nabia and update bootstrap to buster
[automated-distro-installer] / fai / config / scripts / GRUB_PC / 11-iank
index 525010ee730eda4b1bbb3563ea8e1f13801e5f4a..29be58e2769532b0a803da8a1be9670d2d2fedd1 100755 (executable)
@@ -104,6 +104,9 @@ if [[ $FAI_ACTION != dirinstall ]] && ! ifclass NOCRYPT; then
     speed=115200
     cmdline="rd.luks.crypttab=no net.ifnames=0 console=ttyS0,${speed}n8 console=tty0"
     case $HOSTNAME in
+      # https://wiki.archlinux.org/index.php/Solid_state_drive#Resolving_NCQ_errors
+      # evo-870 doesnt get along well with d16 with etiona
+      kd) cmdline+=" libata.force=5.00:noncq" ;;
       # per rubens suggestion to make a d16 more stable
       kd|kw) cmdline+=" pci=realloc=off" ;;
     esac