Your message dated Sat, 05 Sep 2009 09:18:26 +0200
with message-id <4aa210c2.9010...@t-online.de>
and subject line Re: Bug#545094: upgrade to grub2 failed, PC doesn't boot 
anymore, sniff
has caused the Debian Bug report #545094,
regarding upgrade to grub2 failed, PC doesn't boot anymore, sniff
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 ow...@bugs.debian.org
immediately.)


-- 
545094: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=545094
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: grub2
Version: 1.97~beta2-1
Severity: grave

After the enforced upgrade to grub2 my PC does not boot anymore.
I see the blue grub menu, but when I hit [return] I get an error
message about a file not found. Unfortunately it does not say
which file is missing.

Attached you can find my old menu.lst file. Kernel and initrd are
on a small /boot partition (/dev/sda1, reiserfs). The initrd
activates a software RAID0 using mdadm and mounts /dev/md0p1 as /.


I wonder how many systems you broke with the enforced upgrade to
grub2. Don't you think it would have been more wise to replace the
old grub in d-i, but to not touch existing grub installations?


Please mail if I can help to track this down.


Regards

Harri

# menu.lst - See: grub(8), info grub, update-grub(8)
#            grub-install(8), grub-floppy(8),
#            grub-md5-crypt, /usr/share/doc/grub
#            and /usr/share/doc/grub-legacy-doc/.

## default num
# Set the default entry to the entry number NUM. Numbering starts from 0, and
# the entry number 0 is the default if the command is not used.
#
# You can specify 'saved' instead of a number. In this case, the default entry
# is the entry saved with the command 'savedefault'.
# WARNING: If you are using dmraid do not change this entry to 'saved' or your
# array will desync and will not let you boot your system.
default         saved

## timeout sec
# Set a timeout, in SEC seconds, before automatically booting the default entry
# (normally the first entry defined).
timeout         10

# Pretty colours
color cyan/blue white/blue

## password ['--md5'] passwd
# If used in the first section of a menu file, disable all interactive editing
# control (menu entry editor and command-line)  and entries protected by the
# command 'lock'
# e.g. password topsecret
#      password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/
# password topsecret

#
# examples
#
# title         Windows 95/98/NT/2000
# root          (hd0,0)
# makeactive
# chainloader   +1
#
# title         Linux
# root          (hd0,1)
# kernel        /vmlinuz root=/dev/hda2 ro
#

#
# Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST

### BEGIN AUTOMAGIC KERNELS LIST
## lines between the AUTOMAGIC KERNELS LIST markers will be modified
## by the debian update-grub script except for the default options below

## DO NOT UNCOMMENT THEM, Just edit them to your needs

## ## Start Default Options ##
## default kernel options
## default kernel options for automagic boot options
## If you want special options for specific kernels use kopt_x_y_z
## where x.y.z is kernel version. Minor versions can be omitted.
## e.g. kopt=root=/dev/hda1 ro
##      kopt_2_6_8=root=/dev/hdc1 ro
##      kopt_2_6_8_2_686=root=/dev/hdc2 ro
# kopt=root=/dev/md0p1

## default grub root device
## e.g. groot=(hd0,0)
# groot=(hd0,0)

## should update-grub create alternative automagic boot options
## e.g. alternative=true
##      alternative=false
# alternative=false

## should update-grub lock alternative automagic boot options
## e.g. lockalternative=true
##      lockalternative=false
# lockalternative=false

## additional options to use with the default boot option, but not with the
## alternatives
## e.g. defoptions=vga=791 resume=/dev/hda5
# defoptions=vga=0x31a

## should update-grub lock old automagic boot options
## e.g. lockold=false
##      lockold=true
# lockold=false

## Xen hypervisor options to use with the default Xen boot option
# xenhopt=

## Xen Linux kernel options to use with the default Xen boot option
# xenkopt=console=tty0

## altoption boot targets option
## multiple altoptions lines are allowed
## e.g. altoptions=(extra menu suffix) extra boot options
##      altoptions=(single-user) single
# altoptions=(single-user mode) single

## controls how many kernels should be put into the menu.lst
## only counts the first occurence of a kernel, not the
## alternative kernel options
## e.g. howmany=all
##      howmany=7
# howmany=all

## should update-grub create memtest86 boot option
## e.g. memtest86=true
##      memtest86=false
# memtest86=true

## should update-grub adjust the value of the default booted system
## can be true or false
# updatedefaultentry=false

## should update-grub add savedefault to the default options
## can be true or false
# savedefault=true

## ## End Default Options ##

title           Debian GNU/Linux, kernel 2.6.31-rc5
root            (hd0,0)
kernel          /vmlinuz-2.6.31-rc5 root=/dev/md0p1 vga=0x31a
initrd          /initrd.img-2.6.31-rc5
savedefault

title           Debian GNU/Linux, kernel 2.6.30.4
root            (hd0,0)
kernel          /vmlinuz-2.6.30.4 root=/dev/md0p1 vga=0x31a
initrd          /initrd.img-2.6.30.4
savedefault

title           Debian GNU/Linux, kernel memtest86
root            (hd0,0)
kernel          /memtest86.bin

### END DEBIAN AUTOMAGIC KERNELS LIST

title           Debian GNU/Linux, kernel 2.6.29.1
root            (hd0,0)
kernel          /vmlinuz-2.6.29.1 root=/dev/md0p3 vga=0x31a
initrd          /initrd.img-2.6.29.1

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
Felix Zielcke wrote:
> 
> It's not an enforced upgrade.
> We warned through a debconf prompt in grub before with priority high,
> not hidden somewhere in NEWS.Debian or so.
> 

Sorry, I must have missed this one. debconf is set to "low".
Anyhow, I reinstalled the old grub and grub-common, and tried
again. This time it worked. I also noted the warning.


Many thanx

Harri


Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---

Reply via email to