From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1Qx1tB-0004Av-Sa for mharc-grub-devel@gnu.org; Fri, 26 Aug 2011 15:16:25 -0400 Received: from eggs.gnu.org ([140.186.70.92]:52493) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qx1t9-00048d-2w for grub-devel@gnu.org; Fri, 26 Aug 2011 15:16:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qx1t8-0006fv-0o for grub-devel@gnu.org; Fri, 26 Aug 2011 15:16:23 -0400 Received: from asmtpout029.mac.com ([17.148.16.104]:41345) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qx1t7-0006fp-Ri for grub-devel@gnu.org; Fri, 26 Aug 2011 15:16:21 -0400 MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII Received: from localhost (aegis.CS.Princeton.EDU [128.112.139.195]) by asmtp029.mac.com (Oracle Communications Messaging Exchange Server 7u4-20.01 64bit (built Nov 21 2010)) with ESMTPSA id <0LQJ008Q2UUU7690@asmtp029.mac.com> for grub-devel@gnu.org; Fri, 26 Aug 2011 12:16:08 -0700 (PDT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.4.6813,1.0.211,0.0.0000 definitions=2011-08-26_05:2011-08-26, 2011-08-26, 1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 suspectscore=1 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx engine=6.0.2-1012030000 definitions=main-1108260185 From: Trevor Jim To: grub-devel@gnu.org Subject: efi boot, nvidia, macbookair3,1 User-Agent: Notmuch/0.6 (http://notmuchmail.org) Emacs/23.3.1 (x86_64-unknown-linux-gnu) Date: Fri, 26 Aug 2011 15:17:36 -0400 Message-id: <87fwko3ru7.fsf@research.att.com> X-detected-operating-system: by eggs.gnu.org: Solaris 10 (1203?) X-Received-From: 17.148.16.104 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: Fri, 26 Aug 2011 19:16:24 -0000 Hi, I'm trying to debug nvidia graphics with EFI boot on a MacbookAir3,1. Any pointers would be appreciated. EFI boots fine to console. Black screen on xinit with nvidia driver. I hear nouveau is the same, however, the following bug report indicates the problem is that nouveau (and presumably nvidia) expects the bios information in a different location than provided by grub: https://bugs.freedesktop.org/show_bug.cgi?id=35267#c10 Where would be the place to fix this? fakebios/loadbios? Not grub? :-) -T