117-102 · Question #423
117-102 Question #423: Real Exam Question with Answer & Explanation
The correct answer is E. make gzlilo. We are now (finally) ready to start the actual kernel build. At the prompt type: makebzImage Somecomputerswon'tworkwith'makebzImage',eitherduetohardware problemsorveryoldversionsofliloorloadlin.If your kernel image is small,you mayuse'make zImage','make zdisk',or'make zlilo' on t
Question
Options
- Amake dep
- Bmake clean
- Cmake xconfig
- Dmake modules
- Emake gzlilo
Explanation
We are now (finally) ready to start the actual kernel build. At the prompt type: makebzImage Somecomputerswon'tworkwith'makebzImage',eitherduetohardware problemsorveryoldversionsofliloorloadlin.If your kernel image is small,you mayuse'make zImage','make zdisk',or'make zlilo' on the sesystems Steps to recompile the Kernel 2. bzcat linux-2.4.17.tar.bz | tar xvf - 4. make config | make menuconfig | make xconfig 8. make modules (if modular kernel) 9. make modules_install (if modular kernel) 10. cp System.map /boot/System.map-2.4.17 11. cp arch/i386/boot/bzImage /boot/vmlinuz-2.4.17 12. cp .config /boot/config-2.4.17 13. mkinitrd /boot/initrd-<version> <kernel version> # Depending on kernel configuration 14. Update LILO or GRUB15. Reboot into new kernel
Community Discussion
No community discussion yet for this question.