Bug#547692: [grub-pc] Wipes Windows entry after upgrading to GRUB 2
Antonio Marcos López Alonso
amla at coitt.es
Mon Sep 21 15:27:54 UTC 2009
Package: grub-pc
Version: 1.97~beta3-1
Severity: normal
--- Please enter the report below this line. ---
GRUB 2 has wiped the previously existing Windows XP entry.
--- System information. ---
Architecture: amd64
Kernel: Linux 2.6.30-1-amd64
Debian Release: squeeze/sid
600 testing www.debian-multimedia.org
600 testing security.debian.org
600 testing ftp.es.debian.org
550 unstable www.debian-multimedia.org
550 unstable ftp.es.debian.org
500 stable dl.google.com
500 sid www.lamaresh.net
--- Package information. ---
Depends (Version) | Installed
================================-+-=================
libc6 (>= 2.3) | 2.9-25
debconf (>= 0.5) | 1.5.27
OR debconf-2.0 |
grub-common (= 1.97~beta3-1) | 1.97~beta3-1
ucf | 3.0021
Package's Recommends field is empty.
Suggests (Version) | Installed
===========================-+-===========
desktop-base (>= 4.0.6) | 5.0.5
genisoimage | 9:1.1.9-1
--- Output from package bug script ---
*********************** BEGIN /proc/mounts
/dev/disk/by-uuid/866b1783-1433-47ca-b4af-389e409b434b / reiserfs
rw,noatime,nodiratime,notail 0 0
/dev/sda7 /backup xfs rw,relatime,noquota 0 0
/dev/sda6 /home reiserfs rw,noatime,nodiratime 0 0
/dev/sda1 /media/sda1 fuseblk
rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096 0 0
/dev/sda3 /usr/local/share/datos reiserfs rw,noatime,nodiratime 0 0
/dev/sdb2 /usr/local/share/datos/tmp xfs rw,relatime,noquota 0 0
/dev/sdb1 /var/lib/backuppc xfs rw,relatime,noquota 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 reiserfs
set root=(hd0,5)
search --no-floppy --fs-uuid --set 866b1783-1433-47ca-b4af-389e409b434b
if loadfont /usr/share/grub/unicode.pf2 ; then
set gfxmode=640x480
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 reiserfs
set root=(hd0,5)
search --no-floppy --fs-uuid --set 866b1783-1433-47ca-b4af-389e409b434b
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 reiserfs
set root=(hd0,5)
search --no-floppy --fs-uuid --set 866b1783-1433-47ca-b4af-389e409b434b
linux /boot/vmlinuz-2.6.30-1-amd64 root=UUID=866b1783-1433-47ca-
b4af-389e409b434b ro irqpoll quiet
initrd /boot/initrd.img-2.6.30-1-amd64
}
menuentry "Debian GNU/Linux, Linux 2.6.30-1-amd64 (recovery mode)" {
insmod reiserfs
set root=(hd0,5)
search --no-floppy --fs-uuid --set 866b1783-1433-47ca-b4af-389e409b434b
linux /boot/vmlinuz-2.6.30-1-amd64 root=UUID=866b1783-1433-47ca-
b4af-389e409b434b ro single irqpoll
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 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
More information about the Pkg-grub-devel
mailing list