we have CENTOS 5.10 on server.?? I tried to created bootable CD and have error.? Any ideal? #mkbootdisk --verbose --iso --device /tmp/boot.iso 2.6.18-371.1.2.el5 Installing isolinux... cp: cannot stat `/usr/lib/syslinux/isolinux.bin': No such file or directory done Copying /boot/vmlinuz-2.6.18-371.1.2.el5... done. Copying /boot/initrd-2.6.18-371.1.2.el5.img... done. Configuring bootloader... done. mkisofs: Uh oh, I cant find the boot image 'isolinux/isolinux.bin' !
From: mcclnx mcc <mcclnx at yahoo.com.tw>> #mkbootdisk --verbose --iso --device /tmp/boot.iso 2.6.18-371.1.2.el5 > Installing isolinux... cp: cannot stat `/usr/lib/syslinux/isolinux.bin': No > such file or directoryDunno why it looks in /usr/lib but isolinux.bin is in /usr/share/syslinux/ But you can solve it by copying or linking the file... ? ln -s /usr/share/syslinux/isolinux.bin /usr/lib/syslinux/ JD