Bug#708084: grub2: GRUB = 2.00 has been unpacked but not yet configured grub-mkconfig will not work until the upgrade is complete.

2013-06-25 Thread Colin Watson
On Mon, May 13, 2013 at 01:15:32AM +0200, cosimo morelli wrote:
 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 :\

Perhaps you have modified /etc/grub.d/00_header locally.  Could you
please attach it, and also send me the output of dpkg -s grub-common?

Did you see any configuration file prompts about /etc/grub.d/00_header
during the upgrade?

-- 
Colin Watson   [cjwat...@debian.org]


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#708084: grub2: GRUB = 2.00 has been unpacked but not yet configured grub-mkconfig will not work until the upgrade is complete.

2013-05-12 Thread cosimo morelli
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)
||/ NomeVersione Architettura Descrizione
+++-===---===
un  grubnessuna (nessuna descrizione disponibile)
ii  grub-common 2.00-14  i386 GRand Unified Bootloader (common
fi
un  grub-coreboot   nessuna (nessuna descrizione disponibile)
un  grub-docnessuna (nessuna descrizione disponibile)
un  grub-efinessuna (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-emunessuna (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-common2.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