Description of problem: Anaconda is unable to show Xorg or graphical displays on Macbook pro 8,2. This forces users to use "nomodeset" and the text installer. NOTE that Xorg *does* work on this model of hardware once the install is completed with *no* kernel or command line modifications. How reproducible: Always Steps to Reproduce: 1. Create Anaconda live USB with --efi support 2. Boot from EFI on a dual gpu macbook pro. Actual results: Display goes black Expected results: Anaconda and Xorg should start. Additional info: As previously stated, Xorg does work on this model of laptop with no kernel or grub2 modifications. the working kernel is 3.6.6. I am happy to try and work with this to find a fix, since it is hardware dependent.
Can you attach /tmp/X.log from an attempt at running X to this bug report?
I have just attempted to get this for you - Remember, my screen (and all ttys) are fully black. Doing the steps of: ctrl + alt + f2 ifup eth0 sendmail "my email" < /tmp/X.log sendmail "my email" < dmesg reboot I found nothing in my inbox. So either A) I messed up the networking, which is doubtful as I used this same connection to do the installation, or B) there is no tty2 avaliable, so I was running commands into nothing. Do you have any tips or ideas on how to get at this? Perhaps in the future it would be a neat idea to have an anaconda image, that when given a kernel parameter of the users email, emails them logs at various stages of the install, to make this kind of data collection easier. IE just as anaconda starts, email dmesg, when anaconda knows about Xorg and wether it starts or failed, email the Xorg log, or any exception can have it's stack trace sent also.
Pass inst.sshd as a boot option and it'll enable an ssh server that you can ssh in as root (no password) and get to the shell. That way you can get in and offload the requested logs.
Created attachment 641887 [details] X.log from macbook pro 8,2 That did the trick. I took the liberty of checking - It would seem the installer is using kernel 3.6.5 - According to #765954 Some of the graphics issues that are present are fixed by the upgrade to 3.6.6 . When will anaconda be updated to at least 3.6.6? Attached x.log anyway.
When the kernel is in updates and a new image is built, it should contain that version. anaconda's got nothing to do with the version of the kernel included. Reassigning, but it sounds like this can just be closed.
Please try the Beta TC8 release and let us know if it's fixed.
This is fixed in TC8 - Thanks for the time.