我几个月来一直在运行自定义内核,没有模块,没有 initramfs,没有 initrd。
\n我已经安装了一个新的网络摄像头(锁定...),当然它不起作用,因为我没有正确的模块。我从 5.7.9 开始构建新内核。
\n(...)copying an oldconfig from the original kernel from the distribution (linux mint) into the source rep(...)\nmake oldconfig\nmake\nmake modules_install\n
Run Code Online (Sandbox Code Playgroud)\n但最后一步失败了
\nmake install\n\nsh ./arch/x86/boot/install.sh 5.9.7 arch/x86/boot/bzImage \\\n System.map "/boot"\nrun-parts: executing /etc/kernel/postinst.d/apt-auto-removal 5.9.7 /boot/vmlinuz-5.9.7\nrun-parts: executing /etc/kernel/postinst.d/dkms 5.9.7 /boot/vmlinuz-5.9.7\n * dkms: running auto installation service for kernel 5.9.7 [ OK ] \nrun-parts: executing /etc/kernel/postinst.d/initramfs-tools 5.9.7 /boot/vmlinuz-5.9.7\nupdate-initramfs: Generating /boot/initrd.img-5.9.7\nW: Possible missing firmware /lib/firmware/rtl_nic/rtl8125b-2.fw for module r8169\nI: The initramfs will attempt to resume from /dev/sda3\nI: (UUID=8630d321-f53f-410f-a44a-8d6e91235129)\nI: …
Run Code Online (Sandbox Code Playgroud)