Bug#545334: grub-pc: update-from-grub-legacy missing

Török Edwin edwintorok at gmail.com
Sun Sep 6 14:53:32 UTC 2009


Package: grub-pc
Version: 1.97~beta2-2
Severity: normal

After today's dist-upgrade I was asked if I allow to chainload
grub2 from grub-legacy, I allowed it.
After reboot I was told I can run update-from-grub-legacy, however
there is no such file: /usr/sbin/update-from-grub-legacy is not there,
although dpkg -L grub-pc tells me it should be!

-- Package-specific info:

*********************** BEGIN /proc/mounts
/dev/disk/by-uuid/ed5c3d95-ed38-4262-b051-a8079f07ad8b / ext3 rw,noatime,errors=remount-ro,data=writeback 0 0
/dev/mapper/vg--all-lv--home /home reiserfs rw,noatime,notail 0 0
/dev/mapper/vg--all-lv--opt /opt xfs rw,noatime,attr2,nobarrier,logbufs=8,logbsize=256k,logdev=/dev/sdg7,sunit=128,swidth=768,noquota 0 0
/dev/mapper/vg--all-lv--usr /usr xfs rw,noatime,attr2,nobarrier,inode64,logbufs=8,logbsize=256k,logdev=/dev/sdg6,sunit=128,swidth=768,noquota 0 0
/dev/mapper/vg--all-lv--var /var xfs rw,noatime,attr2,nobarrier,inode64,logbufs=8,logbsize=256k,logdev=/dev/sdg5,sunit=128,swidth=768,noquota 0 0
*********************** END /proc/mounts

*********************** BEGIN /boot/grub/device.map
(hd0)	/dev/sda
(hd1)	/dev/sdb
(hd2)	/dev/sdc
(hd3)	/dev/sdd
(hd4)	/dev/sde
(hd5)	/dev/sdf
(hd6)	/dev/sdg
*********************** END /boot/grub/device.map

*********************** 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
if terminal_input console ; then true ; else
  # For backward compatibility with versions of terminal.mod that don't
  # understand terminal_input
  terminal console
fi
if terminal_output console ; then true ; else
  # For backward compatibility with versions of terminal.mod that don't
  # understand terminal_output
  terminal console
fi
set timeout=5
### 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 ###
menuentry "Debian GNU/Linux, Linux 2.6.31-rc9" {
	insmod raid
	insmod mdraid
	insmod ext2
	set root=(md3)
	search --no-floppy --fs-uuid --set ed5c3d95-ed38-4262-b051-a8079f07ad8b
	linux	/boot/vmlinuz-2.6.31-rc9 root=UUID=ed5c3d95-ed38-4262-b051-a8079f07ad8b ro  quiet
	initrd	/boot/initrd.img-2.6.31-rc9
}
menuentry "Debian GNU/Linux, Linux 2.6.31-rc9 (recovery mode)" {
	insmod raid
	insmod mdraid
	insmod ext2
	set root=(md3)
	search --no-floppy --fs-uuid --set ed5c3d95-ed38-4262-b051-a8079f07ad8b
	linux	/boot/vmlinuz-2.6.31-rc9 root=UUID=ed5c3d95-ed38-4262-b051-a8079f07ad8b ro single 
	initrd	/boot/initrd.img-2.6.31-rc9
}
menuentry "Debian GNU/Linux, Linux 2.6.31-rc9.old" {
	insmod raid
	insmod mdraid
	insmod ext2
	set root=(md3)
	search --no-floppy --fs-uuid --set ed5c3d95-ed38-4262-b051-a8079f07ad8b
	linux	/boot/vmlinuz-2.6.31-rc9.old root=UUID=ed5c3d95-ed38-4262-b051-a8079f07ad8b ro  quiet
	initrd	/boot/initrd.img-2.6.31-rc9
}
menuentry "Debian GNU/Linux, Linux 2.6.31-rc9.old (recovery mode)" {
	insmod raid
	insmod mdraid
	insmod ext2
	set root=(md3)
	search --no-floppy --fs-uuid --set ed5c3d95-ed38-4262-b051-a8079f07ad8b
	linux	/boot/vmlinuz-2.6.31-rc9.old root=UUID=ed5c3d95-ed38-4262-b051-a8079f07ad8b ro single 
	initrd	/boot/initrd.img-2.6.31-rc9
}
menuentry "Debian GNU/Linux, Linux 2.6.31-rc8-00015-gadda766" {
	insmod raid
	insmod mdraid
	insmod ext2
	set root=(md3)
	search --no-floppy --fs-uuid --set ed5c3d95-ed38-4262-b051-a8079f07ad8b
	linux	/boot/vmlinuz-2.6.31-rc8-00015-gadda766 root=UUID=ed5c3d95-ed38-4262-b051-a8079f07ad8b ro  quiet
	initrd	/boot/initrd.img-2.6.31-rc8-00015-gadda766
}
menuentry "Debian GNU/Linux, Linux 2.6.31-rc8-00015-gadda766 (recovery mode)" {
	insmod raid
	insmod mdraid
	insmod ext2
	set root=(md3)
	search --no-floppy --fs-uuid --set ed5c3d95-ed38-4262-b051-a8079f07ad8b
	linux	/boot/vmlinuz-2.6.31-rc8-00015-gadda766 root=UUID=ed5c3d95-ed38-4262-b051-a8079f07ad8b ro single 
	initrd	/boot/initrd.img-2.6.31-rc8-00015-gadda766
}
menuentry "Debian GNU/Linux, Linux 2.6.30.4" {
	insmod raid
	insmod mdraid
	insmod ext2
	set root=(md3)
	search --no-floppy --fs-uuid --set ed5c3d95-ed38-4262-b051-a8079f07ad8b
	linux	/boot/vmlinuz-2.6.30.4 root=UUID=ed5c3d95-ed38-4262-b051-a8079f07ad8b ro  quiet
	initrd	/boot/initrd.img-2.6.30.4
}
menuentry "Debian GNU/Linux, Linux 2.6.30.4 (recovery mode)" {
	insmod raid
	insmod mdraid
	insmod ext2
	set root=(md3)
	search --no-floppy --fs-uuid --set ed5c3d95-ed38-4262-b051-a8079f07ad8b
	linux	/boot/vmlinuz-2.6.30.4 root=UUID=ed5c3d95-ed38-4262-b051-a8079f07ad8b ro single 
	initrd	/boot/initrd.img-2.6.30.4
}
menuentry "Debian GNU/Linux, Linux 2.6.30-1-amd64" {
	insmod raid
	insmod mdraid
	insmod ext2
	set root=(md3)
	search --no-floppy --fs-uuid --set ed5c3d95-ed38-4262-b051-a8079f07ad8b
	linux	/boot/vmlinuz-2.6.30-1-amd64 root=UUID=ed5c3d95-ed38-4262-b051-a8079f07ad8b ro  quiet
	initrd	/boot/initrd.img-2.6.30-1-amd64
}
menuentry "Debian GNU/Linux, Linux 2.6.30-1-amd64 (recovery mode)" {
	insmod raid
	insmod mdraid
	insmod ext2
	set root=(md3)
	search --no-floppy --fs-uuid --set ed5c3d95-ed38-4262-b051-a8079f07ad8b
	linux	/boot/vmlinuz-2.6.30-1-amd64 root=UUID=ed5c3d95-ed38-4262-b051-a8079f07ad8b ro single 
	initrd	/boot/initrd.img-2.6.30-1-amd64
}
### 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: squeeze/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.31-rc9 (SMP w/4 CPU cores; PREEMPT)
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.27       Debian configuration management sy
ii  grub-common                 1.97~beta2-2 GRand Unified Bootloader, version 
ii  libc6                       2.9-26       GNU C Library: Shared libraries
ii  ucf                         3.0021       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
ii  genisoimage                   9:1.1.9-1  Creates ISO-9660 CD-ROM filesystem

-- debconf information:
  grub2/kfreebsd_cmdline:
* grub2/linux_cmdline:
* grub-pc/chainload_from_menu.lst: true
  grub-pc/postrm_purge_boot_grub: false
  grub2/kfreebsd_cmdline_default: quiet
* grub2/linux_cmdline_default: quiet
  grub-pc/install_devices:





More information about the Pkg-grub-devel mailing list