Bug#484228: grub-pc: Bug possibly reappeared

2008-06-26 Thread Robert Millan
On Thu, Jun 26, 2008 at 07:02:15AM +0200, Robert Millan wrote:
 
 I think update-grub could be smarter and detect this.  Please could you file
 a separate bug?

Actually, never mind.  We can probably reuse this one.

-- 
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 /.)



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#484228: grub-pc: Bug possibly reappeared

2008-06-25 Thread Robert Millan
On Sun, Jun 22, 2008 at 07:34:51PM -0400, Nathan A. Stine wrote:
 
 Note that I do not use LVM or dmRAID.

Then your bug is not in GRUB.  File a separate bug on initramfs-tools.

-- 
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 /.)



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#484228: grub-pc: Bug possibly reappeared

2008-06-25 Thread Nathan A. Stine
On Wed, 2008-06-25 at 22:45 +0200, Robert Millan wrote:
 On Sun, Jun 22, 2008 at 07:34:51PM -0400, Nathan A. Stine wrote:
  
  Note that I do not use LVM or dmRAID.
 
 Then your bug is not in GRUB.  File a separate bug on initramfs-tools.
 

As you might have guessed from the initial bug report, my kernel is
custom built.  As it so happens, I don't use any RAM disk for start-up.
I would then assume initramfs is not the culprit.

If you're sure this isn't a GRUB problem then I'll defer to your
judgment.  If it isn't GRUB then I'd have to assume GRUB just isn't
playing nicely with my kernel (config attached)?

Best regards,

Nathan A. Stine 




config.gz
Description: GNU Zip compressed data


Bug#484228: grub-pc: Bug possibly reappeared

2008-06-25 Thread Robert Millan
On Wed, Jun 25, 2008 at 08:25:00PM -0400, Nathan A. Stine wrote:
 
 As you might have guessed from the initial bug report, my kernel is
 custom built.  As it so happens, I don't use any RAM disk for start-up.
 I would then assume initramfs is not the culprit.
 
 If you're sure this isn't a GRUB problem then I'll defer to your
 judgment.  If it isn't GRUB then I'd have to assume GRUB just isn't
 playing nicely with my kernel (config attached)?

I think update-grub could be smarter and detect this.  Please could you file
a separate bug?

-- 
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 /.)



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#484228: grub-pc: Bug possibly reappeared

2008-06-22 Thread Nathan A. Stine
Package: grub-pc
Version: 1.96+20080621-1
Followup-For: Bug #484228

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

This bug seems to not be fully fixed, at least not on my system.

After upgrading to 1.96+20080621-1, I got a kernel panic when no root 
partition could be found.  Changing the root partition from the UUID to 
the actual partition (/dev/hda2) fixed the problem.

Note that I do not use LVM or dmRAID.

Best regards,

Nathan A. Stine

- -- Package-specific info:

*** BEGIN /proc/mounts
/dev/root / ext3 rw,noatime,nodiratime,errors=remount-ro,data=ordered 0 0
/dev/root /dev/.static/dev ext3 rw,errors=remount-ro,data=ordered 0 0
/dev/hda1 /windows fuseblk 
rw,noatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096 0 0
/dev/sda1 /media/video ext3 
rw,noexec,noatime,nodiratime,errors=continue,data=ordered 0 0
/dev/sdb1 /media/audio ext3 
rw,noexec,noatime,nodiratime,errors=continue,data=ordered 0 0
*** END /proc/mounts

*** BEGIN /boot/grub/device.map
(hd0)   /dev/hda
(hd1)   /dev/sda
(hd2)   /dev/sdb
*** 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=30
set root=(hd0,2)
search --fs-uuid --set 57248621-95a3-49b3-acea-65964a2e63cb
if font /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 ###
set root=(hd0,2)
search --fs-uuid --set 57248621-95a3-49b3-acea-65964a2e63cb
insmod png
if background_image 
/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 ###
set root=(hd0,2)
search --fs-uuid --set 57248621-95a3-49b3-acea-65964a2e63cb
menuentry Debian GNU/Linux, linux 2.6.25-k7 {
linux   /boot/vmlinuz-2.6.25-k7 
root=UUID=57248621-95a3-49b3-acea-65964a2e63cb ro  
}
menuentry Debian GNU/Linux, linux 2.6.25-k7 (single-user mode) {
linux   /boot/vmlinuz-2.6.25-k7 
root=UUID=57248621-95a3-49b3-acea-65964a2e63cb ro single 
}
menuentry Debian GNU/Linux, linux 2.6.24-k7 {
linux   /boot/vmlinuz-2.6.24-k7 
root=UUID=57248621-95a3-49b3-acea-65964a2e63cb ro  
}
menuentry Debian GNU/Linux, linux 2.6.24-k7 (single-user mode) {
linux   /boot/vmlinuz-2.6.24-k7 
root=UUID=57248621-95a3-49b3-acea-65964a2e63cb ro single 
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/30_os-prober ###
menuentry Microsoft Windows XP Professional (on /dev/hda1) {
set root=(hd0,1)
chainloader +1
}
### END /etc/grub.d/30_os-prober ###
*** END /boot/grub/grub.cfg

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

Kernel: Linux 2.6.25-k7
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.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+20080621-1 GRand Unified Bootloader, version 
ii  libc62.7-12  GNU C Library: Shared libraries
ii  liblzo2-22.03-1  data compression library
ii  libncurses5  5.6+20080614-1  Shared libraries for terminal hand

grub-pc recommends no packages.

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

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

iEYEARECAAYFAkhe4ZYACgkQXv1y35xy4qA8BgCfeqoLcb3C65fJFxzlgs0G7rZM
gqoAn3J7mz0FBhTygwIQr6rXEkAIg8Jx
=2xaW
-END PGP SIGNATURE-



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]