Re: Chainloadig from grub2 to isolinux

2014-09-21 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 07.08.2014 19:59, adrian15 wrote: Probably the most intelligent workaround for this problem is doing an isolinux.cfg, pxelinux.cfg or syslinux.cfg parser for grub2 in a similar way to the menu.lst parser. GRUB already has isolinux parser. But the case of booting ISOs is different because

Re: Chainloadig from grub2 to isolinux

2014-08-07 Thread Beeblebrox
yes,but a local repo takes care of that. (and that repo can be the contents of the cd) extracting the kernel, initrd, cmdline and rootfs (I have done it with a gparted iso)) All that work is just so not worth it. I'd rather do something else with my time. It is a monster, to extract

Re: Chainloadig from grub2 to isolinux

2014-08-07 Thread adrian15
El 07/08/14 16:52, Beeblebrox escribió: If you use loopback.cfg as intended it will all work. loopback.cfg contains the linux/initrd entries relevant to each distro's iso (or at least that's what the wiki page shows). That's exactly the problem - each iso has different settings for

Re: Chainloadig from grub2 to isolinux

2014-07-22 Thread tuxracer
The esentially thing that goes allways forgotten; It gives no way ( or no really good documentation) , to chainloading iso files. It is a monster, to extract each live.iso then copy the kernel and the initrd, then find out the correct parameters and loopmout it. Why not a real chainload where

Re: Chainloadig from grub2 to isolinux

2014-07-22 Thread Vladimir 'phcoder' Serbinenko
On 22 Jul 2014 12:37, tuxra...@hispeed.ch wrote: The esentially thing that goes allways forgotten; It gives no way ( or no really good documentation) , to chainloading iso files. It is a monster, to extract each live.iso then copy the kernel and the initrd, then find out the correct parameters

Re: Chainloadig from grub2 to isolinux

2014-07-22 Thread tuxracer
If you have concrete change proposals tell so. Also you can use easy configs with grub2, you don't have to use all features for a simple setup. The problem with grub2 is not that a really simple config does not work. The problem is, that ALL what is a little bit more than a simple config is

Re: Chainloadig from grub2 to isolinux

2014-07-21 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 02.07.2014 16:52, Beeblebrox wrote: I got it partially working. The background image changes to Debian, but it displays press any key to continue.. then drops back to the main Grub menu. So what am I doing wrong here? menuentry Debian-Jesse-i386-lxde --class gnu-linux --class gnu --class

Re: Chainloadig from grub2 to isolinux

2014-07-21 Thread Ben Hildred
Debian has no support of booting over image on a network server. It's a problem with initrd scripts, not GRUB This is not entirely true (actually almost entirely wrong). Debain has no provisions for booting iso images from a server. The netboot images work just fine. (including live images)

Re: Chainloadig from grub2 to isolinux

2014-07-21 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 21.07.2014 23:37, Ben Hildred wrote: Debian has no support of booting over image on a network server. It's a problem with initrd scripts, not GRUB This is not entirely true (actually almost entirely wrong). Debain has no provisions for booting iso images from a server. The netboot

Re: Chainloadig from grub2 to isolinux

2014-07-21 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 21.07.2014 23:55, Raif S. Berent wrote: Debian has no provisions for booting iso images from a server. The regular live iso also fails to boot from HDD with loopback. As posted somewhere along the thread, it seems that debian's loopback kernel module must be extracted and placed on the

Re: Chainloadig from grub2 to isolinux

2014-07-21 Thread Ben Hildred
On Mon, Jul 21, 2014 at 3:55 PM, Raif S. Berent r...@berentweb.com wrote: snip The netboot images work just fine. (including live images) Yes, but this is a minimal image as I understand and additional binaries (for example if you want an lxde desktop) will be downloaded. That's fine for a

Re: Chainloadig from grub2 to isolinux

2014-07-10 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 08.07.2014 15:39, Raif S. Berent wrote: Not to beat a dead horse, but I'd like to clarify a few issues that seem to be not working. You're confused as to what GRUB's responsibility is. 1. I compiled and installed Grub_trunk on an old laptop, then copied the debian.iso to a folder under

Re: Chainloadig from grub2 to isolinux

2014-07-08 Thread Raif S. Berent
Not to beat a dead horse, but I'd like to clarify a few issues that seem to be not working. 1. I compiled and installed Grub_trunk on an old laptop, then copied the debian.iso to a folder under (hd0,gpt*). Modified the grub.cfg and tried to use syslinux_configfile -i (loop)/isolinux/isolinux.cfg

Re: Chainloadig from grub2 to isolinux

2014-07-08 Thread Andrey Borzenkov
В Tue, 8 Jul 2014 16:39:41 +0300 Raif S. Berent r...@berentweb.com пишет: Not to beat a dead horse, but I'd like to clarify a few issues that seem to be not working. 1. I compiled and installed Grub_trunk on an old laptop, then copied the debian.iso to a folder under (hd0,gpt*). Modified

Re: Chainloadig from grub2 to isolinux

2014-07-02 Thread Vladimir 'phcoder' Serbinenko
GRUB has isolinux config parser. On 2 Jul 2014 11:47, Beeblebrox zap...@berentweb.com wrote: Is there a method to chainload from grub2 - grub_older and grub2 - isolinux? Most live-cd's use an isolinux configuration with many menu items embedded in the isolinux layer. Instead of spending

Re: Chainloadig from grub2 to isolinux

2014-07-02 Thread Beeblebrox
GRUB has isolinux config parser. Is there any link to usage with examples? The Grub manual does not mention it all I could find was from osdetect.cfg: syslinux_configfile -i /isolinux/isolinux.cfg Which still isn't much to go on. -- FreeBSD_amd64_11-Current_RadeonKMS

Re: Chainloadig from grub2 to isolinux

2014-07-02 Thread Vladimir 'phcoder' Serbinenko
On 2 Jul 2014 15:38, Beeblebrox zap...@berentweb.com wrote: GRUB has isolinux config parser. Is there any link to usage with examples? The Grub manual does not mention it all I could find was from osdetect.cfg: syslinux_configfile -i /isolinux/isolinux.cfg syslinux_configfile --help

Re: Chainloadig from grub2 to isolinux

2014-07-02 Thread Beeblebrox
I got it partially working. The background image changes to Debian, but it displays press any key to continue.. then drops back to the main Grub menu. So what am I doing wrong here? menuentry Debian-Jesse-i386-lxde --class gnu-linux --class gnu --class os { set thtp=http,192.168.2.100 set

Re: Chainloadig from grub2 to isolinux

2014-07-02 Thread Vladimir 'phcoder' Serbinenko
On 2 Jul 2014 16:53, Beeblebrox zap...@berentweb.com wrote: I got it partially working. The background image changes to Debian, but it displays press any key to continue.. then drops back to the main Grub menu. So what am I doing wrong here? menuentry Debian-Jesse-i386-lxde --class gnu-linux