nerdexam
LPI

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…

Understand SteelHead Deployment and Initial Configuration

Question

Which of the following is not a valid make command during a kernel recompile?

Options

  • Amake dep
  • Bmake clean
  • Cmake xconfig
  • Dmake modules
  • Emake gzlilo

How the community answered

(60 responses)
  • A
    2% (1)
  • B
    7% (4)
  • C
    3% (2)
  • D
    13% (8)
  • E
    75% (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

#kernel compilation#make targets#gzlilo#Linux kernel

Community Discussion

No community discussion yet for this question.

Full 117-102 Practice