various fixes and dns changes
[automated-distro-installer] / fai / config / scripts / GRUB_PC / 11-iank
index 29be58e2769532b0a803da8a1be9670d2d2fedd1..8a9eab792b8ebd230366dae0b40df959de60ff2c 100755 (executable)
@@ -105,8 +105,9 @@ if [[ $FAI_ACTION != dirinstall ]] && ! ifclass NOCRYPT; then
     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" ;;
+      # evo-870 doesnt get along well with d16 with etiona.
+      # the number is based on dmesg errors
+      kd) cmdline+=" libata.force=4.00:noncq" ;;
       # per rubens suggestion to make a d16 more stable
       kd|kw) cmdline+=" pci=realloc=off" ;;
     esac