On Tue, Aug 20, 2013 at 01:59:27AM +0000, Thomas Mueller wrote:
> >  ..so you probably never saw my post about the updated super grub disk iso:
> 
>         
> http://lists.freebsd.org/pipermail/freebsd-stable/2013-August/074711.html
> 
> >  I.e. they fixed the kfreebsd misspelling and the grub 2.00 bug that
> > prevented it from booting a 9.1+ kernel directly, so the autodetection
> > now has better chances of working.  (They even added loader to the
> > autodetection so you can also `e'dit that entry and change loader to
> > loaderae to test this.)
> 
> > HTH, :)
> >         Juergen
> 
> I remember that message you refer to but thought the bug was not fixed yet in 
> Super Grub Disk.
> 
> How would I make it into something like a giant floppy image that can be 
> booted from syslinux or isolinux like the Super Grub Disk on the System 
> Rescue CD?
> 
According to http://www.syslinux.org/wiki/index.php/MEMDISK and
http://ubuntuforums.org/showthread.php?t=1549847&page=13&p=10818457#post10818457
it should be something like:

        # Boot super grub2 disk from iso image
        LABEL super grub2 disk hybrid_2.00s1-beta6.iso
         LINUX memdisk
         INITRD super_grub2_disk_hybrid_2.00s1-beta6.iso
         APPEND iso bigraw

(but I haven't tested this.)

> I could also try something by building grub2 from FreeBSD ports, don't know 
> just what booting images I can create.
> 
 I think grub-mkrescue(1) is for creating grub isos... (comes with grub2.)

> Tom
> 
 HTH, :)
        Juergen
_______________________________________________
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Reply via email to