Re: booting iso image having syslinux

2009-08-09 Thread J. Bakshi
On Sun, 9 Aug 2009 16:55:57 +1000 Peter Cros wrote: > It could be easier to use the partedmagic live iso, pmagic-4.3.iso, > (kernel 2.6.30.1-pmagic), which does loop mount iso with 64 bit > grub.efi loopback on Apple mac (It has gparted). > Thanks but it seems pmagic is much more than a partit

Re: booting iso image having syslinux

2009-08-08 Thread Peter Cros
It could be easier to use the partedmagic live iso, pmagic-4.3.iso, (kernel 2.6.30.1-pmagic), which does loop mount iso with 64 bit grub.efi loopback on Apple mac (It has gparted). On Sat, Aug 8, 2009 at 9:50 PM, J. Bakshi wrote: > On Sat, 8 Aug 2009 12:34:12 +0200 > "Vladimir 'phcoder' Serbin

Re: booting iso image having syslinux

2009-08-08 Thread J. Bakshi
On Sat, 8 Aug 2009 12:34:12 +0200 "Vladimir 'phcoder' Serbinenko" wrote: > > I don't know if it is a coincident but your timing to share these > > info is directly connected with my problem. I am presently trying > > to collect some live iso in my usb stick and like to call those by > > grub2. gp

Re: booting iso image having syslinux

2009-08-08 Thread Vladimir 'phcoder' Serbinenko
> I don't know if it is a coincident but your timing to share these info is > directly connected with my problem. > I am presently trying to collect some live iso in my usb stick and like to > call those by grub2. gparted is one of them. > I have in mind to use gparted iso but you have already me

Re: booting iso image having syslinux

2009-08-07 Thread J. Bakshi
On Sat, 8 Aug 2009 13:25:34 +1000 Peter Cros wrote: > Some comments about live iso booting and grub2 loopback - > > After grub boots the live iso kernel and initrd, they need to loop > mount the iso again to access the live files. Otherwise the initrd > would need rebuild, or some way found to

Re: booting iso image having syslinux

2009-08-07 Thread Peter Cros
Some comments about live iso booting and grub2 loopback - After grub boots the live iso kernel and initrd, they need to loop mount the iso again to access the live files. Otherwise the initrd would need rebuild, or some way found to pass the loop mount from grub. I have been trying some availabl

Re: booting iso image having syslinux

2009-08-07 Thread J.Bakshi
> > Are you using vga= ?  I fixed a bug recently (in SVN) that may cause this > behaviour. > Then I have to reinstall grub from my sqeeeze box to the usb-stick again to see the effect. ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org

Re: booting iso image having syslinux

2009-08-07 Thread J.Bakshi
On Fri, Aug 7, 2009 at 5:06 PM, Robert Millan wrote: > On Thu, Aug 06, 2009 at 02:12:58PM +0530, J.Bakshi wrote: >> Hello list, >> >> GRUB2 has a cool feature to boot .iso image.  It is really a cool >> option as we can simply put the .iso and test it without making a cd. >> Some of the .iso has sy

Re: booting iso image having syslinux

2009-08-07 Thread Robert Millan
On Thu, Aug 06, 2009 at 05:18:22PM +0530, J.Bakshi wrote: > Thanks for your kind guidance. > The kernel path is correct. But after getting your response, I have > downloaded the iso again and overwrite the existing one in usb-stick. > Also check the md5sum and it is correct. And something *NEW* has

Re: booting iso image having syslinux

2009-08-07 Thread Robert Millan
On Thu, Aug 06, 2009 at 02:12:58PM +0530, J.Bakshi wrote: > Hello list, > > GRUB2 has a cool feature to boot .iso image. It is really a cool > option as we can simply put the .iso and test it without making a cd. > Some of the .iso has syslinux inbuilt. Like live .iso of gparted and > dban. How c

Re: booting iso image having syslinux

2009-08-06 Thread J. Bakshi
On Thu, 6 Aug 2009 13:51:46 +0200 "Vladimir 'phcoder' Serbinenko" wrote: > > Thanks for your kind guidance. > > The kernel path is correct. But after getting your response, I have > > downloaded the iso again and overwrite the existing one in > > usb-stick. Also check the md5sum and it is correct

Re: booting iso image having syslinux

2009-08-06 Thread Felix Zielcke
Am Donnerstag, den 06.08.2009, 17:18 +0530 schrieb J.Bakshi: > On Thu, Aug 6, 2009 at 4:16 PM, Vladimir 'phcoder' > Serbinenko wrote: > >>> It's not an issue. Just bypass the syslinux and boot the kernel you > >>> want with options you want and initrd you want using linux and initrd > >>> commands

Re: booting iso image having syslinux

2009-08-06 Thread Vladimir 'phcoder' Serbinenko
> Thanks for your kind guidance. > The kernel path is correct. But after getting your response, I have > downloaded the iso again and overwrite the existing one in usb-stick. > Also check the md5sum and it is correct. And something *NEW* has > happend this time. No more error like before ( invalid

Re: booting iso image having syslinux

2009-08-06 Thread J.Bakshi
On Thu, Aug 6, 2009 at 4:16 PM, Vladimir 'phcoder' Serbinenko wrote: >>> It's not an issue. Just bypass the syslinux and boot the kernel you >>> want with options you want and initrd you want using linux and initrd >>> commands Thanks >> >> I have done that and here is the menu entry >> >

Re: booting iso image having syslinux

2009-08-06 Thread Vladimir 'phcoder' Serbinenko
>> It's not an issue. Just bypass the syslinux and boot the kernel you >> want with options you want and initrd you want using linux and initrd >> commands >>> Thanks >>> > > I have done that and here is the menu entry > > ``` > menuentry "gparted" > { > loopback loop (hd0,2)/gparte

Re: booting iso image having syslinux

2009-08-06 Thread J.Bakshi
On Thu, Aug 6, 2009 at 2:49 PM, Vladimir 'phcoder' Serbinenko wrote: > On Thu, Aug 6, 2009 at 10:42 AM, J.Bakshi wrote: >> Hello list, >> >> GRUB2 has a cool feature to boot .iso image.  It is really a cool >> option as we can simply put the .iso and test it without making a cd. >> Some of the .iso

Re: booting iso image having syslinux

2009-08-06 Thread Vladimir 'phcoder' Serbinenko
On Thu, Aug 6, 2009 at 10:42 AM, J.Bakshi wrote: > Hello list, > > GRUB2 has a cool feature to boot .iso image.  It is really a cool > option as we can simply put the .iso and test it without making a cd. > Some of the .iso has syslinux inbuilt. Like live .iso of gparted and > dban. How can we mana

booting iso image having syslinux

2009-08-06 Thread J.Bakshi
Hello list, GRUB2 has a cool feature to boot .iso image. It is really a cool option as we can simply put the .iso and test it without making a cd. Some of the .iso has syslinux inbuilt. Like live .iso of gparted and dban. How can we manage those .iso ? We need to call the syslinux.cfg in those di