From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1UaVdW-0008L9-Fi for mharc-grub-devel@gnu.org; Thu, 09 May 2013 14:32:14 -0400 Received: from eggs.gnu.org ([208.118.235.92]:42395) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UaVdT-0008KI-32 for grub-devel@gnu.org; Thu, 09 May 2013 14:32:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UaVdS-0001dF-4f for grub-devel@gnu.org; Thu, 09 May 2013 14:32:11 -0400 Received: from mail-lb0-f175.google.com ([209.85.217.175]:45288) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UaVdR-0001dA-U9 for grub-devel@gnu.org; Thu, 09 May 2013 14:32:10 -0400 Received: by mail-lb0-f175.google.com with SMTP id w20so3361582lbh.20 for ; Thu, 09 May 2013 11:32:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:date:from:to:subject:message-id:x-mailer:mime-version :content-type:content-transfer-encoding; bh=NN3JFWm24gNmW76hF3+eRbNdHAHEEyB5K0WqdWL4guQ=; b=QFSC+E1jxideD75KP/WT20ABIWwHihB58IpfNFqJMB0JdIX/3uGstHNmJgFbn7LvbP 6T3VSbSMn2xrRZTL5kcEOGE8QwtIelqLG2kgAPYH6HGVAM80crxx5JNbjN3NeR8JLQ6T OdZF3hrOz9SzSc6HCE+gcd4ROGjOX+rt3le0qy1R9u2q+SMEy5FEgGzOc10L5ky54jE4 79NCqnU1HO7/2CIyTGZw9d1rQRxHBAFOqTR48ip9e53g4Lh3EEGo7UCiT5cfc3+zEmxz K878wYpJNnZXe5ZtlCbJEH2rPvQarqnA+OGVyKGo/QceB6quHSy0Ul63i09/LFP0aF+8 VgZQ== X-Received: by 10.112.219.9 with SMTP id pk9mr4216472lbc.3.1368124328907; Thu, 09 May 2013 11:32:08 -0700 (PDT) Received: from opensuse.site ([94.29.72.160]) by mx.google.com with ESMTPSA id g4sm1575163lbe.0.2013.05.09.11.32.08 for (version=SSLv3 cipher=RC4-SHA bits=128/128); Thu, 09 May 2013 11:32:08 -0700 (PDT) Date: Thu, 9 May 2013 22:32:05 +0400 From: Andrey Borzenkov To: grub-devel@gnu.org Subject: Loading OS/X 10.7 by grub x86_64-efi fails Message-ID: <20130509223205.2ce91646@opensuse.site> X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.14; x86_64-suse-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.85.217.175 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: Thu, 09 May 2013 18:32:12 -0000 I have MacBook (Pro?) 3.1 with OS/X 10.7. I installed as second OS openSUSE 12.3 using EFI CD boot (worked just fine) and x86_64-efi grub2. I had to manually bless grub on EFI partition to actually boot it. os-prober also found installed OS/X and added to boot menu. The problem is, both 32 and 64 menu options crash during boot. Is it supposed to work in the first place? If yes, which diagnostic I can collect to debug it further?