--- maxim wexler <[EMAIL PROTECTED]> wrote:
>
>
>
> >
> > There be a '.' (or './', if you like) at the end
> of
> > that, and yes, you
> > should still be inside the cdboot directory.
> >
> > cd cdboot
> > mkisofs -o /tmp/cdboot.iso -R \
> > -b boot/grub/stage2_eltorito \
> > -no-emul-boot -boot-load-size 4 \
> > -boot-info-table "./"
> >
>
> Here's 5 different attempts and their results:
>
> livecd cdboot # mkisofs -o /tmp/cdboot.iso -R -b
> cdboot/boot/grub/stage2_eltorit
> o -no-emul-boot -boot-load-size 4 -boot-info-table
> mkisofs: Missing pathspec.
> Usage: mkisofs [options] file...
>
> Use mkisofs -help
> to get a list of valid options.
>
> livecd cdboot # mkisofs -o /tmp/cdboot.iso -R -b
> cdboot/boot/grub/stage2_eltorit
> o -no-emul-boot -boot-load-size 4 -boot-info-table .
> mkisofs: Uh oh, I cant find the boot image
> 'cdboot/boot/grub/stage2_eltorito' !
>
> livecd cdboot # mkisofs -o /tmp/cdboot.iso -R -b
> cdboot/boot/grub/stage2_eltorit
> o -no-emul-boot -boot-load-size 4 -boot-info-table
> "./"
> mkisofs: Uh oh, I cant find the boot image
> 'cdboot/boot/grub/stage2_eltorito' !
>
> livecd cdboot # mkisofs -o /tmp/cdboot.iso -R -b
> cdboot/boot/grub/stage2_eltorit
> o -no-emul-boot -boot-load-size 4 -boot-info-table
> '.'
> mkisofs: Uh oh, I cant find the boot image
> 'cdboot/boot/grub/stage2_eltorito' !
>
> livecd cdboot # mkisofs -o /tmp/cdboot.iso -R -b
> cdboot/boot/grub/stage2_eltorit
> o -no-emul-boot -boot-load-size 4 -boot-info-table
> './'
> mkisofs: Uh oh, I cant find the boot image
> 'cdboot/boot/grub/stage2_eltorito' !
>
It looks like your current working directory is
cdboot. In that case the relative path to the boot
image would be boot/grub/stage2_eltorito (not
cdboot/boot/grub/stage2_eltorito).
Zac
__________________________________
Discover Yahoo!
Use Yahoo! to plan a weekend, have fun online and more. Check it out!
http://discover.yahoo.com/
--
[email protected] mailing list