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'
>
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
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
3 matches
Mail list logo