grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: can grub boot isolinux.bin file ?


From: Michal Suchanek
Subject: Re: can grub boot isolinux.bin file ?
Date: Fri, 19 Aug 2011 15:49:01 +0200

On 19 August 2011 13:46, J. Bakshi <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]