117-102 · Question #423
Which of the following is not a valid make command during a kernel recompile?
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…
Question
Options
- Amake dep
- Bmake clean
- Cmake xconfig
- Dmake modules
- Emake gzlilo
How the community answered
(60 responses)- A2% (1)
- B7% (4)
- C3% (2)
- D13% (8)
- E75% (45)
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
Topics
Community Discussion
No community discussion yet for this question.