B - After compiling and installing a new kernel, you must generate an initramfs for the new kernel version and update your boot loader configuration to recognize the new kernel and its initramfs. These steps ensure that your system can properly boot using the new kernel.
B.
The initramfs isn't installed during kernel installation, in the other hand, you'd built a new one for the new already installed kernel.
E.g: After you install the kernel, you should run the following commands in order to install a new initramfs version:
# sudo update-initramfs -c -k [kernel-version]
# sudo update-grub
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
debloid
7 months, 4 weeks agoMaikyCR28
2 years agoRobert12
2 years, 3 months agolo_01234_ol
2 years, 2 months agoserlan
2 years, 4 months agoRockFer
2 years, 8 months ago