I compiled a kernel on my computer and then I installed it in the same computer and it works fine. my question is how to install the same kernel on another computer?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You need to copy the
vmlinuz-[version number]andinitrd.img-[version number]files along with/lib/modules/[version number]to the other computer. And of course point the bootloader of the other machine to these files.There are also tools that pack the kernel into *.deb packages which makes it easier to deploy. I think the program is called
make-kpkgon Debian.