Your message dated Fri, 11 Sep 2009 04:35:27 +0200
with message-id <[email protected]>
and subject line Re: Bug#546060: Acknowledgement (/etc/grub.d/00_header: 
gfxterm mode  is not activated)
has caused the Debian Bug report #546060,
regarding /etc/grub.d/00_header: gfxterm mode is not activated
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
546060: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=546060
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: grub-common
Version: 1.97~beta2-2
Severity: normal
File: /etc/grub.d/00_header
Tags: patch

In /etc/default/grub I have:
# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console

I would thus expect the gfxterm to be automatically activated, but it
isn't.

The generated code in /boot/grub/grub.cfg is
### BEGIN /etc/grub.d/00_header ###
set default=0
set timeout=5
terminal
### END /etc/grub.d/00_header ###

It's a bug in 00_header.

The attached patch fixes it.

Cheers,
Michael


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (300, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.31
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages grub-common depends on:
ii  base-files             5.0.0             Debian base system miscellaneous f
ii  libc6                  2.9-26            GNU C Library: Shared libraries
ii  libfreetype6           2.3.9-5           FreeType 2 font engine, shared lib
ii  libncurses5            5.7+20090803-2    shared libraries for terminal hand
ii  zlib1g                 1:1.2.3.3.dfsg-15 compression library - runtime

grub-common recommends no packages.

Versions of packages grub-common suggests:
pn  multiboot-doc                 <none>     (no description available)
ii  os-prober                     1.32       utility to detect other OSes on a 

-- no debconf information
diff --git a/grub.d/00_header b/grub.d/00_header
index 5f37c0f..6ac7f9f 100755
--- a/grub.d/00_header
+++ b/grub.d/00_header
@@ -37,7 +37,7 @@ set default=${GRUB_DEFAULT}
 set timeout=${GRUB_TIMEOUT}
 EOF
 
-case ${platform}:${GRUB_TERMINAL} in
+case ${platform}:${GRUB_TERMINAL_OUTPUT} in
   pc:gfxterm)
     # Make the font accessible
     prepare_grub_to_access_device `${grub_probe} --target=device ${GRUB_FONT_PATH}`

--- End Message ---
--- Begin Message ---
hm, apparently this was due to an outdated 00_header conffile.

After purging and reinstalling, the generated grub.cfg looks fine.

So closing.

-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---

Reply via email to