Your message dated Sun, 11 Aug 2013 15:07:37 +0100
with message-id <20130811140737.gm27...@riva.ucam.org>
and subject line Re: Bug#708084: grub2: GRUB >= 2.00 has been unpacked but not
yet configured grub-mkconfig will not work until the upgrade is complete.
has caused the Debian Bug report #708084,
regarding grub2: GRUB >= 2.00 has been unpacked but not yet configured
grub-mkconfig will not work until the upgrade is complete.
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 ow...@bugs.debian.org
immediately.)
--
708084: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=708084
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: grub2
Version: 2.00-14
Severity: grave
Justification: renders package unusable
Dear Maintainer,
After an aptitude upgrade i received this message
GRUB >= 2.00 has been unpacked but not yet configured.
grub-mkconfig will not work until the upgrade is complete.
It should run later as part of configuring the new GRUB packages.
after the passage from grub 1.99 to grub 2.00-14 on my debian sid
i tried to purge the packages and to reinstall them
i tried to do aptitude reinstall on every packages
i tried to do apt-get -f install
but the error is still there :\
this is the query
lordofenuplas@debian:~$ sudo dpkg-query -l grub*
[sudo] password for lordofenuplas:
Voluto=U (non noto)/I (installato)/R (rimosso)/P (rimosso totale)/H (in attesa)
| Stato=Non/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(nessuno)/R (reinstallazione richiesta) (Stato,Err: maiuscolo=grave)
||/ Nome Versione Architettura Descrizione
+++-===============-============-============-===================================
un grub <nessuna> (nessuna descrizione disponibile)
ii grub-common 2.00-14 i386 GRand Unified Bootloader (common
fi
un grub-coreboot <nessuna> (nessuna descrizione disponibile)
un grub-doc <nessuna> (nessuna descrizione disponibile)
un grub-efi <nessuna> (nessuna descrizione disponibile)
un grub-efi-amd64 <nessuna> (nessuna descrizione disponibile)
un grub-efi-ia32 <nessuna> (nessuna descrizione disponibile)
un grub-efi-ia64 <nessuna> (nessuna descrizione disponibile)
un grub-emu <nessuna> (nessuna descrizione disponibile)
un grub-ieee1275 <nessuna> (nessuna descrizione disponibile)
un grub-legacy <nessuna> (nessuna descrizione disponibile)
un grub-legacy-doc <nessuna> (nessuna descrizione disponibile)
un grub-linuxbios <nessuna> (nessuna descrizione disponibile)
ii grub-pc 2.00-14 i386 GRand Unified Bootloader, version
2
ii grub-pc-bin 2.00-14 i386 GRand Unified Bootloader, version
2
un grub-yeeloong <nessuna> (nessuna descrizione disponibile)
ii grub2 2.00-14 i386 GRand Unified Bootloader, version
2
ii grub2-common 2.00-14 i386 GRand Unified Bootloader (common
fi
Any suggestion?
-- Package-specific info:
*********************** BEGIN /proc/mounts
/dev/disk/by-uuid/136c4dd3-50f0-403b-b91a-84457ef2051f / ext4
rw,relatime,errors=remount-ro,data=ordered 0 0
/dev/sda2 /mnt/windows fuseblk
rw,nosuid,nodev,noexec,noatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096
0 0
*********************** END /proc/mounts
*********************** BEGIN /boot/grub/device.map
(hd0) /dev/disk/by-id/ata-TOSHIBA_MK5076GSX_61DTD1C4B
*********************** END /boot/grub/device.map
*********************** 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
load_env
fi
set default="0"
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 {
insmod vbe
insmod vga
insmod video_bochs
insmod video_cirrus
}
insmod part_msdos
insmod ext2
set root='(hd0,msdos3)'
search --no-floppy --fs-uuid --set=root 136c4dd3-50f0-403b-b91a-84457ef2051f
if loadfont /usr/share/grub/unicode.pf2 ; then
set gfxmode=1366x768
load_video
insmod gfxterm
insmod part_msdos
insmod ext2
set root='(hd0,msdos3)'
search --no-floppy --fs-uuid --set=root 136c4dd3-50f0-403b-b91a-84457ef2051f
set locale_dir=($root)/boot/grub/locale
set lang=it_IT
insmod gettext
fi
terminal_output gfxterm
set timeout=5
### END /etc/grub.d/#00_header# ###
### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
load_env
fi
set default="0"
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 {
insmod vbe
insmod vga
insmod video_bochs
insmod video_cirrus
}
insmod part_msdos
insmod ext2
set root='(hd0,msdos3)'
search --no-floppy --fs-uuid --set=root 136c4dd3-50f0-403b-b91a-84457ef2051f
if loadfont /usr/share/grub/unicode.pf2 ; then
set gfxmode=1366x768
load_video
insmod gfxterm
insmod part_msdos
insmod ext2
set root='(hd0,msdos3)'
search --no-floppy --fs-uuid --set=root 136c4dd3-50f0-403b-b91a-84457ef2051f
set locale_dir=($root)/boot/grub/locale
set lang=it_IT
insmod gettext
fi
terminal_output gfxterm
set timeout=5
### END /etc/grub.d/00_header ###
### BEGIN /etc/grub.d/05_debian_theme ###
insmod part_msdos
insmod ext2
set root='(hd0,msdos3)'
search --no-floppy --fs-uuid --set=root 136c4dd3-50f0-403b-b91a-84457ef2051f
insmod png
if background_image /usr/share/images/desktop-base/joy-grub.png; then
set color_normal=white/black
set color_highlight=black/white
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/07_debian_theme ###
insmod part_msdos
insmod ext2
set root='(hd0,msdos3)'
search --no-floppy --fs-uuid --set=root 136c4dd3-50f0-403b-b91a-84457ef2051f
insmod png
if background_image /usr/share/images/desktop-base/joy-grub.png; then
set color_normal=white/black
set color_highlight=black/white
else
set menu_color_normal=cyan/blue
set menu_color_highlight=white/blue
fi
### END /etc/grub.d/07_debian_theme ###
### BEGIN /etc/grub.d/10_linux ###
menuentry 'Debian GNU/Linux, con Linux 3.8-1-686-pae' --class debian --class
gnu-linux --class gnu --class os {
load_video
insmod gzio
insmod part_msdos
insmod ext2
set root='(hd0,msdos3)'
search --no-floppy --fs-uuid --set=root
136c4dd3-50f0-403b-b91a-84457ef2051f
echo 'Caricamento Linux 3.8-1-686-pae...'
linux /boot/vmlinuz-3.8-1-686-pae
root=UUID=136c4dd3-50f0-403b-b91a-84457ef2051f ro quiet
echo 'Caricamento ramdisk iniziale...'
initrd /boot/initrd.img-3.8-1-686-pae
}
menuentry 'Debian GNU/Linux, con Linux 3.8-1-686-pae (modalità ripristino)'
--class debian --class gnu-linux --class gnu --class os {
load_video
insmod gzio
insmod part_msdos
insmod ext2
set root='(hd0,msdos3)'
search --no-floppy --fs-uuid --set=root
136c4dd3-50f0-403b-b91a-84457ef2051f
echo 'Caricamento Linux 3.8-1-686-pae...'
linux /boot/vmlinuz-3.8-1-686-pae
root=UUID=136c4dd3-50f0-403b-b91a-84457ef2051f ro single
echo 'Caricamento ramdisk iniziale...'
initrd /boot/initrd.img-3.8-1-686-pae
}
menuentry 'Debian GNU/Linux, con Linux 3.2.0-4-686-pae' --class debian --class
gnu-linux --class gnu --class os {
load_video
insmod gzio
insmod part_msdos
insmod ext2
set root='(hd0,msdos3)'
search --no-floppy --fs-uuid --set=root
136c4dd3-50f0-403b-b91a-84457ef2051f
echo 'Caricamento Linux 3.2.0-4-686-pae...'
linux /boot/vmlinuz-3.2.0-4-686-pae
root=UUID=136c4dd3-50f0-403b-b91a-84457ef2051f ro quiet
echo 'Caricamento ramdisk iniziale...'
initrd /boot/initrd.img-3.2.0-4-686-pae
}
menuentry 'Debian GNU/Linux, con Linux 3.2.0-4-686-pae (modalità ripristino)'
--class debian --class gnu-linux --class gnu --class os {
load_video
insmod gzio
insmod part_msdos
insmod ext2
set root='(hd0,msdos3)'
search --no-floppy --fs-uuid --set=root
136c4dd3-50f0-403b-b91a-84457ef2051f
echo 'Caricamento Linux 3.2.0-4-686-pae...'
linux /boot/vmlinuz-3.2.0-4-686-pae
root=UUID=136c4dd3-50f0-403b-b91a-84457ef2051f ro single
echo 'Caricamento ramdisk iniziale...'
initrd /boot/initrd.img-3.2.0-4-686-pae
}
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###
### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry "Memory test (memtest86+)" {
insmod part_msdos
insmod ext2
set root='(hd0,msdos3)'
search --no-floppy --fs-uuid --set=root
136c4dd3-50f0-403b-b91a-84457ef2051f
linux16 /boot/memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
insmod part_msdos
insmod ext2
set root='(hd0,msdos3)'
search --no-floppy --fs-uuid --set=root
136c4dd3-50f0-403b-b91a-84457ef2051f
linux16 /boot/memtest86+.bin console=ttyS0,115200n8
}
menuentry "Memory test (memtest86+, experimental multiboot)" {
insmod part_msdos
insmod ext2
set root='(hd0,msdos3)'
search --no-floppy --fs-uuid --set=root
136c4dd3-50f0-403b-b91a-84457ef2051f
multiboot /boot/memtest86+_multiboot.bin
}
menuentry "Memory test (memtest86+, serial console 115200, experimental
multiboot)" {
insmod part_msdos
insmod ext2
set root='(hd0,msdos3)'
search --no-floppy --fs-uuid --set=root
136c4dd3-50f0-403b-b91a-84457ef2051f
multiboot /boot/memtest86+_multiboot.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###
### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Windows 7 (loader) (on /dev/sda1)" --class windows --class os {
insmod part_msdos
insmod ntfs
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root B0500CB3500C81F8
chainloader +1
}
### 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.
set gfxpayload=1366x768x24### END /etc/grub.d/40_custom ###
### BEGIN /etc/grub.d/41_custom ###
if [ -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 /dev/disk/by-id
total 0
lrwxrwxrwx 1 root root 9 May 12 21:02 ata-TOSHIBA_MK5076GSX_61DTD1C4B ->
../../sda
lrwxrwxrwx 1 root root 10 May 12 21:02 ata-TOSHIBA_MK5076GSX_61DTD1C4B-part1 ->
../../sda1
lrwxrwxrwx 1 root root 10 May 12 21:02 ata-TOSHIBA_MK5076GSX_61DTD1C4B-part2 ->
../../sda2
lrwxrwxrwx 1 root root 10 May 12 21:02 ata-TOSHIBA_MK5076GSX_61DTD1C4B-part3 ->
../../sda3
lrwxrwxrwx 1 root root 10 May 12 21:02 ata-TOSHIBA_MK5076GSX_61DTD1C4B-part4 ->
../../sda4
lrwxrwxrwx 1 root root 10 May 12 21:02 ata-TOSHIBA_MK5076GSX_61DTD1C4B-part5 ->
../../sda5
lrwxrwxrwx 1 root root 9 May 12 23:02 ata-hp_CDDVDW_TS-L633R_R82M6GRB610858 ->
../../sr0
lrwxrwxrwx 1 root root 9 May 12 21:02 scsi-SATA_TOSHIBA_MK5076G_61DTD1C4B ->
../../sda
lrwxrwxrwx 1 root root 10 May 12 21:02
scsi-SATA_TOSHIBA_MK5076G_61DTD1C4B-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 May 12 21:02
scsi-SATA_TOSHIBA_MK5076G_61DTD1C4B-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 May 12 21:02
scsi-SATA_TOSHIBA_MK5076G_61DTD1C4B-part3 -> ../../sda3
lrwxrwxrwx 1 root root 10 May 12 21:02
scsi-SATA_TOSHIBA_MK5076G_61DTD1C4B-part4 -> ../../sda4
lrwxrwxrwx 1 root root 10 May 12 21:02
scsi-SATA_TOSHIBA_MK5076G_61DTD1C4B-part5 -> ../../sda5
lrwxrwxrwx 1 root root 9 May 12 21:02 wwn-0x500003935b384259 -> ../../sda
lrwxrwxrwx 1 root root 10 May 12 21:02 wwn-0x500003935b384259-part1 ->
../../sda1
lrwxrwxrwx 1 root root 10 May 12 21:02 wwn-0x500003935b384259-part2 ->
../../sda2
lrwxrwxrwx 1 root root 10 May 12 21:02 wwn-0x500003935b384259-part3 ->
../../sda3
lrwxrwxrwx 1 root root 10 May 12 21:02 wwn-0x500003935b384259-part4 ->
../../sda4
lrwxrwxrwx 1 root root 10 May 12 21:02 wwn-0x500003935b384259-part5 ->
../../sda5
*********************** END /dev/disk/by-id
*********************** BEGIN /dev/disk/by-uuid
total 0
lrwxrwxrwx 1 root root 10 May 12 21:02 136c4dd3-50f0-403b-b91a-84457ef2051f ->
../../sda3
lrwxrwxrwx 1 root root 10 May 12 21:02 1d260b8b-9d6e-4bf6-b7fd-523e7c39da2c ->
../../sda5
lrwxrwxrwx 1 root root 10 May 12 21:02 B0500CB3500C81F8 -> ../../sda1
lrwxrwxrwx 1 root root 10 May 12 21:02 FA24106A24102BDF -> ../../sda2
*********************** END /dev/disk/by-uuid
-- System Information:
Debian Release: jessie/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 3.8-1-686-pae (SMP w/2 CPU cores)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages grub2 depends on:
ii grub-common 2.00-14
ii grub-pc 2.00-14
grub2 recommends no packages.
grub2 suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
On Fri, Jun 28, 2013 at 03:07:06PM +0200, cosimo morelli wrote:
> Sorry for the delay :D This is my file 00_header
This appears to have been the same as #717177, which turned out to be
due to a local /etc/grub.d/07_debian_theme. Belatedly closing this one
as well.
--
Colin Watson [cjwat...@debian.org]
--- End Message ---