Bug#773260: grub-pc: (2.02~beta2-18) update-grub causes error messages in dmesg
Tycho Lursen
tycholursen at gmail.com
Tue Dec 16 06:20:36 UTC 2014
Package: grub-pc
Version: 2.02~beta2-18
Severity: normal
Dear Maintainer,
update-grub spits the following lines for dmesg:
[236327.624046] EXT4-fs (sda2): unable to read superblock
[236327.625491] EXT4-fs (sda2): unable to read superblock
[236327.626887] EXT4-fs (sda2): unable to read superblock
[236327.628509] XFS (sda2): Invalid superblock magic number
[236327.661732] FAT-fs (sda2): utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
[236327.661843] FAT-fs (sda2): bogus number of reserved sectors
[236327.661872] FAT-fs (sda2): Can't find a valid FAT filesystem
[236327.663306] FAT-fs (sda2): utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
[236327.663413] FAT-fs (sda2): bogus number of reserved sectors
[236327.663441] FAT-fs (sda2): Can't find a valid FAT filesystem
[236327.665047] NTFS-fs error (device sda2): read_ntfs_boot_sector(): Primary boot sector is invalid.
[236327.665088] NTFS-fs error (device sda2): read_ntfs_boot_sector(): Mount option errors=recover not used. Aborting without trying to recover.
[236327.665138] NTFS-fs error (device sda2): ntfs_fill_super(): Not an NTFS volume.
[236327.666538] MINIX-fs: unable to read superblock
[236327.667914] attempt to access beyond end of device
[236327.667917] sda2: rw=16, want=3, limit=2
[236327.667919] hfsplus: unable to find HFS+ superblock
[236327.669394] qnx4: no qnx4 filesystem (no root dir).
[236327.670812] You didn't specify the type of your ufs filesystem
mount -t ufs -o ufstype=sun|sunx86|44bsd|ufs2|5xbsd|old|hp|nextstep|nextstep-cd|openstep ...
>>>WARNING<<< Wrong ufstype may corrupt your filesystem, default is ufstype=old
[236327.673497] hfs: can't find a HFS filesystem on dev sda2
/dev/sda2 is the root partition, I can boot normal and the partition is accessible.
-- Package-specific info:
*********************** BEGIN /proc/mounts
/dev/disk/by-uuid/9a3a010c-f82a-48a7-a3d2-a38c1ae1d965 / ext4 rw,relatime,errors=remount-ro,data=ordered 0 0
/dev/sda7 /install ext4 rw,relatime,data=ordered 0 0
/dev/sda8 /data ext4 rw,relatime,data=ordered 0 0
/dev/sda1 /boot ext4 rw,relatime,stripe=4,data=ordered 0 0
/dev/sda6 /home ext4 rw,relatime,data=ordered 0 0
/dev/sda9 /tv xfs rw,relatime,attr2,inode64,allocsize=524288k,noquota 0 0
*********************** END /proc/mounts
*********************** BEGIN /boot/grub/grub.cfg
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#
### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
set have_grubenv=true
load_env
fi
if [ "${next_entry}" ] ; then
set default="${next_entry}"
set next_entry=
save_env next_entry
set boot_once=true
else
set default="Geavanceerde opties voor Debian GNU/Linux>gnulinux-3.14.26-advanced-9a3a010c-f82a-48a7-a3d2-a38c1ae1d965"
fi
if [ x"${feature_menuentry_id}" = xy ]; then
menuentry_id_option="--id"
else
menuentry_id_option=""
fi
export menuentry_id_option
if [ "${prev_saved_entry}" ]; then
set saved_entry="${prev_saved_entry}"
save_env saved_entry
set prev_saved_entry=
save_env prev_saved_entry
set boot_once=true
fi
function savedefault {
if [ -z "${boot_once}" ]; then
saved_entry="${chosen}"
save_env saved_entry
fi
}
function load_video {
if [ x$feature_all_video_module = xy ]; then
insmod all_video
else
insmod efi_gop
insmod efi_uga
insmod ieee1275_fb
insmod vbe
insmod vga
insmod video_bochs
insmod video_cirrus
fi
}
if [ x$feature_default_font_path = xy ] ; then
font=unicode
else
insmod part_msdos
insmod ext2
set root='hd0,msdos5'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 9a3a010c-f82a-48a7-a3d2-a38c1ae1d965
else
search --no-floppy --fs-uuid --set=root 9a3a010c-f82a-48a7-a3d2-a38c1ae1d965
fi
font="/usr/share/grub/unicode.pf2"
fi
if loadfont $font ; then
set gfxmode=auto
load_video
insmod gfxterm
set locale_dir=$prefix/locale
set lang=nl_NL
insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ] ; then
set timeout=-1
else
if [ x$feature_timeout_style = xy ] ; then
set timeout_style=menu
set timeout=5
# Fallback normal timeout code in case the timeout_style feature is
# unavailable.
else
set timeout=5
fi
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_linux ###
function gfxmode {
set gfxpayload="${1}"
}
set linux_gfx_mode=
export linux_gfx_mode
menuentry 'Debian GNU/Linux' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-9a3a010c-f82a-48a7-a3d2-a38c1ae1d965' {
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_msdos
insmod ext2
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 a2ba9b4a-d9db-4c3e-a233-17fb1badbf2c
else
search --no-floppy --fs-uuid --set=root a2ba9b4a-d9db-4c3e-a233-17fb1badbf2c
fi
echo 'Laden van Linux 3.16.0-4-amd64...'
linux /vmlinuz-3.16.0-4-amd64 root=UUID=9a3a010c-f82a-48a7-a3d2-a38c1ae1d965 ro quiet
echo 'Laden van initiële RAM-schijf...'
initrd /initrd.img-3.16.0-4-amd64
}
submenu 'Geavanceerde opties voor Debian GNU/Linux' $menuentry_id_option 'gnulinux-advanced-9a3a010c-f82a-48a7-a3d2-a38c1ae1d965' {
menuentry 'Debian GNU/Linux, met Linux 3.16.0-4-amd64' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-4-amd64-advanced-9a3a010c-f82a-48a7-a3d2-a38c1ae1d965' {
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_msdos
insmod ext2
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 a2ba9b4a-d9db-4c3e-a233-17fb1badbf2c
else
search --no-floppy --fs-uuid --set=root a2ba9b4a-d9db-4c3e-a233-17fb1badbf2c
fi
echo 'Laden van Linux 3.16.0-4-amd64...'
linux /vmlinuz-3.16.0-4-amd64 root=UUID=9a3a010c-f82a-48a7-a3d2-a38c1ae1d965 ro quiet
echo 'Laden van initiële RAM-schijf...'
initrd /initrd.img-3.16.0-4-amd64
}
menuentry 'Debian GNU/Linux, with Linux 3.16.0-4-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-4-amd64-recovery-9a3a010c-f82a-48a7-a3d2-a38c1ae1d965' {
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_msdos
insmod ext2
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 a2ba9b4a-d9db-4c3e-a233-17fb1badbf2c
else
search --no-floppy --fs-uuid --set=root a2ba9b4a-d9db-4c3e-a233-17fb1badbf2c
fi
echo 'Laden van Linux 3.16.0-4-amd64...'
linux /vmlinuz-3.16.0-4-amd64 root=UUID=9a3a010c-f82a-48a7-a3d2-a38c1ae1d965 ro single
echo 'Laden van initiële RAM-schijf...'
initrd /initrd.img-3.16.0-4-amd64
}
menuentry 'Debian GNU/Linux, met Linux 3.14.26' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.14.26-advanced-9a3a010c-f82a-48a7-a3d2-a38c1ae1d965' {
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_msdos
insmod ext2
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 a2ba9b4a-d9db-4c3e-a233-17fb1badbf2c
else
search --no-floppy --fs-uuid --set=root a2ba9b4a-d9db-4c3e-a233-17fb1badbf2c
fi
echo 'Laden van Linux 3.14.26...'
linux /vmlinuz-3.14.26 root=UUID=9a3a010c-f82a-48a7-a3d2-a38c1ae1d965 ro quiet
echo 'Laden van initiële RAM-schijf...'
initrd /initrd.img-3.14.26
}
menuentry 'Debian GNU/Linux, with Linux 3.14.26 (recovery mode)' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.14.26-recovery-9a3a010c-f82a-48a7-a3d2-a38c1ae1d965' {
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_msdos
insmod ext2
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 a2ba9b4a-d9db-4c3e-a233-17fb1badbf2c
else
search --no-floppy --fs-uuid --set=root a2ba9b4a-d9db-4c3e-a233-17fb1badbf2c
fi
echo 'Laden van Linux 3.14.26...'
linux /vmlinuz-3.14.26 root=UUID=9a3a010c-f82a-48a7-a3d2-a38c1ae1d965 ro single
echo 'Laden van initiële RAM-schijf...'
initrd /initrd.img-3.14.26
}
}
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###
### BEGIN /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_os-prober ###
### BEGIN /etc/grub.d/30_uefi-firmware ###
### END /etc/grub.d/30_uefi-firmware ###
### 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 ###
### BEGIN /etc/grub.d/41_custom ###
if [ -f ${config_directory}/custom.cfg ]; then
source ${config_directory}/custom.cfg
elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###
*********************** END /boot/grub/grub.cfg
*********************** BEGIN /proc/mdstat
cat: /proc/mdstat: No such file or directory
*********************** END /proc/mdstat
*********************** BEGIN LVM
*********************** END LVM
*********************** BEGIN /dev/disk/by-id
total 0
lrwxrwxrwx 1 root root 9 Dec 13 12:37 ata-WDC_WD2003FZEX-00Z4SA0_WD-WCC5D2UUA3J8 -> ../../sda
lrwxrwxrwx 1 root root 10 Dec 13 12:37 ata-WDC_WD2003FZEX-00Z4SA0_WD-WCC5D2UUA3J8-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Dec 13 12:37 ata-WDC_WD2003FZEX-00Z4SA0_WD-WCC5D2UUA3J8-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Dec 13 12:37 ata-WDC_WD2003FZEX-00Z4SA0_WD-WCC5D2UUA3J8-part5 -> ../../sda5
lrwxrwxrwx 1 root root 10 Dec 13 12:37 ata-WDC_WD2003FZEX-00Z4SA0_WD-WCC5D2UUA3J8-part6 -> ../../sda6
lrwxrwxrwx 1 root root 10 Dec 13 12:37 ata-WDC_WD2003FZEX-00Z4SA0_WD-WCC5D2UUA3J8-part7 -> ../../sda7
lrwxrwxrwx 1 root root 10 Dec 13 12:37 ata-WDC_WD2003FZEX-00Z4SA0_WD-WCC5D2UUA3J8-part8 -> ../../sda8
lrwxrwxrwx 1 root root 10 Dec 13 12:37 ata-WDC_WD2003FZEX-00Z4SA0_WD-WCC5D2UUA3J8-part9 -> ../../sda9
lrwxrwxrwx 1 root root 9 Dec 13 12:37 wwn-0x50014ee20aa94ddb -> ../../sda
lrwxrwxrwx 1 root root 10 Dec 13 12:37 wwn-0x50014ee20aa94ddb-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Dec 13 12:37 wwn-0x50014ee20aa94ddb-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Dec 13 12:37 wwn-0x50014ee20aa94ddb-part5 -> ../../sda5
lrwxrwxrwx 1 root root 10 Dec 13 12:37 wwn-0x50014ee20aa94ddb-part6 -> ../../sda6
lrwxrwxrwx 1 root root 10 Dec 13 12:37 wwn-0x50014ee20aa94ddb-part7 -> ../../sda7
lrwxrwxrwx 1 root root 10 Dec 13 12:37 wwn-0x50014ee20aa94ddb-part8 -> ../../sda8
lrwxrwxrwx 1 root root 10 Dec 13 12:37 wwn-0x50014ee20aa94ddb-part9 -> ../../sda9
*********************** END /dev/disk/by-id
*********************** BEGIN /dev/disk/by-uuid
total 0
lrwxrwxrwx 1 root root 10 Dec 13 12:37 5ab034ee-4536-40db-a629-5809efd71434 -> ../../sda9
lrwxrwxrwx 1 root root 10 Dec 13 12:37 88667d0d-4366-498e-8c80-8fabc8711571 -> ../../sda6
lrwxrwxrwx 1 root root 10 Dec 13 12:37 9a3a010c-f82a-48a7-a3d2-a38c1ae1d965 -> ../../sda5
lrwxrwxrwx 1 root root 10 Dec 13 12:37 a2ba9b4a-d9db-4c3e-a233-17fb1badbf2c -> ../../sda1
lrwxrwxrwx 1 root root 10 Dec 13 12:37 c145cac2-cf95-4a04-9d40-19ab4e7466ae -> ../../sda7
lrwxrwxrwx 1 root root 10 Dec 13 12:37 f117aa99-522c-4a01-9625-6f95106add18 -> ../../sda8
*********************** END /dev/disk/by-uuid
-- System Information:
Debian Release: 8.0
APT prefers testing-updates
APT policy: (500, 'testing-updates'), (500, 'testing')
Architecture: amd64 (x86_64)
Kernel: Linux 3.14.26 (SMP w/2 CPU cores)
Locale: LANG=nl_NL.UTF-8, LC_CTYPE=nl_NL.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages grub-pc depends on:
ii debconf [debconf-2.0] 1.5.54
ii grub-common 2.02~beta2-18
ii grub-pc-bin 2.02~beta2-18
ii grub2-common 2.02~beta2-18
ii ucf 3.0030
grub-pc recommends no packages.
grub-pc suggests no packages.
-- debconf information:
grub-pc/mixed_legacy_and_grub2: true
grub-pc/install_devices_failed_upgrade: true
* grub2/linux_cmdline:
grub-pc/postrm_purge_boot_grub: false
grub-pc/install_devices_disks_changed:
grub2/device_map_regenerated:
grub-pc/chainload_from_menu.lst: true
grub2/kfreebsd_cmdline_default: quiet
grub2/force_efi_extra_removable: false
* grub2/linux_cmdline_default: quiet
* grub-pc/install_devices: /dev/disk/by-id/ata-WDC_WD2003FZEX-00Z4SA0_WD-WCC5D2UUA3J8
grub2/kfreebsd_cmdline:
grub-pc/timeout: 5
grub-pc/disk_description:
grub-pc/hidden_timeout: false
grub-pc/kopt_extracted: false
grub-pc/partition_description:
grub-pc/install_devices_failed: false
grub-pc/install_devices_empty: false
More information about the Pkg-grub-devel
mailing list