From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1UaX5U-0006kF-MM for mharc-grub-devel@gnu.org; Thu, 09 May 2013 16:05:12 -0400 Received: from eggs.gnu.org ([208.118.235.92]:43689) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UaX5Q-0006iD-Ms for grub-devel@gnu.org; Thu, 09 May 2013 16:05:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UaX5P-0001Z1-MO for grub-devel@gnu.org; Thu, 09 May 2013 16:05:08 -0400 Received: from mail-lb0-f178.google.com ([209.85.217.178]:65274) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UaX5P-0001Yi-Fv for grub-devel@gnu.org; Thu, 09 May 2013 16:05:07 -0400 Received: by mail-lb0-f178.google.com with SMTP id x10so3509863lbi.9 for ; Thu, 09 May 2013 13:05:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:date:from:to:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding:resent-date :resent-from:subject:resent-message-id:resent-to; bh=vkNIvYetUIUAAM0ubzim1RiLykoqoIcGmbKJ+WiQsYc=; b=hXM/QY5na9nkCgZCpUCVMBD2kiOZd47AT46eYnmu17RilrEvsRbU6EPpTw3CQkV90h oGNMI75hcAPljPINLHTWeMkVdDpOzl9GJ9Xs8hyhkbVtWWjS8Iqg4BUsxb9MPAx9BU8R 4hTSLj6hX3WinbbHht4K0cIo4uhA9GRdK0JppUKsoFr4/mm/JCSvL4YWb+JiDB3CRq4o znu4qlat5xNlwfoWxgCoOosoyp9hx7QeUEHqvH3YkWx+ETQiz53DCF9ZV3WcAAJ13cPM 4Ldh7XkyUBCYPRWryLGCaXwcfQEqAUM2fzZ4BHsJVDnGQYvtcQDQZCbc5olDGVHjdKQV fN1w== X-Received: by 10.112.204.100 with SMTP id kx4mr1682723lbc.17.1368129906373; Thu, 09 May 2013 13:05:06 -0700 (PDT) Received: from opensuse.site ([94.29.72.160]) by mx.google.com with ESMTPSA id i1sm1657208lbi.9.2013.05.09.13.05.05 for (version=SSLv3 cipher=RC4-SHA bits=128/128); Thu, 09 May 2013 13:05:06 -0700 (PDT) Date: Fri, 10 May 2013 00:03:47 +0400 From: Andrey Borzenkov (by way of Andrey Borzenkov ) To: Andrey Borzenkov Message-ID: <20130510000347.682005d0@opensuse.site> In-Reply-To: <20130509223205.2ce91646@opensuse.site> References: <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=KOI8-R Content-Transfer-Encoding: 8bit Resent-Date: Fri, 10 May 2013 00:05:05 +0400 Resent-From: Andrey Borzenkov Subject: Re: Loading OS/X 10.7 by grub x86_64-efi fails Resent-Message-ID: <20130510000505.392f7d5d@opensuse.site> Resent-To: grub-devel@gnu.org X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.85.217.178 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 20:05:11 -0000 В Thu, 9 May 2013 22:32:05 +0400 Andrey Borzenkov пишет: > 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? To add - 30_os-prober is using xnu_* commands to boot OS X, and they failed. Chainloading of /usr/standalone/i386/boot.efi works in current trunk.