From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1FeX7L-0006j8-7Z for mharc-grub-devel@gnu.org; Fri, 12 May 2006 08:51:39 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FeX7J-0006io-LP for grub-devel@gnu.org; Fri, 12 May 2006 08:51:37 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FeX7I-0006iB-8x for grub-devel@gnu.org; Fri, 12 May 2006 08:51:37 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FeX7I-0006i6-1r for grub-devel@gnu.org; Fri, 12 May 2006 08:51:36 -0400 Received: from [200.61.53.195] (helo=mail.corest.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FeX91-00023M-5p for grub-devel@gnu.org; Fri, 12 May 2006 08:53:23 -0400 Received: from webmail.corest.com (lan-53-196.CORESECURITY.COM [200.61.53.196]) by sin.core-sdi.com (mail system) with ESMTP id 4F3021A6B2D for ; Fri, 12 May 2006 12:51:31 +0000 (GMT) Message-ID: <44648523.8080905@corest.com> Date: Fri, 12 May 2006 09:52:51 -0300 From: Gerardo Richarte X-Accept-Language: en-us, en MIME-Version: 1.0 To: The development of GRUB 2 References: <4457893F.3030703@corest.com> In-Reply-To: <4457893F.3030703@corest.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: GRUB 2 and eltorito boot (no emul) X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 May 2006 12:51:37 -0000 Hi, I asked something in the past but got no answer, I'm going to try a different approach. Suppose I wanted to implement eltorito boot (as for mkiso -b iso/boot/eltorito -no-emul-boot -boot-load-size 4 -boot-info-table) for GRUB 2. What do you think would be the best approach? I took a look at GRUB Legacy's eltorito_start and it doesn't think neither too complicated nor too different to boot.S from GRUB 2, give or take a table. What I mean, is, what do you think I should do in order to implement it in such a way that I don't trash all sources? Also, if you think I should not need eltorito for making bootable ISOs I'd love to know how to do it (I need to boot with a 700KB kernel and a 20/25 MB module (gziped to 10MB) thanks gera PS: My original question was regarding VBE and eltorito, my solution was to implement some extra vbe support for GRUB Legacy, mainly because I needed eltorito, and GRUB 2 doesn't have it...