Your message dated Fri, 24 Jul 2009 20:30:02 +0200
with message-id <[email protected]>
and subject line Re: Bug#513592: grub-pc: Unknown command: initrd
has caused the Debian Bug report #513592,
regarding grub-pc: Unknown command: initrd
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.)
--
513592: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=513592
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: grub-pc
Version: 1.96+20080724-14
Severity: normal
Hi,
I ran into something comparable to 497791.
A grub-install 'fixed' it.
> On i386-pc, the grub package never updates the installed version of GRUB
automatically
I didn't see this line until I filed this bug. How am I supposed to know this
and why doesn't it do this automatically?
Greetings,
Olaf
-- Package-specific info:
*********************** WARNING grub-setup left core.img in filesystem
*********************** BEGIN /proc/mounts
/dev/disk/by-uuid/38150830-b413-47c6-a3b8-026ecd23f2d1 / ext3
rw,errors=remount-ro,data=ordered 0 0
*********************** END /proc/mounts
*********************** BEGIN /boot/grub/device.map
(hd0) /dev/sda
*********************** END /boot/grub/device.map
*********************** BEGIN /boot/grub/grub.cfg
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by /usr/sbin/update-grub using templates
# from /etc/grub.d and settings from /etc/default/grub
#
### BEGIN /etc/grub.d/00_header ###
set default=0
set timeout=5
set root=(hd0,1)
search --fs-uuid --set 38150830-b413-47c6-a3b8-026ecd23f2d1
if font /usr/share/grub/ascii.pff ; then
set gfxmode=640x480
insmod gfxterm
insmod vbe
terminal gfxterm
fi
### END /etc/grub.d/00_header ###
### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=cyan/blue
set menu_color_highlight=white/blue
### END /etc/grub.d/05_debian_theme ###
### BEGIN /etc/grub.d/10_hurd ###
### END /etc/grub.d/10_hurd ###
### BEGIN /etc/grub.d/10_linux ###
menuentry "Debian GNU/Linux, linux 2.6.26-1-686" {
set root=(hd0,1)
search --fs-uuid --set 38150830-b413-47c6-a3b8-026ecd23f2d1
linux /boot/vmlinuz-2.6.26-1-686
root=UUID=38150830-b413-47c6-a3b8-026ecd23f2d1 ro
initrd /boot/initrd.img-2.6.26-1-686
}
menuentry "Debian GNU/Linux, linux 2.6.26-1-686 (single-user mode)" {
set root=(hd0,1)
search --fs-uuid --set 38150830-b413-47c6-a3b8-026ecd23f2d1
linux /boot/vmlinuz-2.6.26-1-686
root=UUID=38150830-b413-47c6-a3b8-026ecd23f2d1 ro single
initrd /boot/initrd.img-2.6.26-1-686
}
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_os-prober ###
### BEGIN /etc/grub.d/40_custom ###
# This file is an example on how to add custom entries
### END /etc/grub.d/40_custom ###
*********************** END /boot/grub/grub.cfg
-- System Information:
Debian Release: 5.0
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.26-1-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages grub-pc depends on:
ii debconf [debconf-2.0] 1.5.24 Debian configuration management sy
ii grub-common 1.96+20080724-14 GRand Unified Bootloader, version
ii libc6 2.7-18 GNU C Library: Shared libraries
ii liblzo2-2 2.03-1 data compression library
ii libncurses5 5.7+20090124-1 shared libraries for terminal hand
grub-pc recommends no packages.
Versions of packages grub-pc suggests:
pn desktop-base <none> (no description available)
pn os-prober <none> (no description available)
-- debconf information:
* grub-pc/linux_cmdline:
* grub-pc/chainload_from_menu.lst: true
--- End Message ---
--- Begin Message ---
Am Freitag, den 30.01.2009, 14:58 +0100 schrieb Olaf van der Spek:
> Package: grub-pc
> Version: 1.96+20080724-14
> Severity: normal
>
> Hi,
>
> I ran into something comparable to 497791.
> A grub-install 'fixed' it.
>
> > On i386-pc, the grub package never updates the installed version of GRUB
> automatically
>
> I didn't see this line until I filed this bug. How am I supposed to know this
> and why doesn't it do this automatically?
>
> Greetings,
>
> Olaf
>
We added now a debconf prompt for running grub-install.
It didn't do it yet because you can't safely execute just grub-install '(hd0)'
device.map could be outdated and hd0 doestn't point to the actual boot
device.
But now debconf shows a list of devices taken from device.map and then
runs grub-install over all that you select.
--
Felix Zielcke
--- End Message ---