On Sun, Apr 01, 2012 at 02:26:45PM -0500, Michael Hennebry wrote:
> On Sun, 1 Apr 2012, Michal Jaegermann wrote:
> 
> >
> >menuentry 'Anaconda' {
> >     load_video
> >     set gfxpayload=keep
> >     insmod gzio
> >     insmod part_msdos
> >     insmod ext2
> >     linux  (hd0,msdos2)/boota/vmlinuz 
> > repo=hd:/dev/sda<X>:/<path_to_a_directory_with_an_iso_image>/
> >     initrd (hd0,msdos2)/boota/initrd.img
> >}
> 
> Is there an equivalent in grub 1?

Sure. It does not matter what a bootloader. The only important things
are files to use and kernel boot options.  Just write yourself a
corresponding entry and off you go.

With older grub you do not write "(hd0,msdos2)" but "(hd0,1)" as this
is not that specific but syntax details are not essential here.

  Michal
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Reply via email to