From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Kawmm-0005i1-Vf for mharc-grub-devel@gnu.org; Wed, 03 Sep 2008 14:08:56 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kawml-0005hW-OO for grub-devel@gnu.org; Wed, 03 Sep 2008 14:08:55 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kawml-0005h1-3K for grub-devel@gnu.org; Wed, 03 Sep 2008 14:08:55 -0400 Received: from [199.232.76.173] (port=48574 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kawmk-0005gt-R7 for grub-devel@gnu.org; Wed, 03 Sep 2008 14:08:54 -0400 Received: from fg-out-1718.google.com ([72.14.220.152]:11927) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Kawmk-0006w8-JW for grub-devel@gnu.org; Wed, 03 Sep 2008 14:08:54 -0400 Received: by fg-out-1718.google.com with SMTP id l26so238570fgb.30 for ; Wed, 03 Sep 2008 11:08:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:x-enigmail-version:content-type :content-transfer-encoding; bh=bZxBiBBIUbgl4UvlvUtTreIVZVrZ6JUyqrov588Xsb0=; b=AxINVpIYbIDO9y7+1Pf0d9OSjkQ1DtqoRSyopQf0Fxi5+3mENnOxY/8/dzQH4phwQl MM91vazdOP0CGPwNBq2vKYMCbj9hsszrfwXz6WBsD/UAG+wz2mcVWqXp2DOCgC3d+MzP UdgPqNKljoVZQvw1+wTfKAy7UmufQVYtMeLsY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :x-enigmail-version:content-type:content-transfer-encoding; b=ZuZNfuJMmNvbDb5jqKW8Cq1m7y16co6On5WK8YbFiA0hVXeA5ZrFqwIextp8HK0BFh coVmHlAa2mXVpu2QXI/eJS015jumgVkcuiHCQgKI+NcNauGvxjmhGShv0zOMzcx0n+r0 J2v8EyGI4hbdMz0w2PteRzvJy2wCYGfldsiW4= Received: by 10.86.29.8 with SMTP id c8mr6906133fgc.23.1220465333607; Wed, 03 Sep 2008 11:08:53 -0700 (PDT) Received: from ?192.168.1.15? ( [83.77.145.184]) by mx.google.com with ESMTPS id 3sm8725258fge.3.2008.09.03.11.08.51 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 03 Sep 2008 11:08:52 -0700 (PDT) Message-ID: <48BED2B2.1060000@gmail.com> Date: Wed, 03 Sep 2008 20:08:50 +0200 From: phcoder User-Agent: Thunderbird 2.0.0.16 (X11/20080724) MIME-Version: 1.0 To: The development of GRUB 2 X-Enigmail-Version: 0.95.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) Subject: Multiple partition maps 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: Wed, 03 Sep 2008 18:08:56 -0000 Hello. I was looking at the grub code and seen that if a disk has multiple partition tables (e.g. macintel with bootcamp) then only first one will be detected. In some cases it can lead to unreachable partitions if for some reason partition is present only in one table. Does anyone has an idea how theese cases may be treated compactly and efficiently? Vladimir 'phcoder' Serbinenko