Your message dated Tue, 10 Jun 2008 16:11:13 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Re: Bug#482688: confirm 1.96+20080601-2 is working again
has caused the Debian Bug report #482688,
regarding Stopped booting after upgrade
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
482688: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=482688
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: grub-pc
Version: 1.96+20080512-1
Severity: critical

After upgrading to 1.96+20080512-1 my laptop does not boot any more. 
There is only the short notice "Welcome to GRUB" (or similar), then the
system reboots. No menu is shown.

downgrading to 1.96+20080429-1 "solves" the 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
/dev/scd0 /media/cdrom0 iso9660 ro,nosuid,nodev,noexec 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 ###
insmod lvm
set default=0
set timeout=5
set root=(vg_tolotos-lv_root)
if font (vg_tolotos-lv_usr)/share/grub/unicode.pff ; then
  set gfxmode=640x480
  insmod gfxterm
  insmod vbe
  terminal gfxterm
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
insmod png
if background_image 
(vg_tolotos-lv_usr)/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
### 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   (hd0,3)/vmlinuz-2.6.26-rc2 root=/dev/mapper/vg_tolotos-lv_root 
ro video=vesafb:ywrap,mtrr:3 vga=893 usbcore.autosuspend=1 
        initrd  (hd0,3)/initrd.img-2.6.26-rc2
}
menuentry "Debian GNU/Linux, linux 2.6.26-rc2 (single-user mode)" {
        linux   (hd0,3)/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  (hd0,3)/initrd.img-2.6.26-rc2
}
menuentry "Debian GNU/Linux, linux 2.6.25.2" {
        linux   (hd0,3)/vmlinuz-2.6.25.2 root=/dev/mapper/vg_tolotos-lv_root ro 
video=vesafb:ywrap,mtrr:3 vga=893 usbcore.autosuspend=1 
        initrd  (hd0,3)/initrd.img-2.6.25.2
}
menuentry "Debian GNU/Linux, linux 2.6.25.2 (single-user mode)" {
        linux   (hd0,3)/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  (hd0,3)/initrd.img-2.6.25.2
}
menuentry "Debian GNU/Linux, linux 2.6.24-1-686" {
        linux   (hd0,3)/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  (hd0,3)/initrd.img-2.6.24-1-686
}
menuentry "Debian GNU/Linux, linux 2.6.24-1-686 (single-user mode)" {
        linux   (hd0,3)/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  (hd0,3)/initrd.img-2.6.24-1-686
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_memtest86 ###
menuentry "Memory test (memtest86)" {
        linux   (hd0,3)/memtest86.bin
}
### END /etc/grub.d/20_memtest86 ###

### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry "Memory test (memtest86+)" {
        linux   (hd0,3)/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.21          Debian configuration management sy
ii  grub-common              1.96+20080512-1 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



--- End Message ---
--- Begin Message ---
Version: 1.96+20080601-2

On Sun, Jun 08, 2008 at 10:08:18PM +0200, Joerg Friedrich wrote:
> Package: grub-pc
> Followup-For: Bug #482688
> 
> 1.96+20080601-2 solved my problem.

Ok, closing.

-- 
Robert Millan

<GPLv2> I know my rights; I want my phone call!
<DRM> What good is a phone call… if you are unable to speak?
(as seen on /.)


--- End Message ---

Reply via email to