help-grub
[Top][All Lists]
Advanced

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

Re: video console from grub-efi


From: Darren Hart
Subject: Re: video console from grub-efi
Date: Tue, 13 Dec 2011 16:10:20 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0) Gecko/20110927 Thunderbird/7.0


On 12/06/2011 04:12 PM, Darren Hart wrote:
> I've built a grub ia32 EFI image that works over a serial console with:
> 
>     ./grub-mkimage -p / -d ./grub-core/ -O i386-efi -o bootia32.efi \
>                    boot linux fat serial part_msdos normal
> 
> However, when I try it from a video console, I get:
> 
>     error: no suitable mode found.
>     Booting however
> 
> I've tried adding an assortment of modules to the image:
> 
>     ./grub-mkimage -p / -d ./grub-core/ -O i386-efi -o bootia32.efi \
>                    boot linux fat serial part_msdos normal \
>                    video video_cirrus video_fb videoinfo videotest \
>                    efi_uga echo help lspci

Turns out the one I needed to add was efi_gop. There is ample
misinformation floating around the intertubes about gop and uga and
where they are supported.

Thanks,

-- 
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel



reply via email to

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