From: Tino K. <tin...@ti...> - 2010-03-17 20:44:20
|
Hi, I tried to use grub-efi on my Mac mini Core 2 Duo (Macmini2,1). I can get the kernel to start, but then the screen gets garbled and nothing happens. I use a pretty standard 2.6.33 kernel with kernel mode setting enabled. Grub2 is version 1.98. Here is my grub.cfg file: timeout=10 set F1=ctrl-x menuentry "GNU/Linux" { search --set -f /boot/default-kernel linux /boot/default-kernel root=/dev/sda3 ro gpt i915.modeset=1 } Does anyone have a working setup using grub-efi on similar hardware? Regards, Tino |