Error when compiling Linux kernel, please install syslinux/isolinux

Error when compiling Linux kernel, please install syslinux/isolinux

I'm using Parrot OS to compile Linux kernel and I'm trying to make an ISO file, but when I run make -j8 isoimage I get this error:

  DESCEND  objtool
  CALL    scripts/atomic/check-atomics.sh
  CALL    scripts/checksyscalls.sh
  CHK     include/generated/compile.h
Kernel: arch/x86/boot/bzImage is ready  (#2)
  GENIMAGE arch/x86/boot/image.iso
Need an isolinux.bin file, please install syslinux/isolinux.
make[1]: *** [arch/x86/boot/Makefile:149: isoimage] Error 1
make: *** [arch/x86/Makefile:264: isoimage] Error 2

What is the problem?

答案1

sudo apt-get install syslinux isolinux

worked for me

I had the same problem

相关内容