Summary: | [grub x86_64-efi] Macbook 5,2 - conflicting fb hw usage nouveaufb vs EFI VGA - removing generic driver | ||||||
---|---|---|---|---|---|---|---|
Product: | xorg | Reporter: | Gregory Bellier <dest> | ||||
Component: | Driver/nouveau | Assignee: | Nouveau Project <nouveau> | ||||
Status: | RESOLVED FIXED | QA Contact: | Xorg Project Team <xorg-team> | ||||
Severity: | critical | ||||||
Priority: | highest | CC: | dest, homyur | ||||
Version: | unspecified | ||||||
Hardware: | x86-64 (AMD64) | ||||||
OS: | Linux (All) | ||||||
Whiteboard: | |||||||
i915 platform: | i915 features: | ||||||
Attachments: |
|
Description
Gregory Bellier
2011-02-20 14:14:24 UTC
Created attachment 43609 [details]
Error when booting
Ok, I confirm there is a problem with Nouveau. As soon as I installed the Nvidia binary, I've been able to boot with refit + grub-efi_x86_64. insmod efi_gop has to be added in the grub entry to be able to boot, like this : menuentry 'Linux without bios dump' { insmod efi_gop search --no-floppy --fs-uuid --set=root d5175c18-7da2-49a9-a3af-844bad27c91d linux /vmlinuz root=UUID=d5175c18-7da2-49a9-a3af-844bad27c91d ro initrd /initrd.img } (In reply to comment #0) > I hit a > bug with this error: "fb: conflicting fb hw usage nouveaufb vs EFI VGA - > removing generic driver". FWIW, that message is not an error in itself, the system is simply doing the right thing: a generic driver (efifb) is being kicked out, so a hardware-specific driver (nouveau) can start driving the hardware. Hmmm ok then. I would prefer to use the open source driver instead of nvidia's but in this case, I have no choice. What could I do to print a proper error ? I did my tests with a 2.6.35 kernel. I built a custom kernel based on 2.6.38.2 and it works. Meaning, I can successfully boot on Linux when Nouveau and Grub-EFI are involved. This is a relief. Now I can drop NVidia binary ... |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.