From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Mpd18-0006II-Hk for mharc-grub-devel@gnu.org; Mon, 21 Sep 2009 03:08:58 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mpd17-0006I8-7s for grub-devel@gnu.org; Mon, 21 Sep 2009 03:08:57 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mpd11-0006HG-MP for grub-devel@gnu.org; Mon, 21 Sep 2009 03:08:56 -0400 Received: from [199.232.76.173] (port=48362 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mpd11-0006HD-Gl for grub-devel@gnu.org; Mon, 21 Sep 2009 03:08:51 -0400 Received: from mx20.gnu.org ([199.232.41.8]:34331) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Mpd10-0005DM-Nm for grub-devel@gnu.org; Mon, 21 Sep 2009 03:08:51 -0400 Received: from fg-out-1718.google.com ([72.14.220.159]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mpd0z-0004YM-Fu for grub-devel@gnu.org; Mon, 21 Sep 2009 03:08:49 -0400 Received: by fg-out-1718.google.com with SMTP id 22so894542fge.12 for ; Mon, 21 Sep 2009 00:08:47 -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:references:in-reply-to :content-type:content-transfer-encoding; bh=e9LgZ0aKxAZoiJcigZ371X6WvU2mBaIOdr+FfXtnaFk=; b=UTbAbwkyluGxGBFBD5US8Yi/92BgZdq9Ciae9tGeA9ay9XdZ38QU+Elt688to2PZmd clxF6Fu9G31bh5XWNxfcFdRes8P7soJG1qDtIBg6GxKoLeyM2zE4HD2VbWtvK5cb91Ky TDUadx8fnt9Dgs75wedJI/LS2yK7WWIqAH4rc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=D5rkMKzF181e4/P3QUpAS4x8YxwZeFH5tMknBYmytaLwXA9Laog7+m5SnDxEHdnx6x 03GUlsl52fS8i70wrE5y3oosm0AkLVQ0o1qy0CW9v7qpp/rAPvgqu4rD/UFF9mFnXvyi nNTTzg4OJkXWNVDwROsxKqnk60UzpeqwRzCLU= Received: by 10.86.192.34 with SMTP id p34mr4255316fgf.28.1253516927527; Mon, 21 Sep 2009 00:08:47 -0700 (PDT) Received: from ?82.130.80.149? (hg-public-dock-149-dhcp.ethz.ch [82.130.80.149]) by mx.google.com with ESMTPS id d6sm6248933fga.1.2009.09.21.00.08.46 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 21 Sep 2009 00:08:46 -0700 (PDT) Message-ID: <4AB689CA.3030404@gmail.com> Date: Sun, 20 Sep 2009 22:00:10 +0200 From: Vladimir 'phcoder' Serbinenko User-Agent: Mozilla-Thunderbird 2.0.0.22 (X11/20090701) MIME-Version: 1.0 To: The development of GRUB 2 References: <4AB65A8C.9020809@zbh.uni-hamburg.de> In-Reply-To: <4AB65A8C.9020809@zbh.uni-hamburg.de> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-detected-operating-system: by mx20.gnu.org: GNU/Linux 2.6 (newer, 2) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) Subject: Re: Grub2 and Efi (MacBook 5,1) 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: Mon, 21 Sep 2009 07:08:57 -0000 Stefan Bienert wrote: > Hi Grub2 fans! > > I'm trying to get Grub2 working on a Efi platform (MacBook 5,1). > In version 1.96 I get a menu with a working MacOSX entry, but linux > won't boot. I just get some output which looks like data for the video > card, than the system hangs. > > With todays SVN version (which does not compile configured without > --disable-werror) I just get a rescue shell with loads of messages on > unknown commands. > > By the way, how do I scroll up to the topmost message in grub-shell? > > Here is my grub.cfg: > > timeout=10 > > menuentry "Gentoo Linux 3 NOAGB NOEFI" { > root=(hd1,3) > loadbios /boot/vbios.bin /boot/int10.bin > linux /boot/kernel-2.6.27-gentoo-r8-n root=/dev/sda4 video=efifb > agp=off noefi > } > > menuentry "MacOSX" { > root=(hd1,2) > chainloader /usr/standalone/i386/boot.efi > } > > Has anybody a clue? > > Please supply your grub-mkimage line. Try putting all modules in grub.efi except kernel.mod. In NO CASE add kernel on grub-mkimage line as it's already implied and adding it explicitly results in serious and various problems. We need a foolproof here > kind regards, > > Stefan > > > _______________________________________________ > Grub-devel mailing list > Grub-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/grub-devel > >