[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#501942: marked as done (grub-pc: grub selected wrong partition number)



Your message dated Fri, 12 Jun 2009 19:17:08 +0000
with message-id <E1MFCFQ-0005oe-IP@ries.debian.org>
and subject line Bug#473401: fixed in grub-installer 1.38
has caused the Debian Bug report #473401,
regarding grub-pc: grub selected wrong partition number
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 owner@bugs.debian.org
immediately.)


-- 
473401: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=473401
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: grub-pc
Version: 1.96+20080724-10
Severity: important

Description:
I used the lenny beta 2 installer. It made the entires for Lenny and Xp. But
when trying to start Xp (on /dev/hda1) grub says:

error: no such partition
press any key to continue

Afer hitting any key i get back to the main-screen. When i now try to start
Lenny it says:

error: you need to load the kernel first
Press any key to continue

And i get back to the main screen. I cannot boot into any Os until i have
made a restart. But if i select Lenny first however, it boots up correctly -
everytime.

Workaround: I changed the entry from

menuentry "Microsoft Windows XP Professional" {
   set root=(hd0,0)
   chainloader +1

to

menuentry "Microsoft Windows XP Professional" {
   set root=(hd0,1)
   chainloader +1

Expected behaviour: Grub should make the entries correctly, without any user
intervention.


-- Package-specific info:

*********************** BEGIN /proc/mounts
/dev/mapper/hda9_crypt / ext2 rw,noatime,relatime,errors=remount-ro,user_xattr 0 0
/dev/hda8 /boot ext2 rw,noatime,errors=continue,user_xattr 0 0
/dev/hda5 /data vfat rw,fmask=0000,dmask=0000,allow_utime=0022,codepage=cp437,iocharset=utf8,utf8 0 0
/dev/mapper/privat /privat ext2 rw,noatime,errors=continue,user_xattr 0 0
/dev/mapper/home /home ext2 rw,noatime,errors=continue,user_xattr 0 0
*********************** END /proc/mounts

*********************** BEGIN /boot/grub/device.map
(hd0)	/dev/hda
*********************** 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=(hd0,8)
search --fs-uuid --set d0bdfcfa-90cf-43a6-9c3c-f456fcdff9f0
if font /grub/ascii.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 ###
set root=(hd0,8)
search --fs-uuid --set d0bdfcfa-90cf-43a6-9c3c-f456fcdff9f0
insmod png
if background_image /grub/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 ###
set root=(hd0,8)
search --fs-uuid --set d0bdfcfa-90cf-43a6-9c3c-f456fcdff9f0
menuentry "Debian GNU/Linux, linux 2.6.26-1-686" {
	linux	/vmlinuz-2.6.26-1-686 root=/dev/mapper/hda9_crypt ro  
	initrd	/initrd.img-2.6.26-1-686
}
menuentry "Debian GNU/Linux, linux 2.6.26-1-686 (single-user mode)" {
	linux	/vmlinuz-2.6.26-1-686 root=/dev/mapper/hda9_crypt ro single 
	initrd	/initrd.img-2.6.26-1-686
}
menuentry "Debian GNU/Linux, linux 2.6.24-1-686" {
	linux	/vmlinuz-2.6.24-1-686 root=/dev/mapper/hda9_crypt ro  
	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/hda9_crypt ro single 
	initrd	/initrd.img-2.6.24-1-686
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/30_otheros ###

# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/hda1
menuentry "Microsoft Windows XP Professional" {
	set root=(hd0,1)
	chainloader +1
}
### END /etc/grub.d/30_otheros ###

### BEGIN /etc/grub.d/40_custom ###
# This file is an example on how to add custom entries
### END /etc/grub.d/40_custom ###
*********************** END /boot/grub/grub.cfg

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core)
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+20080724-10 GRand Unified Bootloader, version 
ii  libc6                   2.7-13           GNU C Library: Shared libraries
ii  liblzo2-2               2.03-1           data compression library
ii  libncurses5             5.6+20080830-1   shared libraries for terminal hand

grub-pc recommends no packages.

Versions of packages grub-pc suggests:
ii  desktop-base                  5.0.1      common files for the Debian Deskto
pn  os-prober                     <none>     (no description available)

-- debconf information:
  grub-pc/linux_cmdline: fillme
  grub-pc/chainload_from_menu.lst: true




--- End Message ---
--- Begin Message ---
Source: grub-installer
Source-Version: 1.38

We believe that the bug you reported is fixed in the latest version of
grub-installer, which is due to be installed in the Debian FTP archive:

grub-installer_1.38.dsc
  to pool/main/g/grub-installer/grub-installer_1.38.dsc
grub-installer_1.38.tar.gz
  to pool/main/g/grub-installer/grub-installer_1.38.tar.gz
grub-installer_1.38_amd64.udeb
  to pool/main/g/grub-installer/grub-installer_1.38_amd64.udeb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 473401@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Otavio Salvador <otavio@debian.org> (supplier of updated grub-installer package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Fri, 12 Jun 2009 16:04:27 -0300
Source: grub-installer
Binary: grub-installer
Architecture: source amd64
Version: 1.38
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Changed-By: Otavio Salvador <otavio@debian.org>
Description: 
 grub-installer - Install GRUB on a hard disk (udeb)
Closes: 473401 529363
Changes: 
 grub-installer (1.38) unstable; urgency=low
 .
   [ Colin Watson ]
   * Make findfs use the last of any mounts found, in case there's more than
     one due to pilot error in the partitioner (LP: #289101).
   * Use grub-ieee1275 on powerpc, not grub-of which no longer exists.
 .
   [ Max Vozeler ]
   * Use grub2 when ext4 is chosen (closes: #529363).
 .
   [ Felix Zielcke ]
   * Change the debhelper compat level to 7 and bump the build
     dependency.
   * Replace deprecated `dh_clean -k' with `dh_prep'.
   * Remove the lintian overrides, they're no longer needed.
   * Use UUIDs in the grub2 generated menuentrys. (Closes: #473401)
   * Add drivemap in the grub2 generated menuentry for DOS/Windows in
     case a recent grub2 gets installed.
   * Don't pass -y to update-grub. grub-legacy in lenny just prints out a
     warning.
 .
   [ Otavio Salvador ]
   * Add Felix Zielcke in uploads field and set DM-Upload-allowed to
     allow him to upload.
Checksums-Sha1: 
 6dde4a27f60ccc2cdbb02c8ca2b5d31b2ac95e9e 1043 grub-installer_1.38.dsc
 6647dca85568a2335e85e57cadf15f54ec579cf8 161446 grub-installer_1.38.tar.gz
 19af92871dadbd136390d34f68b55f594bb558fa 153606 grub-installer_1.38_amd64.udeb
Checksums-Sha256: 
 0fd3082bccea9187fa0339d616a31a6305703428c1a9625e609edb2131f6a76b 1043 grub-installer_1.38.dsc
 2b3412eb10c1cf1e76be882eeaf803655043815eacd8cd13460774c7d0f9e2ba 161446 grub-installer_1.38.tar.gz
 ad869b0c27339525b543adb16bdb8fe5e5189ae3abd16f1f50c7e5417080b4b2 153606 grub-installer_1.38_amd64.udeb
Files: 
 61c400eba52f3b45a0e6f84adc72ec5a 1043 debian-installer standard grub-installer_1.38.dsc
 eb481c8f701916b10f405dd9d7b704ab 161446 debian-installer standard grub-installer_1.38.tar.gz
 174e9454edfbd80a937a1a0a6fa603bc 153606 debian-installer standard grub-installer_1.38_amd64.udeb
Package-Type: udeb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkoypxgACgkQLqiZQEml+FUoZwCgl2Oc+1OBo2XuQ4Ib101Kw/uu
BAgAniQzP85k92ocV9vydLMFN/5h1Tn1
=jmgV
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: