X-Git-Url: https://iankelling.org/git/?p=automated-distro-installer;a=blobdiff_plain;f=myfai-chboot-local;h=4fc6f06bd56183162800004ce3750ab867ab0cfc;hp=b9b5537b613931a57a3227cb0f1ce4ac6f67ba5e;hb=61c3a58fcfadab7c333487f887b3f9f3a53bb93a;hpb=a199d585d33ace63662c0fea99a5c5d6d498d14b diff --git a/myfai-chboot-local b/myfai-chboot-local index b9b5537..4fc6f06 100755 --- a/myfai-chboot-local +++ b/myfai-chboot-local @@ -110,7 +110,10 @@ default_k_args=$(fai-chboot -L '^default$' | \ # example of default_k_args # initrd=initrd.img-3.16.0-4-amd64 ip=dhcp root=192.168.1.3:/srv/fai/nfsroot FAI_CONFIG_SRC=nfs://faiserver/srv/fai/config FAI_ACTION=install -k_args=(FAI_ACTION=$fai_action) +# https://wiki.archlinux.org/index.php/Solid_state_drive#Resolving_NCQ_errors +# currently on needed on d16 samsung 870 qvo, but better to have this +# and not wait for more conditions where its needed. +k_args=(FAI_ACTION=$fai_action libata.force=noncq) if $kgped16; then k_args+=(console=tty0 console=ttyS0,115200) fi