[Bug 693514] Re: 05_debian_theme automatically adds background image
Marcus Tomlinson
marcus.tomlinson at canonical.com
Thu Mar 5 12:47:57 UTC 2020
This release of Ubuntu is no longer receiving maintenance updates. If
this is still an issue on a maintained version of Ubuntu please let us
know.
** Changed in: grub2 (Ubuntu)
Status: Confirmed => Incomplete
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to grub2 in Ubuntu.
https://bugs.launchpad.net/bugs/693514
Title:
05_debian_theme automatically adds background image
Status in grub2 package in Ubuntu:
Incomplete
Bug description:
Binary package hint: grub2
First, thanks for the prompt fix of the GRUB_BACKGROUND bug this week.
Now, with the new 05_debian_theme, if there is an image file within
/boot/grub it is automatically added as a background image. This
occurs even with no GRUB_BACKGROUND line or WALLPAPER entry. If
multiple images reside in the /boot/grub folder it appears to choose
the filename alphanumerically ("1" first, then "a", etc).
I just had a stray .tga image in /boot/grub and it started appearing
as a background. It's incorporated in the # 05_debian_theme section of
grub.cfg.
(It would be an easy way to add a background, but that's probably not
how you planned it.)
grub-pc 1.99-20101221-1ubuntu2
### BEGIN /etc/grub.d/05_debian_theme ###
insmod part_msdos
insmod ext2
set root='(/dev/sda,msdos12)'
search --no-floppy --fs-uuid --set=root 6017dc70-c491-47a1-8083-810abd0589a5
insmod png
if background_image /boot/grub/1cappucino-clear.png; then
set color_normal=black/black
set color_highlight=magenta/black
else
set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
if background_color 44,0,30; then
clear
fi
fi
### END /etc/grub.d/05_debian_theme ###
ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: grub-pc 1.99~20101221-1ubuntu2
ProcVersionSignature: Ubuntu 2.6.37-10.24-generic 2.6.37-rc6
Uname: Linux 2.6.37-10-generic x86_64
Architecture: amd64
Date: Wed Dec 22 13:34:12 2010
InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Alpha amd64 (20101218)
ProcEnviron:
LANGUAGE=en_US:en
PATH=(custom, no user)
LANG=en_US.UTF-8
LC_MESSAGES=en_US.utf8
SHELL=/bin/bash
SourcePackage: grub2
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/693514/+subscriptions
More information about the foundations-bugs
mailing list