On Thu, Oct 8, 2015 at 1:34 PM, Prasant J <pj0...@gmail.com> wrote:
> Hi,
>
>
> I'm using Intel Atom processor for my embedded project.I'm trying to include
> splash screen (background image) for GRUB.
>
>
> I add the following lines to grub.cfg:
>    insmod png
>    insmod vga
>    background_image test.png
> & then did grub-install
> But this did not work.
>
>
> So, I tried to drop to GRUB shell and typed the above commands manually. It
> is showing me an error: "no video mode activated".
>
> Have I missed any other module to be loaded?

splash screen requires that terminal output is set to gfxterm

insmod gfxterm
terminal_output gfxterm

before loading gfxterm you may set preferred mode with

set gfxmode=xxxx

(see manual)

> or any other variable that
> should be set?
>
>
> Any inputs will be of help to me.
>
>
> Regards, Pj
>
> _______________________________________________
> Help-grub mailing list
> Help-grub@gnu.org
> https://lists.gnu.org/mailman/listinfo/help-grub
>

_______________________________________________
Help-grub mailing list
Help-grub@gnu.org
https://lists.gnu.org/mailman/listinfo/help-grub

Reply via email to