[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
can grub boot isolinux.bin file ?
From: |
J. Bakshi |
Subject: |
can grub boot isolinux.bin file ? |
Date: |
Fri, 19 Aug 2011 17:16:10 +0530 |
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
What may be the problem here ?
TIA
- can grub boot isolinux.bin file ?,
J. Bakshi <=