From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Dkl2V-00035q-DA for mharc-grub-devel@gnu.org; Tue, 21 Jun 2005 11:51:51 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Dkl2Q-00034U-1e for grub-devel@gnu.org; Tue, 21 Jun 2005 11:51:46 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Dkl2N-00032y-0r for grub-devel@gnu.org; Tue, 21 Jun 2005 11:51:44 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dkl2M-00031t-O3 for grub-devel@gnu.org; Tue, 21 Jun 2005 11:51:42 -0400 Received: from [145.74.66.11] (helo=mail-cn.han.nl) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Dkl2D-0002zY-TR for grub-devel@gnu.org; Tue, 21 Jun 2005 11:51:34 -0400 Received: from vscan-cn.han.nl (venus.han.nl [145.74.65.6]) by mail-cn.han.nl (Postfix) with ESMTP id 14CF08324 for ; Tue, 21 Jun 2005 17:46:19 +0200 (CEST) Received: from mail-cn.han.nl ([145.74.66.11]) by vscan-cn.han.nl (venus.han.nl [145.74.65.6]) (amavisd-new, port 10024) with ESMTP id 04596-05 for ; Tue, 21 Jun 2005 16:49:41 +0200 (CEST) Received: from mail1.han.nl (mail1.han.nl [145.74.103.11]) by mail-cn.han.nl (Postfix) with ESMTP id 45B5983BA for ; Tue, 21 Jun 2005 17:46:11 +0200 (CEST) Received: from localhost.localdomain (mgerards.xs4all.nl [82.92.27.129]) by mail1.han.nl (Postfix) with ESMTP id 0B823C045 for ; Tue, 21 Jun 2005 17:46:11 +0200 (CEST) Mail-Copies-To: metgerards@student.han.nl To: The development of GRUB 2 References: <2d5a560e06481e7a00c3495609cc49c9@penguinppc.org> <1119355494.3293.23.camel@enki.eridu> From: Marco Gerards Date: Tue, 21 Jun 2005 17:46:22 +0200 In-Reply-To: <1119355494.3293.23.camel@enki.eridu> (Paul Nasrat's message of "Tue, 21 Jun 2005 08:04:54 -0400") Message-ID: <874qbrg1bl.fsf@student.han.nl> User-Agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: by amavisd-new (2.2.0) at vscan-cn.han.nl Subject: Re: Apple partition map bug 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: Tue, 21 Jun 2005 15:51:46 -0000 Paul Nasrat writes: > I'll try look at the grub2 code later, it is quite possibly "correct" > due to hybrid but we probably should display the mac partitioning tabley > if OF has mac-parts support else failback to plain iso9660. You can always use the raw disk, in which case it will be detected as iso9660. So in this case: foo (cd)/ instead of: foo (cd,0)/ -- Marco