mkisofs cannot find eltorito file?

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
CD1212
Posts: 6
Joined: Tue May 19, 2009 5:59 am

mkisofs cannot find eltorito file?

Post by CD1212 »

I've been following some of the tutorials / articles on this site but I cannot make an eltorito boot image with mkisofs or genisoimage (http://wiki.osdev.org/Bootable_El-Torit ... RUB_Legacy), whenever I try it returns 'Uh, oh I can't find the boot image'.

It must be something I'm doing wrong because I get the same message on Windows and Linux, I cant find any problem with the file permissions either.

Image
pcmattman
Member
Member
Posts: 2566
Joined: Sun Jan 14, 2007 9:15 pm
Libera.chat IRC: miselin
Location: Sydney, Australia (I come from a land down under!)
Contact:

Re: mkisofs cannot find eltorito file?

Post by pcmattman »

The file *does* exist at C:\isoimage\boot\grub\stage2_eltorito, doesn't it?
CD1212
Posts: 6
Joined: Tue May 19, 2009 5:59 am

Re: mkisofs cannot find eltorito file?

Post by CD1212 »

Yeah, its there in Windows Explorer and I can access it with other command prompt commands (cp)
pcmattman
Member
Member
Posts: 2566
Joined: Sun Jan 14, 2007 9:15 pm
Libera.chat IRC: miselin
Location: Sydney, Australia (I come from a land down under!)
Contact:

Re: mkisofs cannot find eltorito file?

Post by pcmattman »

Just checking :)

The problem is that you've given it "isoimage/boot/grub/stage2_eltorito". The wiki article you linked to actually just has "boot/grub/stage2_eltorito" - mkisofs will take the parameter to -b as a descendant of the ISO image directory (in your case, isoimage).
CD1212
Posts: 6
Joined: Tue May 19, 2009 5:59 am

Re: mkisofs cannot find eltorito file?

Post by CD1212 »

Ahh yes, that fixed it! :)

Thanks so much for your help pcmattman
Post Reply