[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Grub background issue.
From: |
Gregg Levine |
Subject: |
Re: Grub background issue. |
Date: |
Tue, 13 Oct 2015 12:27:39 -0400 |
Hello!
Interesting.
However he may be using an obsolete release of Grub for his OS.
-----
Gregg C Levine address@hidden
"This signature fought the Time Wars, time and again."
On Tue, Oct 13, 2015 at 12:17 PM, Andrei Borzenkov <address@hidden> wrote:
> 13.10.2015 18:50, Gregg Levine пишет:
>>
>> Hello!
>> Not a guess, an accurate statement of fact. Targa files are definitely
>> not supported. I believe Jpeg and Bitmap ones are.
>>
>
> case "$GRUB_BACKGROUND" in
> *.png) reader=png ;;
> *.tga) reader=tga ;;
> *.jpg|*.jpeg) reader=jpeg ;;
> *) gettext "Unsupported image format" >&2; echo >&2;
> exit 1 ;;
> esac
>
> tga was added Mon Jul 31 14:21:36 2006.
>
>
>> Now the important question, how was your copy of Grub built? Was it
>> checked out from where we keep our repository? Was it supplied as a
>> tarball? Please provide us answers to those questions. Your
>> configuration file is a good start, but we need more information.
>> -----
>> Gregg C Levine address@hidden
>> "This signature fought the Time Wars, time and again."
>>
>>
>> On Tue, Oct 13, 2015 at 11:41 AM, Peter Hillier-Brook
>> <address@hidden> wrote:
>>>
>>> On 13/10/15 14:48, mostafa yasin wrote:
>>>>
>>>> Dear My colleagues;
>>>>
>>>> I installed Grub2 on LFS7.7. When i configure grub background, the image
>>>> is appeared during boot but it does _*not *_appear properly.
>>>
>>> [cut]
>>> Just a guess, but I suspect that GRUB does not support .tga (Targa)
>>> files.
>>>
>>>
>>> _______________________________________________
>>> Help-grub mailing list
>>> address@hidden
>>> https://lists.gnu.org/mailman/listinfo/help-grub
>>
>>
>> _______________________________________________
>> Help-grub mailing list
>> address@hidden
>> https://lists.gnu.org/mailman/listinfo/help-grub
>>
>
- Grub background issue., mostafa yasin, 2015/10/13
- Re: Grub background issue., Peter Hillier-Brook, 2015/10/13
- Re: Grub background issue., Gregg Levine, 2015/10/13
- Message not available
- Re: Grub background issue., Andrei Borzenkov, 2015/10/14
- RE: Grub background issue., mostafa yasin, 2015/10/15
- Re: Grub background issue., Andrei Borzenkov, 2015/10/14
- RE: Grub background issue., mostafa yasin, 2015/10/15
- Re: Grub background issue., Andrei Borzenkov, 2015/10/15
Re: Grub background issue., Andrei Borzenkov, 2015/10/15