Quote:
endbk,
Great post. Lots of detail.
Did you use Bootcamp during the intall? Or native UEFI?
|
Thanks. I didn't use boot camp I used native UEFI. The steps I went through were:
1. Decrease OS X partition by half to leave unfromatted space for Fedora
2. Use "livecd-iso-to-disk" to create a usb stick with an F17 live iso image on it
3. Boot into Fedora by holding down "option" at start up (had to add "nointremap" option to grub2 to boot)
4. Install F17 by instructing the installer to grab all the free space
5. Done
For both OS X and Fedora to show up at boot time I need to hold down the "option" key, otherwise it jumps straight into Grub2. I think installing Refit or Refind would fix this so that holding down "option" isn't required, I might do this once I've ironed out all the other creases.
As I said in my previous post I'm still using an older kernel as the latest one I have doesn't boot. I'm going to play around with it a little more tonight. Something I didn't say in my first post is that the camera works fine (tested by opening "Cheese" program in Fedora). I haven't properly tested the battery life in Fedora yet, but I haven't fixed the aforementioned applesmc issue and I was thinking that might affect things like battery life. Battery life 'seems' ok though.
---------- Post added at 07:11 PM ---------- Previous post was at 07:00 PM ----------
Quote:
Originally Posted by slopsbucket
Hi endbk,
don't know if this is of any help to you or not. I installed Fedora on a 2009 Mac Pro, figured a lot of it out myself. I used a different kernel parameter than PompeyBlue did.
Instead of "noacpi" I used "nogpt" which forces mbr type boot same as is required for Windows.
I never had to feed it any other parameters, none to grub either. It just works exactly the same as it does on a PC. This is true for both F16 and F17.
|
I am UEFI booting Fedora so would "nogpt" be appropriate for me?
Quote:
Originally Posted by slopsbucket
As for a system monitor, I like gkrellm. But you need to do a right click on it and go into it's configuration to get it to display temperatures - Built Ins/Sensors/Temperatures.
|
Cool. I will download gkrellm tonight and try it out.
Quote:
Originally Posted by slopsbucket
Forgot to add - if you try grub2-mkconfig it should rewrite your boot menu with everything that it can find that is bootable including every kernel and that kernel's corresponding failsafe mode.
|
Thanks for the suggestion I will try this out tonight. Since I'm UEFI booting Fedora I'm not sure exactly how to run the grub2-mkconfig command to get the desired outputs. I'll do a bit of reading about it tonight.