Bug#565210: grub-pc: Bug confirmed but only on a laptop not on a desktop-machine

mahashakti89 mahashakti89 at wanadoo.fr
Sat Jan 16 19:29:09 UTC 2010


Package: grub-pc
Version: 1.98~20100115-1
Severity: normal


I can confirm the bug on the latest version of grub-pc but ONLY on my laptop (ASUS F3JV)
I made the upgrade on my desktop-machine - from where I am typing this reportbug - and there is no problem.
If needed I can post the configuration details of the laptop.

Cheers

mahashakti89


-- Package-specific info:

*********************** BEGIN /proc/mounts
/dev/disk/by-uuid/f2b67345-255f-4bd4-b68d-20a0a04bd237 / xfs rw,noatime,nodiratime,attr2,noquota 0 0
/dev/hda1 /boot ext3 rw,relatime,errors=continue,data=ordered 0 0
/dev/hda5 /data xfs rw,noatime,nodiratime,attr2,noquota 0 0
/dev/hda8 /tmp xfs rw,noatime,nodiratime,attr2,noquota 0 0
/dev/hda9 /usr xfs rw,noatime,nodiratime,attr2,noquota 0 0
/dev/hda10 /var xfs rw,noatime,nodiratime,attr2,noquota 0 0
/dev/hdb5 /mnt/backup xfs rw,noatime,nodiratime,attr2,noquota 0 0
/dev/mapper/cryptpart /home xfs rw,noatime,nodiratime,attr2,noquota 0 0
*********************** END /proc/mounts

*********************** BEGIN /boot/grub/device.map
(hd0)	/dev/hda
(hd1)	/dev/hdb
(hd2)	/dev/sda
(hd3)	/dev/sdb
*********************** END /boot/grub/device.map

*********************** BEGIN /boot/grub/grub.cfg
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by /usr/sbin/grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
insmod biosdisk
insmod font
insmod vbe
insmod gfxterm
insmod videotest
insmod tga
insmod png
set default=0
insmod xfs
set root=(hd0,9)
search --no-floppy --fs-uuid --set 1bea7e7b-9c30-4dcb-8f58-13ed3ff3104f
if loadfont /share/grub/unicode.pf2 ; then
set gfxmode=800x600
  insmod gfxterm
  insmod vbe
  if terminal_output gfxterm ; then true ; else
    # For backward compatibility with versions of terminal.mod that don't
    # understand terminal_output
    terminal gfxterm
  fi
fi
set locale_dir=/boot/grub/locale
set lang=
insmod gettext 
set timeout=5
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=cyan/blue
set menu_color_highlight=white/blue
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
menuentry "Debian GNU/Linux, with Linux 2.6.32-ck2" {
	insmod ext2
	set root=(hd0,1)
	search --no-floppy --fs-uuid --set e3bd63f3-d0f0-4e0f-9d02-df78375b1631
	echo	Loading Linux 2.6.32-ck2 ...
	linux	//vmlinuz-2.6.32-ck2 root=UUID=f2b67345-255f-4bd4-b68d-20a0a04bd237 ro vga=791 splash true quiet resume2:swap=/dev/hda11 acpi_enforce_resources=lax
	echo	Loading initial ramdisk ...
	initrd	//initrd.img-2.6.32-ck2
}
menuentry "Debian GNU/Linux, with Linux 2.6.32-ck2 (recovery mode)" {
	insmod ext2
	set root=(hd0,1)
	search --no-floppy --fs-uuid --set e3bd63f3-d0f0-4e0f-9d02-df78375b1631
	echo	Loading Linux 2.6.32-ck2 ...
	linux	//vmlinuz-2.6.32-ck2 root=UUID=f2b67345-255f-4bd4-b68d-20a0a04bd237 ro single vga=791 splash true quiet
	echo	Loading initial ramdisk ...
	initrd	//initrd.img-2.6.32-ck2
}
menuentry "Debian GNU/Linux, with Linux 2.6.32" {
	insmod ext2
	set root=(hd0,1)
	search --no-floppy --fs-uuid --set e3bd63f3-d0f0-4e0f-9d02-df78375b1631
	echo	Loading Linux 2.6.32 ...
	linux	//vmlinuz-2.6.32 root=UUID=f2b67345-255f-4bd4-b68d-20a0a04bd237 ro vga=791 splash true quiet resume2:swap=/dev/hda11 acpi_enforce_resources=lax
	echo	Loading initial ramdisk ...
	initrd	//initrd.img-2.6.32
}
menuentry "Debian GNU/Linux, with Linux 2.6.32 (recovery mode)" {
	insmod ext2
	set root=(hd0,1)
	search --no-floppy --fs-uuid --set e3bd63f3-d0f0-4e0f-9d02-df78375b1631
	echo	Loading Linux 2.6.32 ...
	linux	//vmlinuz-2.6.32 root=UUID=f2b67345-255f-4bd4-b68d-20a0a04bd237 ro single vga=791 splash true quiet
	echo	Loading initial ramdisk ...
	initrd	//initrd.img-2.6.32
}
menuentry "Debian GNU/Linux, with Linux 2.6.31-09208-g569ec4c" {
	insmod ext2
	set root=(hd0,1)
	search --no-floppy --fs-uuid --set e3bd63f3-d0f0-4e0f-9d02-df78375b1631
	echo	Loading Linux 2.6.31-09208-g569ec4c ...
	linux	//vmlinuz-2.6.31-09208-g569ec4c root=UUID=f2b67345-255f-4bd4-b68d-20a0a04bd237 ro vga=791 splash true quiet resume2:swap=/dev/hda11 acpi_enforce_resources=lax
	echo	Loading initial ramdisk ...
	initrd	//initrd.img-2.6.31-09208-g569ec4c
}
menuentry "Debian GNU/Linux, with Linux 2.6.31-09208-g569ec4c (recovery mode)" {
	insmod ext2
	set root=(hd0,1)
	search --no-floppy --fs-uuid --set e3bd63f3-d0f0-4e0f-9d02-df78375b1631
	echo	Loading Linux 2.6.31-09208-g569ec4c ...
	linux	//vmlinuz-2.6.31-09208-g569ec4c root=UUID=f2b67345-255f-4bd4-b68d-20a0a04bd237 ro single vga=791 splash true quiet
	echo	Loading initial ramdisk ...
	initrd	//initrd.img-2.6.31-09208-g569ec4c
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Microsoft Windows XP Professionnel (on /dev/hdb1)" {
	insmod ntfs
	set root=(hd1,1)
	search --no-floppy --fs-uuid --set 869c5b8a9c5b73a1
	drivemap -s (hd0) ${root}
	chainloader +1
}
menuentry "Debian GNU/Linux, with Linux 2.6.26-2-amd64 (on /dev/sda6)" {
	insmod reiserfs
	set root=(hd2,1)
	search --no-floppy --fs-uuid --set aaa53a44-439a-45d3-9a6a-ad4ce187dd3a
	linux //vmlinuz-2.6.26-2-amd64 root=UUID=f685ad74-e82a-4d6a-87ae-261e9c5d1b84 ro quiet nosplash
	initrd //initrd.img-2.6.26-2-amd64
}
menuentry "Debian GNU/Linux, with Linux 2.6.26-2-amd64 (recovery mode) (on /dev/sda6)" {
	insmod reiserfs
	set root=(hd2,1)
	search --no-floppy --fs-uuid --set aaa53a44-439a-45d3-9a6a-ad4ce187dd3a
	linux //vmlinuz-2.6.26-2-amd64 root=UUID=f685ad74-e82a-4d6a-87ae-261e9c5d1b84 ro single
	initrd //initrd.img-2.6.26-2-amd64
}
menuentry "Windows 7 (loader) (on /dev/sdb1)" {
	insmod ntfs
	set root=(hd3,1)
	search --no-floppy --fs-uuid --set 7ade6be3769718cf
	chainloader +1
}
### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/40_custom ###

menuentry "FreeBSD" {
    set root=(hd3,2,a)
    kfreebsd /boot/loader
}
### END /etc/grub.d/40_custom ###
*********************** END /boot/grub/grub.cfg

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (996, 'unstable'), (101, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-ck2 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages grub-pc depends on:
ii  debconf [debconf-2.0]    1.5.28          Debian configuration management sy
ii  grub-common              1.98~20100115-1 GRand Unified Bootloader, version 
ii  libc6                    2.10.2-5        Embedded GNU C Library: Shared lib
ii  ucf                      3.0025          Update Configuration File: preserv

grub-pc recommends no packages.

Versions of packages grub-pc suggests:
ii  desktop-base                  5.0.5      common files for the Debian Deskto

-- debconf information:
  grub2/kfreebsd_cmdline:
* grub2/linux_cmdline: vga=791 splash true quiet
* grub-pc/chainload_from_menu.lst: true
  grub-pc/kopt_extracted: true
  grub-pc/postrm_purge_boot_grub: false
  grub2/kfreebsd_cmdline_default: quiet
* grub2/linux_cmdline_default: resume2:swap=/dev/hda11 acpi_enforce_resources=lax
* grub-pc/install_devices: /dev/hda







More information about the Pkg-grub-devel mailing list