Your message dated Tue, 04 Jan 2011 13:02:48 +0000
with message-id <e1pa6xi-0000g5...@franck.debian.org>
and subject line Bug#605615: fixed in grub2 1.98+20100804-12
has caused the Debian Bug report #605615,
regarding [grub-pc] can not start linux
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.)


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

--- Please enter the report below this line. ---
when open thew computer lines for start linux has errors and not apear in grub 
menu.
Unrecognized token
syntax error
Incorrect command


--- System information. ---
Architecture: amd64
Kernel:       Linux 2.6.32-5-amd64

Debian Release: 6.0
  500 unstable        ftp.caliu.cat 
  500 unstable        ftp.bg.debian.org 
  500 testing         security.debian.org 
  500 testing         ftp.es.debian.org 
  500 testing         ftp.caliu.cat 
  500 lucid           ppa.launchpad.net 
    1 experimental    ftp.caliu.cat 

--- Package information. ---
Depends                           (Version) | Installed
===========================================-+-=====================
libc6                              (>= 2.3) | 2.11.2-7
libdevmapper1.02.1           (>= 2:1.02.36) | 2:1.02.48-4
debconf                           (>= 0.5)  | 1.5.37
 OR debconf-2.0                             | 
grub-common            (= 1.98+20100804-10) | 1.98+20100804-10
ucf                                         | 3.0025+nmu1


Package's Recommends field is empty.

Suggests          (Version) | Installed
===========================-+-===========
desktop-base     (>= 4.0.6) | 



--- Output from package bug script ---

*********************** BEGIN /proc/mounts
/dev/disk/by-uuid/7eaad052-d1d7-4efa-bf4f-02953932d8be / ext3 
rw,relatime,errors=remount-ro,acl,data=ordered 0 0
/dev/sda1 /boot ext3 rw,relatime,errors=continue,data=ordered 0 0
*********************** END /proc/mounts

*********************** BEGIN /boot/grub/device.map
(hd0)   /dev/disk/by-id/ata-ST31000340AS_3QJ016QF
*********************** END /boot/grub/device.map

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

### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
  load_env
fi
set default="0"
if [ "${prev_saved_entry}" ]; then
  set saved_entry="${prev_saved_entry}"
  save_env saved_entry
  set prev_saved_entry=
  save_env prev_saved_entry
  set boot_once=true
fi

function savedefault {
  if [ -z "${boot_once}" ]; then
    saved_entry="${chosen}"
    save_env saved_entry
  fi
}

function load_video {
  insmod vbe
  insmod vga
  insmod video_bochs
  insmod video_cirrus
}

insmod part_msdos
insmod ext2
set root='(hd0,msdos3)'
search --no-floppy --fs-uuid --set 7eaad052-d1d7-4efa-bf4f-02953932d8be
if loadfont /usr/share/grub/unicode.pf2 ; then
  set gfxmode=640x480
  load_video
  insmod gfxterm
fi
terminal_output gfxterm
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set 7a3fd54f-0b6f-4e08-8d9b-4e05a2ad7a3b
set locale_dir=($root)/grub/locale
set lang=ca
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, amb el Linux 2.6.32-5-amd64' --class debian 
--class gnu-linux --class gnu --class os {
        insmod part_msdos
        insmod ext2
        set root='(hd0,msdos1)'
        search --no-floppy --fs-uuid --set 7a3fd54f-0b6f-4e08-8d9b-4e05a2ad7a3b
        echo    'S'''est?? carregant el Linux 2.6.32-5-amd64 ...'
        linux   /vmlinuz-2.6.32-5-amd64 
root=UUID=7eaad052-d1d7-4efa-bf4f-02953932d8be ro  quiet
        echo    'S'\''est?? carregant la ramdisk inicial ...'
        initrd  /initrd.img-2.6.32-5-amd64
}
menuentry 'Debian GNU/Linux, amb el Linux 2.6.32-5-amd64 (mode de 
restabliment)' --class debian --class gnu-linux --class gnu --class os {
        insmod part_msdos
        insmod ext2
        set root='(hd0,msdos1)'
        search --no-floppy --fs-uuid --set 7a3fd54f-0b6f-4e08-8d9b-4e05a2ad7a3b
        echo    'S'''est?? carregant el Linux 2.6.32-5-amd64 ...'
        linux   /vmlinuz-2.6.32-5-amd64 
root=UUID=7eaad052-d1d7-4efa-bf4f-02953932d8be ro single 
        echo    'S'\''est?? carregant la ramdisk inicial ...'
        initrd  /initrd.img-2.6.32-5-amd64
}
menuentry 'Debian GNU/Linux, amb el Linux 2.6.32-3-amd64' --class debian 
--class gnu-linux --class gnu --class os {
        insmod part_msdos
        insmod ext2
        set root='(hd0,msdos1)'
        search --no-floppy --fs-uuid --set 7a3fd54f-0b6f-4e08-8d9b-4e05a2ad7a3b
        echo    'S'''est?? carregant el Linux 2.6.32-3-amd64 ...'
        linux   /vmlinuz-2.6.32-3-amd64 
root=UUID=7eaad052-d1d7-4efa-bf4f-02953932d8be ro  quiet
        echo    'S'\''est?? carregant la ramdisk inicial ...'
        initrd  /initrd.img-2.6.32-3-amd64
}
menuentry 'Debian GNU/Linux, amb el Linux 2.6.32-3-amd64 (mode de 
restabliment)' --class debian --class gnu-linux --class gnu --class os {
        insmod part_msdos
        insmod ext2
        set root='(hd0,msdos1)'
        search --no-floppy --fs-uuid --set 7a3fd54f-0b6f-4e08-8d9b-4e05a2ad7a3b
        echo    'S'''est?? carregant el Linux 2.6.32-3-amd64 ...'
        linux   /vmlinuz-2.6.32-3-amd64 
root=UUID=7eaad052-d1d7-4efa-bf4f-02953932d8be ro single 
        echo    'S'\''est?? carregant la ramdisk inicial ...'
        initrd  /initrd.img-2.6.32-3-amd64
}
menuentry 'Debian GNU/Linux, amb el Linux 2.6.30-1-amd64' --class debian 
--class gnu-linux --class gnu --class os {
        insmod part_msdos
        insmod ext2
        set root='(hd0,msdos1)'
        search --no-floppy --fs-uuid --set 7a3fd54f-0b6f-4e08-8d9b-4e05a2ad7a3b
        echo    'S'''est?? carregant el Linux 2.6.30-1-amd64 ...'
        linux   /vmlinuz-2.6.30-1-amd64 
root=UUID=7eaad052-d1d7-4efa-bf4f-02953932d8be ro  quiet
        echo    'S'\''est?? carregant la ramdisk inicial ...'
        initrd  /initrd.img-2.6.30-1-amd64
}
menuentry 'Debian GNU/Linux, amb el Linux 2.6.30-1-amd64 (mode de 
restabliment)' --class debian --class gnu-linux --class gnu --class os {
        insmod part_msdos
        insmod ext2
        set root='(hd0,msdos1)'
        search --no-floppy --fs-uuid --set 7a3fd54f-0b6f-4e08-8d9b-4e05a2ad7a3b
        echo    'S'''est?? carregant el Linux 2.6.30-1-amd64 ...'
        linux   /vmlinuz-2.6.30-1-amd64 
root=UUID=7eaad052-d1d7-4efa-bf4f-02953932d8be ro single 
        echo    'S'\''est?? carregant la ramdisk inicial ...'
        initrd  /initrd.img-2.6.30-1-amd64
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###

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

### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries.  Simply type the
# menu entries you want to add after this comment.  Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###

### BEGIN /etc/grub.d/41_custom ###
if [ -f  $prefix/custom.cfg ]; then
  source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###
*********************** END /boot/grub/grub.cfg



--- End Message ---
--- Begin Message ---
Source: grub2
Source-Version: 1.98+20100804-12

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

grub-common_1.98+20100804-12_i386.deb
  to main/g/grub2/grub-common_1.98+20100804-12_i386.deb
grub-coreboot_1.98+20100804-12_i386.deb
  to main/g/grub2/grub-coreboot_1.98+20100804-12_i386.deb
grub-efi-amd64_1.98+20100804-12_i386.deb
  to main/g/grub2/grub-efi-amd64_1.98+20100804-12_i386.deb
grub-efi-ia32_1.98+20100804-12_i386.deb
  to main/g/grub2/grub-efi-ia32_1.98+20100804-12_i386.deb
grub-efi_1.98+20100804-12_i386.deb
  to main/g/grub2/grub-efi_1.98+20100804-12_i386.deb
grub-emu_1.98+20100804-12_i386.deb
  to main/g/grub2/grub-emu_1.98+20100804-12_i386.deb
grub-firmware-qemu_1.98+20100804-12_i386.deb
  to main/g/grub2/grub-firmware-qemu_1.98+20100804-12_i386.deb
grub-ieee1275_1.98+20100804-12_i386.deb
  to main/g/grub2/grub-ieee1275_1.98+20100804-12_i386.deb
grub-linuxbios_1.98+20100804-12_i386.deb
  to main/g/grub2/grub-linuxbios_1.98+20100804-12_i386.deb
grub-pc_1.98+20100804-12_i386.deb
  to main/g/grub2/grub-pc_1.98+20100804-12_i386.deb
grub-rescue-pc_1.98+20100804-12_i386.deb
  to main/g/grub2/grub-rescue-pc_1.98+20100804-12_i386.deb
grub2_1.98+20100804-12.diff.gz
  to main/g/grub2/grub2_1.98+20100804-12.diff.gz
grub2_1.98+20100804-12.dsc
  to main/g/grub2/grub2_1.98+20100804-12.dsc
grub2_1.98+20100804-12_i386.deb
  to main/g/grub2/grub2_1.98+20100804-12_i386.deb



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 605...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Colin Watson <cjwat...@debian.org> (supplier of updated grub2 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 ftpmas...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Tue, 04 Jan 2011 00:42:29 +0000
Source: grub2
Binary: grub2 grub-linuxbios grub-efi grub-common grub-emu grub-pc 
grub-rescue-pc grub-coreboot grub-efi-ia32 grub-efi-amd64 grub-ieee1275 
grub-firmware-qemu grub-yeeloong
Architecture: source i386
Version: 1.98+20100804-12
Distribution: unstable
Urgency: low
Maintainer: GRUB Maintainers <pkg-grub-de...@lists.alioth.debian.org>
Changed-By: Colin Watson <cjwat...@debian.org>
Description: 
 grub-common - GRand Unified Bootloader, version 2 (common files)
 grub-coreboot - GRand Unified Bootloader, version 2 (Coreboot version)
 grub-efi   - GRand Unified Bootloader, version 2 (dummy package)
 grub-efi-amd64 - GRand Unified Bootloader, version 2 (EFI-AMD64 version)
 grub-efi-ia32 - GRand Unified Bootloader, version 2 (EFI-IA32 version)
 grub-emu   - GRand Unified Bootloader, version 2 (emulated version)
 grub-firmware-qemu - GRUB firmware image for QEMU
 grub-ieee1275 - GRand Unified Bootloader, version 2 (Open Firmware version)
 grub-linuxbios - GRand Unified Bootloader, version 2 (dummy package)
 grub-pc    - GRand Unified Bootloader, version 2 (PC/BIOS version)
 grub-rescue-pc - GRUB bootable rescue images, version 2 (PC/BIOS version)
 grub-yeeloong - GRand Unified Bootloader, version 2 (Yeeloong version)
 grub2      - GRand Unified Bootloader, version 2 (dummy package)
Closes: 543924 594967 605567 605615 608449
Changes: 
 grub2 (1.98+20100804-12) unstable; urgency=low
 .
   * Backport from upstream:
     - Support big ext2 files (closes: #543924).
     - Fix gettext quoting to work with bash as /bin/sh, and make echo
       UTF-8-clean so that (at least) Catalan boot messages are displayed
       properly (closes: #605615).
     - Initialise next pointer when creating multiboot module (closes:
       #605567).
     - Fix PCI probing hangs by skipping remaining functions on devices that
       do not implement function 0 (closes: #594967).
   * Use semicolons rather than commas to separate size from model in debconf
     disk and partition descriptions; commas are too easily confused with the
     multiselect choice separator, and in particular make it impossible to
     answer questions properly in the editor frontend (closes: #608449).
     Unfuzzy all translations where possible.
Checksums-Sha1: 
 3ba001dce44202d1adaf0c3c20714ba10b35d9cd 2895 grub2_1.98+20100804-12.dsc
 e4c1ed17487ad4b3896d23ea7c5f9b1a3a110ee4 984753 grub2_1.98+20100804-12.diff.gz
 ac1fc022985a9b4e82b7d5a64c39d40e008cd3e2 282444 grub2_1.98+20100804-12_i386.deb
 5f97073ab786c3ce93fb4e98ddde341ee54cb2ff 281272 
grub-linuxbios_1.98+20100804-12_i386.deb
 f6b586d679ea488f4b51079baf250fec2f5e70ad 281286 
grub-efi_1.98+20100804-12_i386.deb
 ed55e89aa61a47350e14c4a0d7695422eb485e8f 1779000 
grub-common_1.98+20100804-12_i386.deb
 729a65651f02ec72caec6627003c397e21e5d32c 2784722 
grub-emu_1.98+20100804-12_i386.deb
 adbc23ec282f5268a64b880b2e3de79ffebfcb24 1020734 
grub-pc_1.98+20100804-12_i386.deb
 63e1eead48eb4a4b31b9c24d99af169a8aeaf488 1476810 
grub-rescue-pc_1.98+20100804-12_i386.deb
 aa0ac49b24f3d875cde91a41ebcb0e499870c396 776978 
grub-coreboot_1.98+20100804-12_i386.deb
 784451db0d2cf06373a8ee1f92e29baa698e452f 811712 
grub-efi-ia32_1.98+20100804-12_i386.deb
 6eaf1749776436236558b23b9d84c6eb558b16d5 884888 
grub-efi-amd64_1.98+20100804-12_i386.deb
 64cb4bab0610942b83b8ac1fae34264e588adccd 767944 
grub-ieee1275_1.98+20100804-12_i386.deb
 33c9c42e9ad088f2fef396fda1645c8f4742048f 708580 
grub-firmware-qemu_1.98+20100804-12_i386.deb
Checksums-Sha256: 
 24aa7be6369f5a93b0a0b66a274c4ba6307b99e281932af0b3270328c3dfe406 2895 
grub2_1.98+20100804-12.dsc
 f6b7df9f71ced4d86f4fa1815f3774eef3a5d6a7ca06bf687a0e6ce2b7c9eacf 984753 
grub2_1.98+20100804-12.diff.gz
 c8d0ce61a106c7fa5f551430d125d9b2c1c67271a866f94eaa95a7d83fa3db03 282444 
grub2_1.98+20100804-12_i386.deb
 473dfa616629e391137d23ff1cfcbd35e61ee1cfdd48089494b1cf15c232cf28 281272 
grub-linuxbios_1.98+20100804-12_i386.deb
 77e7a8fd7db50c73289c93e9d71f63f6ed2917bc3ab828e68f62a7553d07ebb4 281286 
grub-efi_1.98+20100804-12_i386.deb
 902217985dc7c28aa0b850e634f3c5ef42a8c2dcb3ef81d8dc0f99130a080079 1779000 
grub-common_1.98+20100804-12_i386.deb
 209f3104e449812add2c2495113dec18c64113d1697a1b80941adddcdc31cfd9 2784722 
grub-emu_1.98+20100804-12_i386.deb
 90df6ac558ba1ffa08ccabc394707810b3c094d0c2497349ed6016dc386c44fe 1020734 
grub-pc_1.98+20100804-12_i386.deb
 4c814297880a106898db077dd0f818172879b84bae67f07ccb70e0b7f0a75f20 1476810 
grub-rescue-pc_1.98+20100804-12_i386.deb
 be08cf92992731c5b3c29527c6ab4b7b14820d3c99c7aec99df7043d502cc98d 776978 
grub-coreboot_1.98+20100804-12_i386.deb
 98ef4f0f339d5c0df264665135c6c4300a9c597c64ed7a930539081a6f0b0e3d 811712 
grub-efi-ia32_1.98+20100804-12_i386.deb
 b78f0390c8b70142d8894aa7e8473edfffc29ae113e59ebe2a31dc8b4f3dc258 884888 
grub-efi-amd64_1.98+20100804-12_i386.deb
 82dc8b49e97ebadc735f72060585444cb47ad9e7aece255a8aaae9950b3c9c30 767944 
grub-ieee1275_1.98+20100804-12_i386.deb
 0e007386f42516ca2ae1dc2e7fb9b25824cc14f65862971c7aa7200a3f09f879 708580 
grub-firmware-qemu_1.98+20100804-12_i386.deb
Files: 
 2ecd627643c01837fed44a618c2c6501 2895 admin extra grub2_1.98+20100804-12.dsc
 4c1faec1048efc3e99fbbfe7e017004f 984753 admin extra 
grub2_1.98+20100804-12.diff.gz
 8e2659da17e23aa27c8fbfefdcbbe99b 282444 admin extra 
grub2_1.98+20100804-12_i386.deb
 a35c6c347ce7d0c7036006acb4de6f71 281272 admin extra 
grub-linuxbios_1.98+20100804-12_i386.deb
 ef95c6a6241e6b56ec7017501a5a5a1f 281286 admin extra 
grub-efi_1.98+20100804-12_i386.deb
 e52ff2e59619bc3a3634189f3a7dc0be 1779000 admin optional 
grub-common_1.98+20100804-12_i386.deb
 efc2bf0a914d72cd90bfb2c60f958b6f 2784722 admin extra 
grub-emu_1.98+20100804-12_i386.deb
 8f0d6bdf9f32ffb460ddae1bbeb00dbe 1020734 admin optional 
grub-pc_1.98+20100804-12_i386.deb
 0dec20450a881c6f6dfa583852f3a674 1476810 admin extra 
grub-rescue-pc_1.98+20100804-12_i386.deb
 77e47633a45bbe2510fc7c12e3073121 776978 admin extra 
grub-coreboot_1.98+20100804-12_i386.deb
 8c0d05945d6164ce2beb95b9ffaed8da 811712 admin extra 
grub-efi-ia32_1.98+20100804-12_i386.deb
 901cc6cd6bd32c697631e2698e1d3892 884888 admin extra 
grub-efi-amd64_1.98+20100804-12_i386.deb
 98b9f188b9d06846c4b967c887e32c26 767944 admin extra 
grub-ieee1275_1.98+20100804-12_i386.deb
 17b596b2788bf3543052a3f07fdc8312 708580 admin extra 
grub-firmware-qemu_1.98+20100804-12_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Colin Watson <cjwat...@debian.org> -- Debian developer

iQIVAwUBTSMV2Tk1h9l9hlALAQibBQ//ZNM7o9sK3iCXmHO0J4xrOs9hXmGr5XqK
F5b2ZBfNVZzdSjZo4waYk2iTLE6IVis9VBhFkz4QHmf4HE3NrIiv1u5iazNBPvbT
CcxVW8uj/85tGAZafmumbD28s5yhA8Qva/j44+hyOfNTiZ+0M5rKQmHSdoebdhU9
3dQXCMEEoiFUFhhZeLHqXCAxL1fr79rA6DQHoOCc9JL/+fL0vbeQ5nWsjWoehH+i
D4Mjvb9hxyRdm8l4PMJVIMKEWTzk/jCium+DDbN/m/7zkINd2RmdlBn5Bsy9e1li
0IdKFyUeG4NvTIakZW6lZsv/FaZ3EgdYkhSxPE957H8xNidLMrACLksw45kWUNss
FPytF/H3IgtYUmKFILvZzUQVD62W+oTOhc6AWO7jE7ZHVVb7UDlmdstbSPJpxn4H
Y4ipa0yK8R6uN+29lxibfeI547XX6J9revQNZH6auL+Jf6yQm0QTLJoppvzScecD
ELfouYBE9v1N0uJtRKCZeTGBcl7t6o2tCncHJP4pIElIH9FkLWUsGaYZmsaA26d5
iY1X5eeY+ssV/kVfTE/MhHe6EGg4W+7Tt5Q0RDt5M8+K2YuPmVt7/TkXYJvvQDqx
1VbALUfMZrVLG9Ko3iv1kpJHEmGLRk+lSx9IXNUzqMhgNcI5s39NEkXyMvZmagmW
oe2BGgy6eFU=
=v22R
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to