Re: GRUB and ISO Master

2007-03-08 Thread adrian15
Andrew Smith escribió: Hi I have received a couple of bug reports for ISO Master saying that the ISOs it writes aren't bootable. What are the mkfs options that ISO Master uses? Maybe they are not the ones advised on grub manual?

Re: GRUB and ISO Master

2007-03-08 Thread adrian15
Andrew Smith escribió: mkisofs -o nimblex.iso -v -J -R -D -A nimblex -V nimblex \ -no-emul-boot -boot-info-table -boot-load-size 4 \ -hidden boot -hidden .creator.iso -hidden .linux.ico -hidden autorun.inf \ -b boot/grub/iso9660_stage1_5 . Can try with: boot/grub/stage2_eltorito instead of

GRUB and ISO Master

2007-03-08 Thread Andrew Smith
Hi I have received a couple of bug reports for ISO Master saying that the ISOs it writes aren't bootable. After looking at it for a while I've decided the thing that's most likely at fault has something to do with GRUB. The CDs are FC-6-i386-livecd-1.iso and NimbleX-2007.iso Both start to

[bug #15618] Boot: Screen just says 'GRUB'

2007-03-08 Thread Mosaddique Kadodia
Follow-up Comment #1, bug #15618 (project grub): I am attempting to install Linux on my system such that I boot all my OSes under control of the NT Boot Loader (NTLDR). So far I have attempted the following with 3 distros (Fedora Core 6, Mandriva 2007 openSUSE 10.2) My Config is as follows:

Re: GRUB and ISO Master

2007-03-08 Thread Andrew Smith
adrian15 a écrit : Andrew Smith escribió: mkisofs -o nimblex.iso -v -J -R -D -A nimblex -V nimblex \ -no-emul-boot -boot-info-table -boot-load-size 4 \ -hidden boot -hidden .creator.iso -hidden .linux.ico -hidden autorun.inf \ -b boot/grub/iso9660_stage1_5 . Can try with: