<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.16.2">
</HEAD>
<BODY>
In the last 2 fedoras, in opensuse 10.3, and at least Mandriva2008, all have soft linked 'mkisofs' to genisoimage, as if they were the same, or at least performed equally.<BR>
<BR>
Not so.<BR>
<BR>
>From "info grub" I got this info and used it and would still like to use it, rather than floppys or pendrives.  I keep my windows MBR clean by using 'diskprobe' and 'disksave' after a linux install - reinstalling a clean MBR.<BR>
<BR>
To boot linux I then used 'mkisofs' from the "info grub" to make a bootable grub CD:<BR>
<BR>
<quote>3.4 Making a GRUB bootable CD-ROM<BR>
=================================<BR>
<snip><BR>
   Here is an example of procedures to make a bootable CD-ROM image.<BR>
First, make a top directory for the bootable image, say, `iso':<BR>
<BR>
     $ mkdir iso<BR>
<BR>
   Make a directory for GRUB:<BR>
<BR>
     $ mkdir -p iso/boot/grub<BR>
<BR>
   Copy the file `stage2_eltorito':<BR>
<BR>
     $ cp /usr/lib/grub/i386-pc/stage2_eltorito iso/boot/grub<BR>
<BR>
   If desired, make the config file `menu.lst' under `iso/boot/grub'<BR>
(*note Configuration::), and copy any files and directories for the<BR>
disc to the directory `iso/'.<BR>
<BR>
   Finally, make a ISO9660 image file like this:<BR>
<BR>
     $ mkisofs -R -b boot/grub/stage2_eltorito -no-emul-boot \<BR>
         -boot-load-size 4 -boot-info-table -o grub.iso iso<BR>
<snip><BR>
</quote><BR>
<BR>
Genisoimage doesn't make a bootable CD, at least not with these parameter - and nothing I've tried so far works.<BR>
<BR>
Can someone can tell me the correct options?  Or even if genisoimage is capable of doing what 'mkisofs' did?<BR>
<BR>
I know I can boot from floppy (but floppys are disappearing), or pendrive (if I wan't a pendrive to shrink to 1.44MB).  I really don't like losing the bootable grub CD option.<BR>
<BR>
Thanks for any clarification.<BR>
<BR>
lynnevan
</BODY>
</HTML>