grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GPT BIOS boot partition and installing to a partition


From: Michael Scherer
Subject: Re: GPT BIOS boot partition and installing to a partition
Date: Sun, 01 Nov 2009 00:55:28 +0100

Le samedi 31 octobre 2009 à 15:09 -0400, Dave Vasilevsky a écrit :
> phcoder wrote:
> > Workaround for your problem is described here:
> > http://grub.enbug.org/TestingOnMacbook
> 
> Are you talking about fix_video? When I tested, without fix_video I
> could use the console, but X was slow. With fix_video, X was
> accelerated, but the console was scrambled as soon as X started.

I have got it working with fix_video and with a working intel driver,
with accelerated 3d on a fedora 12 .

here is the grub entry :

menuentry "Fedora boot" {
    root=(hd0,2)
    fix_video
    loadbios /EFI/grub/vbios.bin /EFI/grub/int10.bin
    search -s -f /vmlinuz-2.6.31.5-96.fc12.i686.PAE
    linux /vmlinuz-2.6.31.5-96.fc12.i686.PAE ro
root=/dev/mapper/vg_akroma-lv_root nomodeset rhgb=0
    initrd /initramfs-2.6.31.5-96.fc12.i686.PAE.img
}

Even plymouth is working fine.

The xorg driver is the following :
xorg-x11-drv-intel-2.9.1-1.fc12.i686

-- 
Michael Scherer





reply via email to

[Prev in Thread] Current Thread [Next in Thread]