From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 3622B1381F3 for ; Sat, 18 May 2013 15:09:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49CEBE09D8; Sat, 18 May 2013 15:09:21 +0000 (UTC) Received: from extserv.mm-sol.com (ns.mm-sol.com [213.240.235.226]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 06528E089C for ; Sat, 18 May 2013 15:09:19 +0000 (UTC) Received: from CIIVANO (unknown [172.18.0.3]) by extserv.mm-sol.com (Postfix) with ESMTPSA id DF4DDC63A for ; Sat, 18 May 2013 18:09:17 +0300 (EEST) From: "Ivan T. Ivanov" To: References: <201305180916.19740.michaelkintzios@gmail.com> <20130518110851.2ad2d3e6.tastytea@riseup.net> <201305181329.42982.michaelkintzios@gmail.com> In-Reply-To: <201305181329.42982.michaelkintzios@gmail.com> Subject: RE: [gentoo-user] Booting LiveCD iso from hard drive with GRUB legacy Date: Sat, 18 May 2013 18:11:13 +0300 Message-ID: <003a01ce53d9$f06b8530$d1428f90$@mm-sol.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Outlook 14.0 Thread-Index: AQH4ld+YHymscQ02TZwVdX+u3LBQ3QHwnWmFAr8ifl2YkQitsA== Content-Language: en-us X-Archives-Salt: 17706e82-cf15-4ff3-b74b-aeded35ccf1d X-Archives-Hash: 1d5c72000ca1bf39b43b20267dae6494 Hi,=20 >=20 > On Saturday 18 May 2013 10:08:51 tastytea wrote: > > On Sat, 18 May 2013 09:15:44 +0100 > > > > Mick wrote: > > > Hi All, > > > > > > Is there a way of achieving this? > > > > Hi, > > Maybe it works with chainloader? > > See "info grub" for more information. >=20 > Thanks, but I don't know if there is a way to point grub legacy to a > particular partition, other than boot, to select an ISO from it. My = /boot > partition is not large enough for a LiveDVD ISO file. Plus, I'm not = sure that > GRUB legacy can mount an ISO as a loopback device. >=20 > When I tried: > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > root (hd0,10) > makeactive > chainloader /KNOPPIX_V7.0.5DVD-2012-12-21-EN.iso > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >=20 > I got: Error 12, no suitable device found (or similar). I do have following in my grub/menu.lst and it is working fine. title PC-Doctor DOS root (hd0,0) kernel /boot/memdisk iso initrd /boot/pcdoctor.iso This is sys-boot/grub 0.97-r12 Regards, Ivan >=20 > -- > Regards, > Mick