X-Git-Url: https://iankelling.org/git/?p=automated-distro-installer;a=blobdiff_plain;f=myfai-chboot-local;h=4fc6f06bd56183162800004ce3750ab867ab0cfc;hp=1845cd02d58c6c98114f3eaf4987e01cb1e699e3;hb=6ca069946c8ff88d79d1ae421e0eda60ae1c514c;hpb=78a1427fc167ccee73d448054a9c40c19d737ed3 diff --git a/myfai-chboot-local b/myfai-chboot-local index 1845cd0..4fc6f06 100755 --- a/myfai-chboot-local +++ b/myfai-chboot-local @@ -108,9 +108,12 @@ kernel=$(fai-chboot -L '^default$' | awk '{print $3}') default_k_args=$(fai-chboot -L '^default$' | \ sed -r "s/^(\S+\s+){3}(.*)/\2/") # example of default_k_args -# initrd=initrd.img-3.16.0-4-amd64 ip=dhcp root=192.168.1.3:/srv/fai/nfsroot aufs FAI_CONFIG_SRC=nfs://faiserver/srv/fai/config FAI_ACTION=install +# 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