I want to convert a bin file to a bootable ISO.
I follow the instructions in this link,"How Can I Make a Bootable CD With ISOLINUX?" to create a ISO file.
I put my bin file in images folder, isolinux.bin and syslinux.cfg in isolinux, memdisk in kernel.
I burn the ISO file into USB and boot my computer from the USB. I use dd commend.
dd if=file.ISO of=/dev/sdb It shows
FATAL: No bootable medium found! System halted.
I find someone said that the message means your ISO is not bootable. I don't know where is the problem. I pretty sure that my bin file is a bootable image.
Besides, I don't know is it helpful: I can open the USB in Ubuntu, but in Windows, it asks me format the USB.