I googled a while on this so let me give you the details, then the questions
- I have a Macbook 8,2 15" with Kubuntu Quantal installed from the MAC+AMD64 Desktop CD image. I removed every MacOS partition on install and created GPT-swap-EXT4(/)-EXT4(/local).
lspci | grep VGA
only shows an AMD 6600 Series card, so I guess I'm need to configure EFI-booting to be able switch to the low power Intel card.- I found a package called
grub-efi-amd64
as well as this tutorial, the latter seems outdated as it suggest compiling grub 1.99 by hand which is also contained in the package I found.
I would kindly ask for clearification on the following:
- Can I just
apt-get install grub-efi-amd64
or is there more to be done (Only Kubuntu on the machine, so grub will do fine - Does it still need to be "blessed" as per the tutorial). - Does the package work through it all or do I still have to go through steps 3-7 of the tutorial?
- The GPT partition only has 4 MiB. Do I have to enlarge it?