On 19 August 2011 13:46, J. Bakshi <baksh...@gmail.com> wrote:
> Hello list,
>
> I am trying to boot acronics true image .iso from grub. The .iso has inbuilt 
> syslinux.
> After mounting the .iso with loopback I get a folder called isolinux and 
> within
> that I get the following
>
> boot.cat      isolinux.bin  kernel.dat    spl.lss
> bootmsg.txt   isolinux.cfg  ramdisk.da
>
> To call the syslinux , I have added the following in the grub.cfg
>
> menuentry "Acronics" {
> set isofile="/ATIBCD2010E.iso"
> loopback loop $isofile
> linux  (loop)/isolinux/isolinux.bin
> }
>
> But during boot it shows
>
> error: file not found
>

You probably want to look at the syslinux.cfg and use whatever is in
there to construct the grub menu entry.

HTH

Michal

_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to