Background image displaced

Kostas Tamateas ktamateas at dataways.gr
Fri Apr 15 06:36:10 UTC 2016


Hello everyone at Debian.

I have strange problem when my OS boots from GRUB.
The background image is displaced to the right when the 'Booting OS' 
message appears.

I'm using grub2 from https://packages.debian.org/stretch/grub2 
(2.02~beta2-36)

I have attached two screenshots and my grub.cfg.

I look forward to hearing from you. Thanks for your time.
-- 

*Kind Regards* *,*

*Kostas Tamateas *
iNODE Systems Engineer

Phone: +30 *2310953953
*

<tel:+302310953953> <mailto:ktamateas at dataways.gr>

	

<http://inode.gr/>
*Dataways Communications S.A. *
75, Kanari Str., GR 544 53 Thessaloniki, Greece

<http://goo.gl/pGO3IB>

Think before using ink.

_MESSAGE CONFIDENTIALITY & SECURITY NOTICE_This message and / or its 
attachments may contain confidential and privileged information and is 
intended on the named person or entity to which it is addressed. Any 
use, copying or distribution of this information by anyone other than 
the intended recipient (s) is prohibited by law. If you receive this in 
error, please immediately delete it from your system and notify the 
sender. The Internet is not a secure or error-free environment, and the 
sender does not accept liability for any loss or damage arising from the 
use of this message or from delayed, intercepted, corrupted or virus - 
infected e-mail transmission.

This message has been checked by iNODE <htpp://inode.gr> ™ Email Content 
Filtering and its clear by any known virus or malware.



-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/pkg-grub-devel/attachments/20160415/74436bb6/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Image1
Type: image/png
Size: 616 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-grub-devel/attachments/20160415/74436bb6/attachment-0006.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Image3
Type: image/png
Size: 865 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-grub-devel/attachments/20160415/74436bb6/attachment-0007.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Image5
Type: image/png
Size: 13474 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-grub-devel/attachments/20160415/74436bb6/attachment-0008.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: gihabdhd.png
Type: image/png
Size: 1425 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-grub-devel/attachments/20160415/74436bb6/attachment-0009.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Image7
Type: image/png
Size: 117 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-grub-devel/attachments/20160415/74436bb6/attachment-0010.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Image8
Type: image/png
Size: 185 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-grub-devel/attachments/20160415/74436bb6/attachment-0011.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: DSC_0029.jpg
Type: image/jpeg
Size: 3925993 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-grub-devel/attachments/20160415/74436bb6/attachment-0002.jpg>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: DSC_0030.jpg
Type: image/jpeg
Size: 968611 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-grub-devel/attachments/20160415/74436bb6/attachment-0003.jpg>
-------------- next part --------------
insmod ext2
insmod vbe
insmod font

set default=0
set timeout=3

if loadfont /grub/unicode.pf2
then
    # GRUB can set the framebuffer for both GRUB itself and the kernel.
    # If this variable is set, it sets the resolution used on the gfxterm graphical terminal.
    insmod gfxterm
    set gfxmode=640x480
    terminal_output gfxterm

    # The gfxpayload property will make sure the kernel keeps the resolution.
    set gfxpayload=keep

    # When an image is present, GRUB 2 uses only color_normal and color_highlight settings.
    insmod jpeg
    if background_image /grub/logo.jpg
    then
        insmod gfxmenu
        set color_highlight=white/white
        set color_normal=white/white
        set theme=/grub/theme
        set menuviewer=gfxmenu
    else
        set menu_color_highlight=light-cyan/blue
        set menu_color_normal=light-blue/black
    fi
fi

##############################################
### Menu Entrires (Hidden due to themeing) ###
##############################################

menuentry "iNODE" --unrestricted {
      linux   /vmlinuz root=/dev/ram1 ro console=null hisax=11,2,0,0,0,27,2,0,0,0,18,2,0,0,0,21,2,0,0,0,DIVA,FRITZ,ELSA,TELES -g panic=180 acpi=force
      initrd  /initrd.gz
}


More information about the Pkg-grub-devel mailing list