Your message dated Tue, 21 Dec 2010 19:17:34 +0000
with message-id <[email protected]>
and subject line Bug#605615: fixed in grub2 1.99~20101221-1
has caused the Debian Bug report #605615,
regarding grub-pc: Error in catalan translation that makes system unbootable
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 [email protected]
immediately.)
--
605615: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=605615
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: grub-pc
Version: 1.98+20100804-10
Severity: important
System boots again when I changed these messages:
echo 'S'''està carregant el Linux 2.6.34-1-686 ...'
to
echo 'Carregant el Linux 2.6.34-1-686 ...'
echo 'S'\''està carregant la ramdisk inicial ...'
to
echo 'Carregant la ramdisk inicial ...'
Before this, the system doesn't boots with "Unrecognized token", "Syntax error"
and "Incorrect command" Grub errors.
Best regards.
-- Package-specific info:
*********************** BEGIN /proc/mounts
/dev/disk/by-uuid/08308c19-770b-44a8-bb1d-4ad853e9f3b6 / ext3
rw,relatime,errors=remount-ro,data=ordered 0 0
/dev/sdb1 /media/disk ext4 rw,nosuid,nodev,relatime,barrier=1,data=ordered 0 0
*********************** END /proc/mounts
*********************** BEGIN /boot/grub/device.map
(hd0) /dev/disk/by-id/ata-ST3250310AS_6RY9FPZB
(hd1)
/dev/disk/by-id/usb-WD_15EADS_External_57442D574341565930353639343538-0:0
*********************** 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,msdos1)'
search --no-floppy --fs-uuid --set 08308c19-770b-44a8-bb1d-4ad853e9f3b6
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 08308c19-770b-44a8-bb1d-4ad853e9f3b6
set locale_dir=($root)/boot/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.34-1-686' --class debian --class
gnu-linux --class gnu --class os {
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set 08308c19-770b-44a8-bb1d-4ad853e9f3b6
echo 'Carregant el Linux 2.6.34-1-686 ...'
linux /boot/vmlinuz-2.6.34-1-686
root=UUID=08308c19-770b-44a8-bb1d-4ad853e9f3b6 ro quiet radeon.modeset=0
echo 'Carregant la ramdisk inicial ...'
initrd /boot/initrd.img-2.6.34-1-686
}
menuentry 'Debian GNU/Linux, amb el Linux 2.6.34-1-686 (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 08308c19-770b-44a8-bb1d-4ad853e9f3b6
echo 'Carregant el Linux 2.6.34-1-686 ...'
linux /boot/vmlinuz-2.6.34-1-686
root=UUID=08308c19-770b-44a8-bb1d-4ad853e9f3b6 ro single radeon.modeset=0
echo 'Carregant la ramdisk inicial ...'
initrd /boot/initrd.img-2.6.34-1-686
}
### 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
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.34-1-686 (SMP w/2 CPU cores)
Locale: LANG=ca_ES.UTF-8, LC_CTYPE=ca_ES.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.37 Debian configuration management sy
ii grub-common 1.98+20100804-10 GRand Unified Bootloader, version
ii libc6 2.11.2-7 Embedded GNU C Library: Shared lib
ii libdevmapper1.02.1 2:1.02.48-4 The Linux Kernel Device Mapper use
ii ucf 3.0025+nmu1 Update Configuration File: preserv
grub-pc recommends no packages.
Versions of packages grub-pc suggests:
pn desktop-base <none> (no description available)
-- debconf information:
grub2/kfreebsd_cmdline:
grub2/device_map_regenerated:
* grub2/linux_cmdline: readeon.modeset=0
grub-pc/install_devices_failed: false
grub-pc/chainload_from_menu.lst: true
grub-pc/kopt_extracted: false
grub-pc/postrm_purge_boot_grub: false
grub-pc/disk_description:
grub2/kfreebsd_cmdline_default: quiet
* grub2/linux_cmdline_default: quiet
grub-pc/install_devices_empty: false
* grub-pc/install_devices: /dev/disk/by-id/ata-ST3250310AS_6RY9FPZB
grub-pc/install_devices_failed_upgrade: true
grub-pc/partition_description:
grub-pc/install_devices_disks_changed:
grub-pc/mixed_legacy_and_grub2: true
--- End Message ---
--- Begin Message ---
Source: grub2
Source-Version: 1.99~20101221-1
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.99~20101221-1_i386.deb
to main/g/grub2/grub-common_1.99~20101221-1_i386.deb
grub-coreboot_1.99~20101221-1_i386.deb
to main/g/grub2/grub-coreboot_1.99~20101221-1_i386.deb
grub-efi-amd64_1.99~20101221-1_i386.deb
to main/g/grub2/grub-efi-amd64_1.99~20101221-1_i386.deb
grub-efi-ia32_1.99~20101221-1_i386.deb
to main/g/grub2/grub-efi-ia32_1.99~20101221-1_i386.deb
grub-efi_1.99~20101221-1_i386.deb
to main/g/grub2/grub-efi_1.99~20101221-1_i386.deb
grub-emu_1.99~20101221-1_i386.deb
to main/g/grub2/grub-emu_1.99~20101221-1_i386.deb
grub-firmware-qemu_1.99~20101221-1_i386.deb
to main/g/grub2/grub-firmware-qemu_1.99~20101221-1_i386.deb
grub-ieee1275_1.99~20101221-1_i386.deb
to main/g/grub2/grub-ieee1275_1.99~20101221-1_i386.deb
grub-linuxbios_1.99~20101221-1_i386.deb
to main/g/grub2/grub-linuxbios_1.99~20101221-1_i386.deb
grub-pc_1.99~20101221-1_i386.deb
to main/g/grub2/grub-pc_1.99~20101221-1_i386.deb
grub-rescue-pc_1.99~20101221-1_i386.deb
to main/g/grub2/grub-rescue-pc_1.99~20101221-1_i386.deb
grub2_1.99~20101221-1.diff.gz
to main/g/grub2/grub2_1.99~20101221-1.diff.gz
grub2_1.99~20101221-1.dsc
to main/g/grub2/grub2_1.99~20101221-1.dsc
grub2_1.99~20101221-1_i386.deb
to main/g/grub2/grub2_1.99~20101221-1_i386.deb
grub2_1.99~20101221.orig.tar.gz
to main/g/grub2/grub2_1.99~20101221.orig.tar.gz
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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Colin Watson <[email protected]> (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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Tue, 21 Dec 2010 17:43:52 +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.99~20101221-1
Distribution: experimental
Urgency: low
Maintainer: GRUB Maintainers <[email protected]>
Changed-By: Colin Watson <[email protected]>
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: 605567 605615
Changes:
grub2 (1.99~20101221-1) experimental; urgency=low
.
* New Bazaar snapshot.
- Initialise next pointer when creating multiboot module (closes:
#605567).
- 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).
- Fix use of uninitialised memory in Reed-Solomon recovery code
(LP: #686705).
Checksums-Sha1:
f1b4ff2e54ce9fca4189c34eea1be7185ad5a157 2877 grub2_1.99~20101221-1.dsc
a04b161773bd71e6078c2f20150f1967e2b1d1d3 3660696
grub2_1.99~20101221.orig.tar.gz
c10309c1b8a57f708114ec7040d42e138b1ffde5 468805 grub2_1.99~20101221-1.diff.gz
68b206295f1d784705c5700d5ada2b4ce5e3e113 322424 grub2_1.99~20101221-1_i386.deb
8bcc8c08e6ceeacce3cdc8b9b4be7543f25c023f 320984
grub-linuxbios_1.99~20101221-1_i386.deb
0276fe5c994f1ac19e89b565419d0e0557c6e2d5 320986
grub-efi_1.99~20101221-1_i386.deb
f76255611d3a43e461d815b14861302e3e108ee3 1971914
grub-common_1.99~20101221-1_i386.deb
753680bdbc6ac10d410ae3b1230215ea6fa9d7ec 3250386
grub-emu_1.99~20101221-1_i386.deb
7a21e81b39ea66135eac0c1b4eebac085bc2aab1 1144622
grub-pc_1.99~20101221-1_i386.deb
8190a458feb2df0896f41b5c994be457911665df 1529538
grub-rescue-pc_1.99~20101221-1_i386.deb
c361a989030bc9e3068f1bee6066c6635b47caba 917552
grub-coreboot_1.99~20101221-1_i386.deb
79fcd0719c6453167d67e65c9215da6eb0383562 932394
grub-efi-ia32_1.99~20101221-1_i386.deb
47e605ac410a96bf9f0afb6ae20e598399d73ee9 1021028
grub-efi-amd64_1.99~20101221-1_i386.deb
b15db033e7a6fc53209556a4f8939d86462f4b8d 913842
grub-ieee1275_1.99~20101221-1_i386.deb
038fa96584a8dd581ee1cef43764935ad28c75b0 832894
grub-firmware-qemu_1.99~20101221-1_i386.deb
Checksums-Sha256:
4db7f8edcbcfc0d4fde58831806345b6086d8784d50d6826126ef90232b5a87a 2877
grub2_1.99~20101221-1.dsc
4aa7950c9f00eb339e87ef782ed929bc94d64c62da984448e60ed277a87a638d 3660696
grub2_1.99~20101221.orig.tar.gz
c1771a16e57d9f8213c3e7f6e0ac2c4a808b911524582a84feb2b2aacd37f3e5 468805
grub2_1.99~20101221-1.diff.gz
d0952e11f2acca5e6c050278a9d1bb850e3bcb867d39770e674804428887f0ea 322424
grub2_1.99~20101221-1_i386.deb
0bbbb6861503cd2f0e9843f8ce214ba2586bd1296133fd1cf28b42650c563da0 320984
grub-linuxbios_1.99~20101221-1_i386.deb
becb02e71457927674ca39dbd3703aca8ead78f840347884c5ef6d5003c20fa5 320986
grub-efi_1.99~20101221-1_i386.deb
f7e86c4ed04702c635eab21f335b6a5a4fd262898db22f98f9dde3753c0a7c28 1971914
grub-common_1.99~20101221-1_i386.deb
eebea9ffa9ebe6cf6e4150b7a9e3cb9211aa7cff0079bb88a8db4c68229a4fb8 3250386
grub-emu_1.99~20101221-1_i386.deb
bfbf37dd3cc11faa1c8cd829aeab4fba9261f89779ec7f614e8c63e998feabeb 1144622
grub-pc_1.99~20101221-1_i386.deb
b8dda5fae47c01e36b2dfd41118d6ecc093f0340d14c6ddd06507e780380fa3f 1529538
grub-rescue-pc_1.99~20101221-1_i386.deb
2efc716ddf0d03e0a920f8d11568327aaca6ab340ecd5f1d88b44e8db4a338e3 917552
grub-coreboot_1.99~20101221-1_i386.deb
ff6fa8583eab49b6ddc0035de1fd6b57772a017a16dbec8dc58ebfe54bb05832 932394
grub-efi-ia32_1.99~20101221-1_i386.deb
0aade91314099213a698969dab45fa6878bbb5d4fd3db4312600e31eb7b698dc 1021028
grub-efi-amd64_1.99~20101221-1_i386.deb
1ae2bf96964da1a043c1ae919b1d8292cd093a20f67039a17c3bcfef344e0613 913842
grub-ieee1275_1.99~20101221-1_i386.deb
66dd810db5b5c251416d4d7dccdb3e5cbc5135183889f607c7972e89c77df394 832894
grub-firmware-qemu_1.99~20101221-1_i386.deb
Files:
bcbd96034f6a22fc83d30f07f045b1de 2877 admin extra grub2_1.99~20101221-1.dsc
4bf2297c931e7e5973577680f8fe30f0 3660696 admin extra
grub2_1.99~20101221.orig.tar.gz
944fc723d19328ee1d64393023460e08 468805 admin extra
grub2_1.99~20101221-1.diff.gz
6875c9aa77c3343b2673571f6918b234 322424 admin extra
grub2_1.99~20101221-1_i386.deb
de544a201b1b1829fe9cc10509ed7c41 320984 admin extra
grub-linuxbios_1.99~20101221-1_i386.deb
89c1f2e06e46e0a50fdeada0ff65fd8e 320986 admin extra
grub-efi_1.99~20101221-1_i386.deb
3c5896538de12403586427b8aee4768a 1971914 admin optional
grub-common_1.99~20101221-1_i386.deb
0d8e7273afdc6b016215537ebdbffcd4 3250386 admin extra
grub-emu_1.99~20101221-1_i386.deb
3325c8a67970377b2d447ac989dcfcac 1144622 admin optional
grub-pc_1.99~20101221-1_i386.deb
b6e26668ebd99c40448ed08dcb0d0d97 1529538 admin extra
grub-rescue-pc_1.99~20101221-1_i386.deb
08334b8c96207ac50badd13aea767c9d 917552 admin extra
grub-coreboot_1.99~20101221-1_i386.deb
53185301a227fa7537ea4d0f7ef8185b 932394 admin extra
grub-efi-ia32_1.99~20101221-1_i386.deb
a6b7524f1381e1539f2743d311097272 1021028 admin extra
grub-efi-amd64_1.99~20101221-1_i386.deb
c192938c469827abade188bb75746608 913842 admin extra
grub-ieee1275_1.99~20101221-1_i386.deb
47e0d5c0ed2ca79b75aea0a789ce2819 832894 admin extra
grub-firmware-qemu_1.99~20101221-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Colin Watson <[email protected]> -- Debian developer
iQIVAwUBTRD37zk1h9l9hlALAQgptg/9GM7Uvijoj2CGnAEYfIV0sPKWbEFsQNxP
17uNqRf1h+zGOZCAi71dZ3Bu1B+laz+p0Q7FHD6nNISNdS7s4aoQ5PPKLf7CqLM9
s9eDhPor6roUPb2rLljp2QHXim1Vc/JuDluEoNlKRT4/H0bSrjgVF6oYtWAfzv6x
wP+7fKgZTAfY0Ac9F+j/FLEccWiXJx+HH2BCw4aHOswUAD0KO5e3J0qkgCZ9MXZz
V8wOwvQfBamFO9290X5fgBna1wEdxb2KBzXxzTrheJVsT0pR/EGkK3VQcJs4irWS
4ZYd2CpKqOS1bxZ/IO/L/myp9d6UPtCHr8ka1UUDzMMwq6ChnOg/Lt3+AfRSwydy
9k1uMXkcIsirrCSLAp18oEvaCXuRfm/aNqNnI7YElUwdDPEzT+GcOqYShObptF2b
EVLJ184IWm3UARJguMIZdWtYxJuAfdDWqtTUQ2apCrgJ/uLjESxDdKhhpOEO/BWB
H7W7hIB6IXCIf62DPOjEQPrEnEIAuHfTIliNKNOcHMUJoQQhjoOgo8r6moVFtcN7
jJ7sfBwp5s+bTVo/QckUSmD1y69MF5GZB0nvSObDiTx7vwS5G+bHfLvjg6eNCKH0
OXKBv+7Cj5ZwgD9iW3yql7DYp2QqcdJa3TImJd2u/DLrOBIbwDeMNr6/ES7FjwFX
SoBbOwNcZu8=
=f+NA
-----END PGP SIGNATURE-----
--- End Message ---