Failed to lookup module

At startup, the following message appears.
I would like to recreate the image without this problem so I can give it to my customer.

[    6.941539] systemd[1]: systemd-modules-load.service: Main process exited, code=exited, status=1/FAILURE
[    6.964644] systemd[1]: systemd-modules-load.service: Failed with result 'exit-code'.
[    7.011816] systemd[1]: Failed to start Load Kernel Modules.
[FAILED] Failed to start Load Kernel Modules.
See 'systemctl status systemd-modules-load.service' for details.
[    7.082207] systemd[1]: Started Journal Service.

Hi @adt-saito , did you update the kernel without the kernel modules? You need to compile and deploy separately the kernel modules like explained here.

Kind regards,
Alvaro.

Alvaro-san
Thank you quick response.
I executed the following, but an error occurred.

make modules_install
cp: cannot stat 'modules.builtin': No such file or directory
Makefile:1342: recipe for target '_modinst_' failed
make: *** [_modinst_] Error 1

I have downloaded the Linux kernel source in advance, but I am unsure about the defconfig specification in the command below.

make <defconfig>

Because Linux kernel uses v5.7.2.

Hi @jorge.tx , pls help @adt-saito.

Thanks,
Alvaro.