X-Git-Url: https://iankelling.org/git/?p=automated-distro-installer;a=blobdiff_plain;f=fai%2Fconfig%2Fscripts%2FGRUB_PC%2F11-iank;h=8a9eab792b8ebd230366dae0b40df959de60ff2c;hp=29be58e2769532b0a803da8a1be9670d2d2fedd1;hb=61c3a58fcfadab7c333487f887b3f9f3a53bb93a;hpb=a199d585d33ace63662c0fea99a5c5d6d498d14b diff --git a/fai/config/scripts/GRUB_PC/11-iank b/fai/config/scripts/GRUB_PC/11-iank index 29be58e..8a9eab7 100755 --- a/fai/config/scripts/GRUB_PC/11-iank +++ b/fai/config/scripts/GRUB_PC/11-iank @@ -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