Bug#558738: grub-probe: error: cannot stat (null)
Paul Menzel
pm.debian at googlemail.com
Mon Nov 30 08:43:22 UTC 2009
Subject: grub-probe: error: cannot stat (null)
Package: grub-pc
Version: 1.97+20091125-2
Severity: normal
*** Please type your report below this line ***
Dear Debian developers,
upgrading grub today gave me the following errors. It seems to work
though.
Fehler traten auf beim Bearbeiten von:
grub-pc
E: Sub-process /usr/bin/dpkg returned an error code (1)
Ein Paket konnte nicht installiert werden. Versuche zu lösen:
Richte grub-pc ein (1.97+20091125-2) ...
Installation finished. No error reported.
Generating grub.cfg ...
Found background image: moreblue-orbit-grub.png
Warning: update-grub_lib is deprecated, use grub-mkconfig_lib instead
Found linux image: /boot/vmlinuz-2.6.31-1-amd64
Found initrd image: /boot/initrd.img-2.6.31-1-amd64
Found linux image: /boot/vmlinuz-2.6.30-2-amd64
Found initrd image: /boot/initrd.img-2.6.30-2-amd64
Found linux image: /boot/vmlinuz-2.6.30-1-amd64
Found initrd image: /boot/initrd.img-2.6.30-1-amd64
Found linux image: /boot/vmlinuz-2.6.30-1-686
Found initrd image: /boot/initrd.img-2.6.30-1-686
Found linux image: /boot/vmlinuz-2.6.29-2-amd64
Found initrd image: /boot/initrd.img-2.6.29-2-amd64
Found linux image: /boot/vmlinuz-2.6.29-1-amd64
Found initrd image: /boot/initrd.img-2.6.29-1-amd64
Found linux image: /boot/vmlinuz-2.6.26-2-686
Found initrd image: /boot/initrd.img-2.6.26-2-686
Found linux image: /boot/vmlinuz-2.6.26-1-amd64
Found initrd image: /boot/initrd.img-2.6.26-1-amd64
Found linux image: /boot/vmlinuz-2.6.26-1-686
Found initrd image: /boot/initrd.img-2.6.26-1-686
Found linux image: /boot/vmlinuz-2.6.25-2-686
Found initrd image: /boot/initrd.img-2.6.25-2-686
Found linux image: /boot/vmlinuz-2.6.24-1-686
Found initrd image: /boot/initrd.img-2.6.24-1-686
File descriptor 3 (pipe:[37834]) leaked on lvs invocation. Parent PID 9479: /bin/sh
done
If I can provide other information please tell me.
Thanks,
Paul
-- Package-specific info:
*********************** BEGIN /boot/grub/grub.cfg
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by /usr/sbin/grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#
### BEGIN /etc/grub.d/00_header ###
set default=0
insmod raid
insmod mdraid
insmod ext2
set root=(md0)
search --no-floppy --fs-uuid --set 955b3fc7-59b5-449e-9d61-6e795165fda0
if loadfont /grub/unicode.pf2 ; then
set gfxmode=640x480
insmod gfxterm
insmod vbe
if terminal_output gfxterm ; then true ; else
# For backward compatibility with versions of terminal.mod that don't
# understand terminal_output
terminal gfxterm
fi
fi
set locale_dir=/boot/grub/locale
set lang=de
insmod gettext
set timeout=1
### END /etc/grub.d/00_header ###
### BEGIN /etc/grub.d/05_debian_theme ###
insmod raid
insmod mdraid
insmod ext2
set root=(md0)
search --no-floppy --fs-uuid --set 955b3fc7-59b5-449e-9d61-6e795165fda0
insmod png
if background_image /grub/moreblue-orbit-grub.png ; then
set color_normal=black/black
set color_highlight=magenta/black
else
set menu_color_normal=cyan/blue
set menu_color_highlight=white/blue
fi
### 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, with Linux 2.6.31-1-amd64" {
insmod raid
insmod mdraid
insmod ext2
set root=(md0)
search --no-floppy --fs-uuid --set 955b3fc7-59b5-449e-9d61-6e795165fda0
linux //vmlinuz-2.6.31-1-amd64 root=/dev/mapper/speicher-root ro quiet
initrd //initrd.img-2.6.31-1-amd64
}
menuentry "Debian GNU/Linux, with Linux 2.6.31-1-amd64 (recovery mode)" {
insmod raid
insmod mdraid
insmod ext2
set root=(md0)
search --no-floppy --fs-uuid --set 955b3fc7-59b5-449e-9d61-6e795165fda0
linux //vmlinuz-2.6.31-1-amd64 root=/dev/mapper/speicher-root ro single
initrd //initrd.img-2.6.31-1-amd64
}
menuentry "Debian GNU/Linux, with Linux 2.6.30-2-amd64" {
insmod raid
insmod mdraid
insmod ext2
set root=(md0)
search --no-floppy --fs-uuid --set 955b3fc7-59b5-449e-9d61-6e795165fda0
linux //vmlinuz-2.6.30-2-amd64 root=/dev/mapper/speicher-root ro quiet
initrd //initrd.img-2.6.30-2-amd64
}
menuentry "Debian GNU/Linux, with Linux 2.6.30-2-amd64 (recovery mode)" {
insmod raid
insmod mdraid
insmod ext2
set root=(md0)
search --no-floppy --fs-uuid --set 955b3fc7-59b5-449e-9d61-6e795165fda0
linux //vmlinuz-2.6.30-2-amd64 root=/dev/mapper/speicher-root ro single
initrd //initrd.img-2.6.30-2-amd64
}
menuentry "Debian GNU/Linux, with Linux 2.6.30-1-amd64" {
insmod raid
insmod mdraid
insmod ext2
set root=(md0)
search --no-floppy --fs-uuid --set 955b3fc7-59b5-449e-9d61-6e795165fda0
linux //vmlinuz-2.6.30-1-amd64 root=/dev/mapper/speicher-root ro quiet
initrd //initrd.img-2.6.30-1-amd64
}
menuentry "Debian GNU/Linux, with Linux 2.6.30-1-amd64 (recovery mode)" {
insmod raid
insmod mdraid
insmod ext2
set root=(md0)
search --no-floppy --fs-uuid --set 955b3fc7-59b5-449e-9d61-6e795165fda0
linux //vmlinuz-2.6.30-1-amd64 root=/dev/mapper/speicher-root ro single
initrd //initrd.img-2.6.30-1-amd64
}
menuentry "Debian GNU/Linux, with Linux 2.6.30-1-686" {
insmod raid
insmod mdraid
insmod ext2
set root=(md0)
search --no-floppy --fs-uuid --set 955b3fc7-59b5-449e-9d61-6e795165fda0
linux //vmlinuz-2.6.30-1-686 root=/dev/mapper/speicher-root ro quiet
initrd //initrd.img-2.6.30-1-686
}
menuentry "Debian GNU/Linux, with Linux 2.6.30-1-686 (recovery mode)" {
insmod raid
insmod mdraid
insmod ext2
set root=(md0)
search --no-floppy --fs-uuid --set 955b3fc7-59b5-449e-9d61-6e795165fda0
linux //vmlinuz-2.6.30-1-686 root=/dev/mapper/speicher-root ro single
initrd //initrd.img-2.6.30-1-686
}
menuentry "Debian GNU/Linux, with Linux 2.6.29-2-amd64" {
insmod raid
insmod mdraid
insmod ext2
set root=(md0)
search --no-floppy --fs-uuid --set 955b3fc7-59b5-449e-9d61-6e795165fda0
linux //vmlinuz-2.6.29-2-amd64 root=/dev/mapper/speicher-root ro quiet
initrd //initrd.img-2.6.29-2-amd64
}
menuentry "Debian GNU/Linux, with Linux 2.6.29-2-amd64 (recovery mode)" {
insmod raid
insmod mdraid
insmod ext2
set root=(md0)
search --no-floppy --fs-uuid --set 955b3fc7-59b5-449e-9d61-6e795165fda0
linux //vmlinuz-2.6.29-2-amd64 root=/dev/mapper/speicher-root ro single
initrd //initrd.img-2.6.29-2-amd64
}
menuentry "Debian GNU/Linux, with Linux 2.6.29-1-amd64" {
insmod raid
insmod mdraid
insmod ext2
set root=(md0)
search --no-floppy --fs-uuid --set 955b3fc7-59b5-449e-9d61-6e795165fda0
linux //vmlinuz-2.6.29-1-amd64 root=/dev/mapper/speicher-root ro quiet
initrd //initrd.img-2.6.29-1-amd64
}
menuentry "Debian GNU/Linux, with Linux 2.6.29-1-amd64 (recovery mode)" {
insmod raid
insmod mdraid
insmod ext2
set root=(md0)
search --no-floppy --fs-uuid --set 955b3fc7-59b5-449e-9d61-6e795165fda0
linux //vmlinuz-2.6.29-1-amd64 root=/dev/mapper/speicher-root ro single
initrd //initrd.img-2.6.29-1-amd64
}
menuentry "Debian GNU/Linux, with Linux 2.6.26-2-686" {
insmod raid
insmod mdraid
insmod ext2
set root=(md0)
search --no-floppy --fs-uuid --set 955b3fc7-59b5-449e-9d61-6e795165fda0
linux //vmlinuz-2.6.26-2-686 root=/dev/mapper/speicher-root ro quiet
initrd //initrd.img-2.6.26-2-686
}
menuentry "Debian GNU/Linux, with Linux 2.6.26-2-686 (recovery mode)" {
insmod raid
insmod mdraid
insmod ext2
set root=(md0)
search --no-floppy --fs-uuid --set 955b3fc7-59b5-449e-9d61-6e795165fda0
linux //vmlinuz-2.6.26-2-686 root=/dev/mapper/speicher-root ro single
initrd //initrd.img-2.6.26-2-686
}
menuentry "Debian GNU/Linux, with Linux 2.6.26-1-amd64" {
insmod raid
insmod mdraid
insmod ext2
set root=(md0)
search --no-floppy --fs-uuid --set 955b3fc7-59b5-449e-9d61-6e795165fda0
linux //vmlinuz-2.6.26-1-amd64 root=/dev/mapper/speicher-root ro quiet
initrd //initrd.img-2.6.26-1-amd64
}
menuentry "Debian GNU/Linux, with Linux 2.6.26-1-amd64 (recovery mode)" {
insmod raid
insmod mdraid
insmod ext2
set root=(md0)
search --no-floppy --fs-uuid --set 955b3fc7-59b5-449e-9d61-6e795165fda0
linux //vmlinuz-2.6.26-1-amd64 root=/dev/mapper/speicher-root ro single
initrd //initrd.img-2.6.26-1-amd64
}
menuentry "Debian GNU/Linux, with Linux 2.6.26-1-686" {
insmod raid
insmod mdraid
insmod ext2
set root=(md0)
search --no-floppy --fs-uuid --set 955b3fc7-59b5-449e-9d61-6e795165fda0
linux //vmlinuz-2.6.26-1-686 root=/dev/mapper/speicher-root ro quiet
initrd //initrd.img-2.6.26-1-686
}
menuentry "Debian GNU/Linux, with Linux 2.6.26-1-686 (recovery mode)" {
insmod raid
insmod mdraid
insmod ext2
set root=(md0)
search --no-floppy --fs-uuid --set 955b3fc7-59b5-449e-9d61-6e795165fda0
linux //vmlinuz-2.6.26-1-686 root=/dev/mapper/speicher-root ro single
initrd //initrd.img-2.6.26-1-686
}
menuentry "Debian GNU/Linux, with Linux 2.6.25-2-686" {
insmod raid
insmod mdraid
insmod ext2
set root=(md0)
search --no-floppy --fs-uuid --set 955b3fc7-59b5-449e-9d61-6e795165fda0
linux //vmlinuz-2.6.25-2-686 root=/dev/mapper/speicher-root ro quiet
initrd //initrd.img-2.6.25-2-686
}
menuentry "Debian GNU/Linux, with Linux 2.6.25-2-686 (recovery mode)" {
insmod raid
insmod mdraid
insmod ext2
set root=(md0)
search --no-floppy --fs-uuid --set 955b3fc7-59b5-449e-9d61-6e795165fda0
linux //vmlinuz-2.6.25-2-686 root=/dev/mapper/speicher-root ro single
initrd //initrd.img-2.6.25-2-686
}
menuentry "Debian GNU/Linux, with Linux 2.6.24-1-686" {
insmod raid
insmod mdraid
insmod ext2
set root=(md0)
search --no-floppy --fs-uuid --set 955b3fc7-59b5-449e-9d61-6e795165fda0
linux //vmlinuz-2.6.24-1-686 root=/dev/mapper/speicher-root ro quiet
initrd //initrd.img-2.6.24-1-686
}
menuentry "Debian GNU/Linux, with Linux 2.6.24-1-686 (recovery mode)" {
insmod raid
insmod mdraid
insmod ext2
set root=(md0)
search --no-floppy --fs-uuid --set 955b3fc7-59b5-449e-9d61-6e795165fda0
linux //vmlinuz-2.6.24-1-686 root=/dev/mapper/speicher-root ro single
initrd //initrd.img-2.6.24-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 provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###
*********************** END /boot/grub/grub.cfg
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (x86_64)
Kernel: Linux 2.6.31-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.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.28 Debian configuration management sy
ii grub-common 1.97+20091125-2 GRand Unified Bootloader, version
ii libc6 2.10.2-2 GNU C Library: Shared libraries
ii ucf 3.0025 Update Configuration File: preserv
grub-pc recommends no packages.
Versions of packages grub-pc suggests:
ii desktop-base 5.0.5 common files for the Debian Deskto
-- debconf information:
grub2/kfreebsd_cmdline:
grub-pc/linux_cmdline: fillme
* grub2/linux_cmdline:
grub-pc/chainload_from_menu.lst: true
grub-pc/kopt_extracted: false
grub-pc/postrm_purge_boot_grub: false
grub2/kfreebsd_cmdline_default: quiet
* grub2/linux_cmdline_default: quiet
* grub-pc/install_devices: /dev/sda
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Dies ist ein digital signierter Nachrichtenteil
URL: <http://lists.alioth.debian.org/pipermail/pkg-grub-devel/attachments/20091130/ccd287de/attachment.pgp>
More information about the Pkg-grub-devel
mailing list