Package: grub2 Version: 1.97~beta3-1 Severity: important During my daily upgrade, Grub2 was installed. During the installation, I was given the option to chainload Grub2 from the Grub-legacy menu.lst file. I elected to try Grub2 in this manner. My menu.lst was backed up and a new menu.lst was written. The new menu.lst has a stanza to chainload to Grub2. In Grub2, the menu is populated from /boot/grub/grub.db. This file contains only the stanzas for sda1.
update-from-grub-legacy , update-grub, update-grub2 were not installed although man pages for these were installed. Not able to install with update-from-grub-legacy. Running a reinstall on grub-pc completed the install. -- Package-specific info: *********************** BEGIN /proc/mounts /dev/disk/by-uuid/ca0488db-48d4-413a-82fa-85ca1da9b50f / ext3 rw,relatime,errors=remount-ro,data=ordered 0 0 /dev/sdb1 /media/disk ext3 rw,nosuid,nodev,relatime,errors=continue,data=ordered 0 0 *********************** END /proc/mounts *********************** BEGIN /boot/grub/device.map (hd0) /dev/sda (hd1) /dev/sdb *********************** 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 insmod ext2 set root=(hd0,1) search --no-floppy --fs-uuid --set ca0488db-48d4-413a-82fa-85ca1da9b50f if loadfont /usr/share/grub/unicode.pf2 ; then set gfxmode=640x480 set gfxpayload=1440x900x32 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 timeout=5 ### END /etc/grub.d/00_header ### ### BEGIN /etc/grub.d/05_debian_theme ### insmod ext2 set root=(hd0,1) search --no-floppy --fs-uuid --set ca0488db-48d4-413a-82fa-85ca1da9b50f insmod png if background_image /boot/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_linux ### menuentry "Debian GNU/Linux, Linux 2.6.30-1-amd64" { insmod ext2 set root=(hd0,1) search --no-floppy --fs-uuid --set ca0488db-48d4-413a-82fa-85ca1da9b50f linux /boot/vmlinuz-2.6.30-1-amd64 root=UUID=ca0488db-48d4-413a-82fa-85ca1da9b50f ro initrd /boot/initrd.img-2.6.30-1-amd64 } menuentry "Debian GNU/Linux, Linux 2.6.30-1-amd64 (recovery mode)" { insmod ext2 set root=(hd0,1) search --no-floppy --fs-uuid --set ca0488db-48d4-413a-82fa-85ca1da9b50f linux /boot/vmlinuz-2.6.30-1-amd64 root=UUID=ca0488db-48d4-413a-82fa-85ca1da9b50f ro single initrd /boot/initrd.img-2.6.30-1-amd64 } menuentry "Debian GNU/Linux, Linux 2.6.26-2-amd64" { insmod ext2 set root=(hd0,1) search --no-floppy --fs-uuid --set ca0488db-48d4-413a-82fa-85ca1da9b50f linux /boot/vmlinuz-2.6.26-2-amd64 root=UUID=ca0488db-48d4-413a-82fa-85ca1da9b50f ro initrd /boot/initrd.img-2.6.26-2-amd64 } menuentry "Debian GNU/Linux, Linux 2.6.26-2-amd64 (recovery mode)" { insmod ext2 set root=(hd0,1) search --no-floppy --fs-uuid --set ca0488db-48d4-413a-82fa-85ca1da9b50f linux /boot/vmlinuz-2.6.26-2-amd64 root=UUID=ca0488db-48d4-413a-82fa-85ca1da9b50f ro single initrd /boot/initrd.img-2.6.26-2-amd64 } ### END /etc/grub.d/10_linux ### ### BEGIN /etc/grub.d/30_os-prober ### menuentry "Ubuntu 9.04, kernel 2.6.28-15-generic (on /dev/sdb1)" { insmod ext2 set root=(hd1,1) search --no-floppy --fs-uuid --set f0c31f7a-0174-4b4c-ac32-f7e9c26bfa96 linux /boot/vmlinuz-2.6.28-15-generic root=UUID=f0c31f7a-0174-4b4c-ac32-f7e9c26bfa96 ro quiet splash initrd /boot/initrd.img-2.6.28-15-generic } menuentry "Ubuntu 9.04, kernel 2.6.28-15-generic (recovery mode) (on /dev/sdb1)" { insmod ext2 set root=(hd1,1) search --no-floppy --fs-uuid --set f0c31f7a-0174-4b4c-ac32-f7e9c26bfa96 linux /boot/vmlinuz-2.6.28-15-generic root=UUID=f0c31f7a-0174-4b4c-ac32-f7e9c26bfa96 ro single initrd /boot/initrd.img-2.6.28-15-generic } menuentry "Ubuntu 9.04, kernel 2.6.28-14-generic (on /dev/sdb1)" { insmod ext2 set root=(hd1,1) search --no-floppy --fs-uuid --set f0c31f7a-0174-4b4c-ac32-f7e9c26bfa96 linux /boot/vmlinuz-2.6.28-14-generic root=UUID=f0c31f7a-0174-4b4c-ac32-f7e9c26bfa96 ro quiet splash initrd /boot/initrd.img-2.6.28-14-generic } menuentry "Ubuntu 9.04, kernel 2.6.28-14-generic (recovery mode) (on /dev/sdb1)" { insmod ext2 set root=(hd1,1) search --no-floppy --fs-uuid --set f0c31f7a-0174-4b4c-ac32-f7e9c26bfa96 linux /boot/vmlinuz-2.6.28-14-generic root=UUID=f0c31f7a-0174-4b4c-ac32-f7e9c26bfa96 ro single initrd /boot/initrd.img-2.6.28-14-generic } menuentry "Ubuntu 9.04, kernel 2.6.28-13-generic (on /dev/sdb1)" { insmod ext2 set root=(hd1,1) search --no-floppy --fs-uuid --set f0c31f7a-0174-4b4c-ac32-f7e9c26bfa96 linux /boot/vmlinuz-2.6.28-13-generic root=UUID=f0c31f7a-0174-4b4c-ac32-f7e9c26bfa96 ro quiet splash initrd /boot/initrd.img-2.6.28-13-generic } menuentry "Ubuntu 9.04, kernel 2.6.28-13-generic (recovery mode) (on /dev/sdb1)" { insmod ext2 set root=(hd1,1) search --no-floppy --fs-uuid --set f0c31f7a-0174-4b4c-ac32-f7e9c26bfa96 linux /boot/vmlinuz-2.6.28-13-generic root=UUID=f0c31f7a-0174-4b4c-ac32-f7e9c26bfa96 ro single initrd /boot/initrd.img-2.6.28-13-generic } menuentry "Ubuntu 9.04, kernel 2.6.28-12-generic (on /dev/sdb1)" { insmod ext2 set root=(hd1,1) search --no-floppy --fs-uuid --set f0c31f7a-0174-4b4c-ac32-f7e9c26bfa96 linux /boot/vmlinuz-2.6.28-12-generic root=UUID=f0c31f7a-0174-4b4c-ac32-f7e9c26bfa96 ro quiet splash initrd /boot/initrd.img-2.6.28-12-generic } menuentry "Ubuntu 9.04, kernel 2.6.28-12-generic (recovery mode) (on /dev/sdb1)" { insmod ext2 set root=(hd1,1) search --no-floppy --fs-uuid --set f0c31f7a-0174-4b4c-ac32-f7e9c26bfa96 linux /boot/vmlinuz-2.6.28-12-generic root=UUID=f0c31f7a-0174-4b4c-ac32-f7e9c26bfa96 ro single initrd /boot/initrd.img-2.6.28-12-generic } menuentry "Ubuntu 9.04, kernel 2.6.28-11-generic (on /dev/sdb1)" { insmod ext2 set root=(hd1,1) search --no-floppy --fs-uuid --set f0c31f7a-0174-4b4c-ac32-f7e9c26bfa96 linux /boot/vmlinuz-2.6.28-11-generic root=UUID=f0c31f7a-0174-4b4c-ac32-f7e9c26bfa96 ro quiet splash initrd /boot/initrd.img-2.6.28-11-generic } menuentry "Ubuntu 9.04, kernel 2.6.28-11-generic (recovery mode) (on /dev/sdb1)" { insmod ext2 set root=(hd1,1) search --no-floppy --fs-uuid --set f0c31f7a-0174-4b4c-ac32-f7e9c26bfa96 linux /boot/vmlinuz-2.6.28-11-generic root=UUID=f0c31f7a-0174-4b4c-ac32-f7e9c26bfa96 ro single initrd /boot/initrd.img-2.6.28-11-generic } menuentry "Ubuntu 9.04, kernel 2.6.27-14-generic (on /dev/sdb1)" { insmod ext2 set root=(hd1,1) search --no-floppy --fs-uuid --set f0c31f7a-0174-4b4c-ac32-f7e9c26bfa96 linux /boot/vmlinuz-2.6.27-14-generic root=UUID=f0c31f7a-0174-4b4c-ac32-f7e9c26bfa96 ro quiet splash initrd /boot/initrd.img-2.6.27-14-generic } menuentry "Ubuntu 9.04, kernel 2.6.27-14-generic (recovery mode) (on /dev/sdb1)" { insmod ext2 set root=(hd1,1) search --no-floppy --fs-uuid --set f0c31f7a-0174-4b4c-ac32-f7e9c26bfa96 linux /boot/vmlinuz-2.6.27-14-generic root=UUID=f0c31f7a-0174-4b4c-ac32-f7e9c26bfa96 ro single initrd /boot/initrd.img-2.6.27-14-generic } menuentry "Ubuntu 9.04, kernel 2.6.27-13-generic (on /dev/sdb1)" { insmod ext2 set root=(hd1,1) search --no-floppy --fs-uuid --set f0c31f7a-0174-4b4c-ac32-f7e9c26bfa96 linux /boot/vmlinuz-2.6.27-13-generic root=UUID=f0c31f7a-0174-4b4c-ac32-f7e9c26bfa96 ro quiet splash initrd /boot/initrd.img-2.6.27-13-generic } menuentry "Ubuntu 9.04, kernel 2.6.27-13-generic (recovery mode) (on /dev/sdb1)" { insmod ext2 set root=(hd1,1) search --no-floppy --fs-uuid --set f0c31f7a-0174-4b4c-ac32-f7e9c26bfa96 linux /boot/vmlinuz-2.6.27-13-generic root=UUID=f0c31f7a-0174-4b4c-ac32-f7e9c26bfa96 ro single initrd /boot/initrd.img-2.6.27-13-generic } menuentry "Ubuntu 9.04, kernel 2.6.27-12-generic (on /dev/sdb1)" { insmod ext2 set root=(hd1,1) search --no-floppy --fs-uuid --set f0c31f7a-0174-4b4c-ac32-f7e9c26bfa96 linux /boot/vmlinuz-2.6.27-12-generic root=UUID=f0c31f7a-0174-4b4c-ac32-f7e9c26bfa96 ro quiet splash initrd /boot/initrd.img-2.6.27-12-generic } menuentry "Ubuntu 9.04, kernel 2.6.27-12-generic (recovery mode) (on /dev/sdb1)" { insmod ext2 set root=(hd1,1) search --no-floppy --fs-uuid --set f0c31f7a-0174-4b4c-ac32-f7e9c26bfa96 linux /boot/vmlinuz-2.6.27-12-generic root=UUID=f0c31f7a-0174-4b4c-ac32-f7e9c26bfa96 ro single initrd /boot/initrd.img-2.6.27-12-generic } menuentry "Ubuntu 9.04, kernel 2.6.27-11-generic (on /dev/sdb1)" { insmod ext2 set root=(hd1,1) search --no-floppy --fs-uuid --set f0c31f7a-0174-4b4c-ac32-f7e9c26bfa96 linux /boot/vmlinuz-2.6.27-11-generic root=UUID=f0c31f7a-0174-4b4c-ac32-f7e9c26bfa96 ro quiet splash initrd /boot/initrd.img-2.6.27-11-generic } menuentry "Ubuntu 9.04, kernel 2.6.27-11-generic (recovery mode) (on /dev/sdb1)" { insmod ext2 set root=(hd1,1) search --no-floppy --fs-uuid --set f0c31f7a-0174-4b4c-ac32-f7e9c26bfa96 linux /boot/vmlinuz-2.6.27-11-generic root=UUID=f0c31f7a-0174-4b4c-ac32-f7e9c26bfa96 ro single initrd /boot/initrd.img-2.6.27-11-generic } menuentry "Ubuntu 9.04, kernel 2.6.27-9-generic (on /dev/sdb1)" { insmod ext2 set root=(hd1,1) search --no-floppy --fs-uuid --set f0c31f7a-0174-4b4c-ac32-f7e9c26bfa96 linux /boot/vmlinuz-2.6.27-9-generic root=UUID=f0c31f7a-0174-4b4c-ac32-f7e9c26bfa96 ro quiet splash initrd /boot/initrd.img-2.6.27-9-generic } menuentry "Ubuntu 9.04, kernel 2.6.27-9-generic (recovery mode) (on /dev/sdb1)" { insmod ext2 set root=(hd1,1) search --no-floppy --fs-uuid --set f0c31f7a-0174-4b4c-ac32-f7e9c26bfa96 linux /boot/vmlinuz-2.6.27-9-generic root=UUID=f0c31f7a-0174-4b4c-ac32-f7e9c26bfa96 ro single initrd /boot/initrd.img-2.6.27-9-generic } menuentry "Ubuntu 9.04, kernel 2.6.27-7-generic (on /dev/sdb1)" { insmod ext2 set root=(hd1,1) search --no-floppy --fs-uuid --set f0c31f7a-0174-4b4c-ac32-f7e9c26bfa96 linux /boot/vmlinuz-2.6.27-7-generic root=UUID=f0c31f7a-0174-4b4c-ac32-f7e9c26bfa96 ro quiet splash initrd /boot/initrd.img-2.6.27-7-generic } menuentry "Ubuntu 9.04, kernel 2.6.27-7-generic (recovery mode) (on /dev/sdb1)" { insmod ext2 set root=(hd1,1) search --no-floppy --fs-uuid --set f0c31f7a-0174-4b4c-ac32-f7e9c26bfa96 linux /boot/vmlinuz-2.6.27-7-generic root=UUID=f0c31f7a-0174-4b4c-ac32-f7e9c26bfa96 ro single initrd /boot/initrd.img-2.6.27-7-generic } menuentry "Ubuntu 9.04, memtest86+ (on /dev/sdb1)" { insmod ext2 set root=(hd1,1) search --no-floppy --fs-uuid --set f0c31f7a-0174-4b4c-ac32-f7e9c26bfa96 linux /boot/memtest86+.bin } ### 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 testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 2.6.30-1-amd64 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages grub2 depends on: ii grub-pc 1.97~beta3-1 GRand Unified Bootloader, version grub2 recommends no packages. grub2 suggests no packages. -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org