|
From: mike d. <fl...@po...> - 2010-05-14 08:14:24
|
Tino Keitel a dit:
> Instructions for what? I just boot an unpatched kernel which uses
> kernel mode setting for intel graphics. However, I needed to include
> this to my grub.cfg:
>
> search --set -f /boot/vbios.bin
> insmod loadbios
> loadbios /boot/vbios.bin /boot/int10.bin
Here goes the grub config for my MacBook2,1. I tried to use the BIOS
dumps, but it wouldn't work, and it turns out I don't need them to boot,
since 'fakebios' is sufficient:
menuentry "Debian Squeeze" {
fix_video
fakebios
linux /vmlinuz root=/dev/sda4 video=efifb
initrd /initrd.img
}
AFAIK, fix_video is only used to fix the grambled screen during the boot
sequence, and is not necessary if you don't care about the text console.
--
mike dentifrice <fl...@po...>
|