
Originally Posted by
ksatta1
I was just replying in the other thread
I read there that you're using only GRUB so the EFI / boot-repair stuff shouldn't help then? I'm not very familiar with the inner workings of Apples yet

But you could first try setting the integrated in OS X more times, if you haven't already. For me it works so that I boot to OS X, set integrated, then just reboot and Ubuntu. But like I said I sometimes have to do it more than once.
I guess it's possible that refit booting is different to directly grub booting? These Apple machines sure are different. I had to buy one for work, and I need Windows for work too, so I'm triple booting. I wish I could install only Linux like you did, that's the way to go

i finally succeed in getting the intel driver running 
now lspci report my two vga chips and X is running fine with i915.
i still run ubuntu only. the solution was to use refind (on esp) instead of grub.
so i have a 200mb fat32 partition with refind, a directory "ubuntu" where i've put my kernel, initrd and a config file like this:
Code:
cat /media/EFI/ubuntu/refind_linux.conf
"Boot using standard options" "root=UUID=<uuid string> ro quiet splash $vt_handoff"
"Boot using minimal options" "root=UUID=<uuid string> ro"
"Boot to shell" "root=UUID=<uuid string> ro text"
"Boot using recovery options" "root=UUID=<uuid string> ro recovery nomodeset"
installed raring daily iso, ran ubiquity with -b switch to prevent grub from being installed as explained in garalndg's guide here : http://linuxmacbookproretina.blogspo...cbook-pro.html
it seems to me grub was doing something that prevent i915 and vgawitcheroo to be used.