LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Red Hat (https://www.linuxquestions.org/questions/red-hat-31/)
-   -   mkisofs: Error - boot image './isolinux/isolinux.bin' has not an allowable size. (https://www.linuxquestions.org/questions/red-hat-31/mkisofs-error-boot-image-isolinux-isolinux-bin-has-not-an-allowable-size-358439/)

ogross74 08-30-2005 07:51 AM

mkisofs: Error - boot image './isolinux/isolinux.bin' has not an allowable size.
 
Hi there
I took the first CD of RHEL 4 copied it the local directory and added my kickstart file to the root dir. Now I want to burn the CD again, this is what I do and this is what I get:
$ mkisofs -r -o rhel.iso -b isolinux/isolinux.bin -c isolinux/boot.cat ./
INFO: UTF-8 character encoding detected by locale settings.
Assuming UTF-8 encoded filenames on source filesystem,
use -input-charset to override.
Unknown file type (unallocated) ./.. - ignoring and continuing.
Using RELEA000.HTM;1 for /RELEASE-NOTES-pt_BR.html (RELEASE-NOTES-U1-pt_BR.html)
...
Size of boot image is 20 sectors -> mkisofs: Error - boot image './isolinux/isolinux.bin' has not an allowable size.


Can anyone help?

ogross74 08-30-2005 08:09 AM

this had fixed it
-no-emul-boot -boot-load-size 4

leitao 05-15-2007 09:19 AM

Hi, This worked to me too.

If the boot image is not an image of a floppy, you need to add one of the options: -hard-disk-boot or -no-emul-boot.

Cya
Breno Leitão

venkyvxl 05-05-2016 02:22 AM

With above mentioned flags given also, i am getting same error.


All times are GMT -5. The time now is 09:50 AM.