Bug#482688: confirm 1.96+20080601-2 is working again
Joerg Friedrich
Joerg.Friedrich at friedrich-kn.de
Sun Jun 8 20:08:18 UTC 2008
Package: grub-pc
Followup-For: Bug #482688
1.96+20080601-2 solved my problem.
Yours, Joerg
-- Package-specific info:
*********************** BEGIN /proc/mounts
/dev/mapper/vg_tolotos-lv_root / ext3 rw,noatime,nodiratime,errors=remount-ro,data=ordered 0 0
/dev/mapper/vg_tolotos-lv_root /dev/.static/dev ext3 ro,errors=remount-ro,data=ordered 0 0
/dev/sda3 /boot ext3 rw,noatime,nodiratime,errors=continue,data=ordered 0 0
/dev/mapper/vg_tolotos-lv_home /home ext3 rw,noatime,nodiratime,errors=continue,user_xattr,data=ordered 0 0
/dev/mapper/vg_tolotos-lv_opt /opt ext3 rw,noatime,nodiratime,errors=continue,data=ordered 0 0
/dev/mapper/vg_tolotos-lv_usr /usr ext3 rw,noatime,nodiratime,errors=continue,data=ordered 0 0
/dev/mapper/vg_tolotos-lv_local /usr/local ext3 rw,noatime,nodiratime,errors=continue,data=ordered 0 0
/dev/mapper/vg_tolotos-lv_diplom /usr/local/diplom ext3 rw,noatime,nodiratime,errors=continue,data=ordered 0 0
/dev/mapper/vg_tolotos-lv_var /var ext3 rw,noatime,nodiratime,errors=continue,data=ordered 0 0
/dev/shm /tmp tmpfs rw,size=524288k 0 0
*********************** END /proc/mounts
*********************** BEGIN /boot/grub/device.map
(hd0) /dev/sda
*********************** END /boot/grub/device.map
*********************** BEGIN /boot/grub/grub.cfg
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by /usr/sbin/update-grub using templates
# from /etc/grub.d and settings from /etc/default/grub
#
### BEGIN /etc/grub.d/00_header ###
set default=0
set timeout=5
set root=(vg_tolotos-lv_usr)
search --fs-uuid --set 8710d73c-b72c-4469-a959-392a535c97a6
if font /share/grub/unicode.pff ; then
set gfxmode=640x480
insmod gfxterm
insmod vbe
terminal gfxterm
fi
set root=(hd0,3)
search --fs-uuid --set d37a3380-fd3a-458b-b90f-ae880f0989c3
### END /etc/grub.d/00_header ###
### BEGIN /etc/grub.d/05_debian_theme ###
set root=(vg_tolotos-lv_usr)
search --fs-uuid --set 8710d73c-b72c-4469-a959-392a535c97a6
insmod png
if background_image /share/images/desktop-base/debian-blueish-wallpaper-640x480.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
set root=(hd0,3)
search --fs-uuid --set d37a3380-fd3a-458b-b90f-ae880f0989c3
### END /etc/grub.d/05_debian_theme ###
### BEGIN /etc/grub.d/10_hurd ###
### END /etc/grub.d/10_hurd ###
### BEGIN /etc/grub.d/10_linux ###
menuentry "Debian GNU/Linux, linux 2.6.26-rc2" {
linux /vmlinuz-2.6.26-rc2 root=/dev/mapper/vg_tolotos-lv_root ro video=vesafb:ywrap,mtrr:3 vga=893 usbcore.autosuspend=1
initrd /initrd.img-2.6.26-rc2
}
menuentry "Debian GNU/Linux, linux 2.6.26-rc2 (single-user mode)" {
linux /vmlinuz-2.6.26-rc2 root=/dev/mapper/vg_tolotos-lv_root ro single video=vesafb:ywrap,mtrr:3 vga=893 usbcore.autosuspend=1
initrd /initrd.img-2.6.26-rc2
}
menuentry "Debian GNU/Linux, linux 2.6.25.2" {
linux /vmlinuz-2.6.25.2 root=/dev/mapper/vg_tolotos-lv_root ro video=vesafb:ywrap,mtrr:3 vga=893 usbcore.autosuspend=1
initrd /initrd.img-2.6.25.2
}
menuentry "Debian GNU/Linux, linux 2.6.25.2 (single-user mode)" {
linux /vmlinuz-2.6.25.2 root=/dev/mapper/vg_tolotos-lv_root ro single video=vesafb:ywrap,mtrr:3 vga=893 usbcore.autosuspend=1
initrd /initrd.img-2.6.25.2
}
menuentry "Debian GNU/Linux, linux 2.6.24-1-686" {
linux /vmlinuz-2.6.24-1-686 root=/dev/mapper/vg_tolotos-lv_root ro video=vesafb:ywrap,mtrr:3 vga=893 usbcore.autosuspend=1
initrd /initrd.img-2.6.24-1-686
}
menuentry "Debian GNU/Linux, linux 2.6.24-1-686 (single-user mode)" {
linux /vmlinuz-2.6.24-1-686 root=/dev/mapper/vg_tolotos-lv_root ro single video=vesafb:ywrap,mtrr:3 vga=893 usbcore.autosuspend=1
initrd /initrd.img-2.6.24-1-686
}
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/20_memtest86 ###
menuentry "Memory test (memtest86)" {
linux /memtest86.bin
}
### END /etc/grub.d/20_memtest86 ###
### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry "Memory test (memtest86+)" {
linux /memtest86+.bin
}
### END /etc/grub.d/20_memtest86+ ###
### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Windows Vista/Longhorn (loader) (on /dev/sda1)" {
set root=(hd0,1)
chainloader +1
}
menuentry "Windows Vista/Longhorn (loader) (on /dev/sda2)" {
set root=(hd0,2)
chainloader +1
}
### END /etc/grub.d/30_os-prober ###
### BEGIN /etc/grub.d/30_win ###
menuentry "Windows Vista" {
set root=(hd0,2)
chainloader +1
}
menuentry "Recovery Partition" {
set root=(hd0,1)
chainloader +1
}
### END /etc/grub.d/30_win ###
*********************** END /boot/grub/grub.cfg
-- System Information:
Debian Release: lenny/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'testing-proposed-updates')
Architecture: i386 (i686)
Kernel: Linux 2.6.26-rc2 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.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.22 Debian configuration management sy
ii grub-common 1.96+20080601-2 GRand Unified Bootloader, version
ii libc6 2.7-10 GNU C Library: Shared libraries
ii liblzo2-2 2.03-1 data compression library
ii libncurses5 5.6+20080308-1 Shared libraries for terminal hand
grub-pc recommends no packages.
-- debconf information:
* grub-pc/linux_cmdline:
* grub-pc/chainload_from_menu.lst: false
More information about the Pkg-grub-devel
mailing list