From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@bugzilla.kernel.org Subject: [Bug 66791] Radeon fails to find vbios on macbook pro 2, 1 (2007) for x1600 using kernel EFI stub Date: Tue, 24 Dec 2013 02:03:12 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by gabe.freedesktop.org (Postfix) with ESMTP id 78842FBC04 for ; Mon, 23 Dec 2013 18:03:15 -0800 (PST) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id AA014207AD for ; Tue, 24 Dec 2013 02:03:14 +0000 (UTC) Received: from bugzilla2.web.kernel.org (bugzilla2.web.kernel.org [172.20.200.52]) by mail.kernel.org (Postfix) with ESMTP id CBE02207A4 for ; Tue, 24 Dec 2013 02:03:12 +0000 (UTC) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces@lists.freedesktop.org Errors-To: dri-devel-bounces@lists.freedesktop.org To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org https://bugzilla.kernel.org/show_bug.cgi?id=66791 --- Comment #6 from moonman --- Just a quick update: I managed to get it to work finally, though this is not really an optimal solution. 1. Patched the kernel with this patch: https://bugs.freedesktop.org/attachment.cgi?id=33766 from this bugreport: https://bugs.freedesktop.org/show_bug.cgi?id=26891 2. Extracted the vbios while booted into archlinux live cd in bios mode (by the way the live cd needs to be patched to be booted because it comes with EFI 64bit support and not 32bit - well described how to do it in ArchWiki) 3. Only 1 method worked to extract the bios: echo 1 > /sys/devices/pci0000:00//rom cat /sys/devices/pci0000:00//rom > vbios.dump for me id=0000:00:02.0 The resulted image is 64000 bytes and does not work for loadbios in grub. Really don't know why. Actually there's another method: If you have windows installed you can use aida64 to extract the vbios. GPUZ does not work. Now I can succesfully boot into KDE, BUT only if booted using grub. With EFI Stub I get to console (screen does not stay black anymore), but X server fails to start. -- You are receiving this mail because: You are watching the assignee of the bug.