Bug#872410: AHCI module not loaded when using preseed

2019-12-19 Thread Jörg Schulz
Still having this problem with buster and newer hardware "Intel NUC8". Sometimes the ahci module gets loaded without any modification of the installer (/bin/hw-detect). When using the old hack > d-i preseed/early_command string > sed -i '/^update-dev >.dev.null$/i udevadm control --reload' >

Bug#872410: AHCI module not loaded when using preseed

2018-05-02 Thread Jörg Schulz
Hello Gilles, with this HACK you don't have to modify your kernel, initrd or udeb-repository. Simply add this line to your preseed file: d-i preseed/early_command string sed -i '/depmod -a > .dev.null 2>&1 || true/a modprobe ahci || true' /bin/hw-detect It tries to modify /bin/hw-detect to

Bug#872410: bts

2018-04-30 Thread Jörg Schulz
Hello, I have the same problem as reported here. Hardware is an Intel NUC7i5. Digging a little deeper into the problem it looks like a timing issue to me. The sata-modules udeb is loaded. It contains the ahci-module and after "depmod -a" (line 33 @ bin/hw-detect) the ahci-module appears in "mod