From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1X2Kjo-0007Wh-TU for mharc-grub-devel@gnu.org; Wed, 02 Jul 2014 09:38:16 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52829) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X2Kjg-0007VE-VZ for grub-devel@gnu.org; Wed, 02 Jul 2014 09:38:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X2KjX-0006qZ-GL for grub-devel@gnu.org; Wed, 02 Jul 2014 09:38:08 -0400 Received: from mail-wi0-x233.google.com ([2a00:1450:400c:c05::233]:52857) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X2KjX-0006qN-8Y for grub-devel@gnu.org; Wed, 02 Jul 2014 09:37:59 -0400 Received: by mail-wi0-f179.google.com with SMTP id cc10so500113wib.12 for ; Wed, 02 Jul 2014 06:37:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=berentweb.com; s=google; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; bh=TzNVQt8xQpDgowAHis8ASd8Ja9ZI4sbef6WWAVJgFbg=; b=eh85nw0iT0Ts+wR/U4C4DHLIYDIjT8+J6JJ1a1uuw+XEdPGijRHzfsjZCRfmQwp6lz ODoO14p1MAjxLF/ic3x7mbLYe1BrNRf3ePaucXEoVg+Aa0EfQkLQNHJwTlo/gzgfB8mQ WOcjjQjF0wazArGMOA1Ld+mPshq6gD1O1Hov4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:subject:message-id:in-reply-to :references:mime-version:content-type:content-transfer-encoding; bh=TzNVQt8xQpDgowAHis8ASd8Ja9ZI4sbef6WWAVJgFbg=; b=adF7YS5wN9sFeTF0vmCLtUibfrohkc/8ZCObVx/LMkLqgmMZtsajOJqYoaku5R5quW Vr6NGC7RAhGkjcZP/SrU2Nbm3KN1cErrFa2d30oczNHu4PMqBKP0Uqy5bM8wdBTedKg1 4Mhb5smH/0cbA0riZDRty0+QQUa5lk/owQsC7NASIApmGTBb0b/KtrF8/Zbcizty+LQc mJ/rcuQgGuejTM82Xx32uBNbU1gQmVbHtT8ddQVxl9s3a0Yao0L/l6pPkA1Ssiz7fywf 00TjRHHGujqctUlypuyIh83vbDausMy/rqXBYYhyMR4UEoZWL0a3L/5BBSZOYcESE3xa j9CA== X-Gm-Message-State: ALoCoQlGPs2s6ho62Li4sEvd+PDm2KcvrDWOghlJTP7Wni/e1PZHiUBFHnOz+7Azh+FGTzLVqlSV X-Received: by 10.180.221.196 with SMTP id qg4mr4546962wic.66.1404308277431; Wed, 02 Jul 2014 06:37:57 -0700 (PDT) Received: from rsbsd.rsb ([83.66.214.161]) by mx.google.com with ESMTPSA id s3sm55148865wje.36.2014.07.02.06.37.56 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Wed, 02 Jul 2014 06:37:56 -0700 (PDT) Date: Wed, 2 Jul 2014 16:37:55 +0300 From: Beeblebrox To: grub-devel@gnu.org Subject: Re: Chainloadig from grub2 to isolinux Message-ID: <20140702163755.50be186b@rsbsd.rsb> In-Reply-To: <20140702124650.683dd1a1@rsbsd.rsb> References: <20140702124650.683dd1a1@rsbsd.rsb> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c05::233 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jul 2014 13:38:15 -0000 > 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. --=20 FreeBSD_amd64_11-Current_RadeonKMS