Your message dated Wed, 20 Jan 2010 23:47:59 +0000
with message-id <e1nxkhh-0005gp...@ries.debian.org>
and subject line Bug#565160: fixed in grub2 1.98~experimental.20100120-1
has caused the Debian Bug report #565160,
regarding Linux console garbled after experimental grub-pc boot
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.)


-- 
565160: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=565160
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: grub-pc
Version: 1.98~experimental.20100111.1-1
Severity: serious

Hi,

Trying the experimental grub.  Like Fabian reported in
<http://bugs.debian.org/564844>, text does not show up in the
graphical boot menu.  But that is fine for now; I blindly hit enter,
and grub boots the default item, which is Linux
2.6.33-rc3-next-20100111-02660-g364764 (a recent snapshot of the
linux-next tree).

But the screen with some bullets, a rectangle, and no text does not go
away.  Did grub not notice I pressed enter?  No, I hear the hard drive
accessed in the same pattern as a normal boot.  So I blindly log in
and start X; X is fine.  If I switch back to the text-mode console
now, I get something similar to the boot menu screen, but with some
snow mixed in.  Back to X, fine.  Rebooting Linux with kexec does
nothing to help this.  Odd.

Version 1.98~experimental.20091229-1 is similar: though the boot menu
looks like text mode, when Linux boots, it is garbled and I cannot
make out anything until I start X.

Version 1.98~20100110-1, on the other hand, seems to initialize the
console correctly.

Video card is ATI Technologies Inc Rage Mobility M3 AGP 2x [1002:4c46],
which is to say, an r128.  Bugscript output attached.

Despite the glitches, this does look promising. :-)

Hope that helps,
Jonathan
*********************** BEGIN /proc/mounts
/dev/disk/by-uuid/3b48df60-83e0-4fd2-a152-22b942ab5599 / ext4 
rw,relatime,errors=remount-ro,barrier=1,data=ordered 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/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
}
insmod ext2
set root=(/dev/sda,1)
search --no-floppy --fs-uuid --set 3b48df60-83e0-4fd2-a152-22b942ab5599
if loadfont /usr/share/grub/unicode.pf2 ; then
  set gfxmode=640x480
  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
insmod ext2
set root=(/dev/sda,1)
search --no-floppy --fs-uuid --set 3b48df60-83e0-4fd2-a152-22b942ab5599
insmod gfxmenu
set theme=($root)/boot/grub/debian-theme/theme.txt
set menuviewer=gfxmenu
fi
set locale_dir=/boot/grub/locale
set lang=en
insmod gettext
set timeout=5
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
set gfxpayload=keep
insmod png
loadfont /boot/grub/dejavu_sans_10.pf2
loadfont /boot/grub/dejavu_sans_12.pf2
loadfont /boot/grub/dejavu_sans_bold_14.pf2
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.33-rc3-next-20100111-02660-g364764e" --class debian --class gnu-linux 
--class gnu --class os {
        insmod ext2
        set root=(/dev/sda,1)
        search --no-floppy --fs-uuid --set 3b48df60-83e0-4fd2-a152-22b942ab5599
        echo    Loading Linux 2.6.33-rc3-next-20100111-02660-g364764e ...
        linux   /boot/vmlinuz-2.6.33-rc3-next-20100111-02660-g364764e 
root=UUID=3b48df60-83e0-4fd2-a152-22b942ab5599 ro  quiet
        echo    Loading initial ramdisk ...
        initrd  /boot/initrd.img-2.6.33-rc3-next-20100111-02660-g364764e
}
menuentry "Debian GNU/Linux, with Linux 2.6.33-rc3-next-20100111-02660-g364764e 
(recovery mode)" --class debian --class gnu-linux --class gnu --class os {
        insmod ext2
        set root=(/dev/sda,1)
        search --no-floppy --fs-uuid --set 3b48df60-83e0-4fd2-a152-22b942ab5599
        echo    Loading Linux 2.6.33-rc3-next-20100111-02660-g364764e ...
        linux   /boot/vmlinuz-2.6.33-rc3-next-20100111-02660-g364764e 
root=UUID=3b48df60-83e0-4fd2-a152-22b942ab5599 ro single 
        echo    Loading initial ramdisk ...
        initrd  /boot/initrd.img-2.6.33-rc3-next-20100111-02660-g364764e
}
menuentry "Debian GNU/Linux, with Linux 2.6.33-rc2-00304-g9ab1276" --class 
debian --class gnu-linux --class gnu --class os {
        insmod ext2
        set root=(/dev/sda,1)
        search --no-floppy --fs-uuid --set 3b48df60-83e0-4fd2-a152-22b942ab5599
        echo    Loading Linux 2.6.33-rc2-00304-g9ab1276 ...
        linux   /boot/vmlinuz-2.6.33-rc2-00304-g9ab1276 
root=UUID=3b48df60-83e0-4fd2-a152-22b942ab5599 ro  quiet
        echo    Loading initial ramdisk ...
        initrd  /boot/initrd.img-2.6.33-rc2-00304-g9ab1276
}
menuentry "Debian GNU/Linux, with Linux 2.6.33-rc2-00304-g9ab1276 (recovery 
mode)" --class debian --class gnu-linux --class gnu --class os {
        insmod ext2
        set root=(/dev/sda,1)
        search --no-floppy --fs-uuid --set 3b48df60-83e0-4fd2-a152-22b942ab5599
        echo    Loading Linux 2.6.33-rc2-00304-g9ab1276 ...
        linux   /boot/vmlinuz-2.6.33-rc2-00304-g9ab1276 
root=UUID=3b48df60-83e0-4fd2-a152-22b942ab5599 ro single 
        echo    Loading initial ramdisk ...
        initrd  /boot/initrd.img-2.6.33-rc2-00304-g9ab1276
}
menuentry "Debian GNU/Linux, with Linux 2.6.32-trunk-686" --class debian 
--class gnu-linux --class gnu --class os {
        insmod ext2
        set root=(/dev/sda,1)
        search --no-floppy --fs-uuid --set 3b48df60-83e0-4fd2-a152-22b942ab5599
        echo    Loading Linux 2.6.32-trunk-686 ...
        linux   /boot/vmlinuz-2.6.32-trunk-686 
root=UUID=3b48df60-83e0-4fd2-a152-22b942ab5599 ro  quiet
        echo    Loading initial ramdisk ...
        initrd  /boot/initrd.img-2.6.32-trunk-686
}
menuentry "Debian GNU/Linux, with Linux 2.6.32-trunk-686 (recovery mode)" 
--class debian --class gnu-linux --class gnu --class os {
        insmod ext2
        set root=(/dev/sda,1)
        search --no-floppy --fs-uuid --set 3b48df60-83e0-4fd2-a152-22b942ab5599
        echo    Loading Linux 2.6.32-trunk-686 ...
        linux   /boot/vmlinuz-2.6.32-trunk-686 
root=UUID=3b48df60-83e0-4fd2-a152-22b942ab5599 ro single 
        echo    Loading initial ramdisk ...
        initrd  /boot/initrd.img-2.6.32-trunk-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/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 ###
*********************** END /boot/grub/grub.cfg

--- End Message ---
--- Begin Message ---
Source: grub2
Source-Version: 1.98~experimental.20100120-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.98~experimental.20100120-1_amd64.deb
  to main/g/grub2/grub-common_1.98~experimental.20100120-1_amd64.deb
grub-coreboot_1.98~experimental.20100120-1_amd64.deb
  to main/g/grub2/grub-coreboot_1.98~experimental.20100120-1_amd64.deb
grub-efi-amd64_1.98~experimental.20100120-1_amd64.deb
  to main/g/grub2/grub-efi-amd64_1.98~experimental.20100120-1_amd64.deb
grub-efi-ia32_1.98~experimental.20100120-1_amd64.deb
  to main/g/grub2/grub-efi-ia32_1.98~experimental.20100120-1_amd64.deb
grub-efi_1.98~experimental.20100120-1_amd64.deb
  to main/g/grub2/grub-efi_1.98~experimental.20100120-1_amd64.deb
grub-emu_1.98~experimental.20100120-1_amd64.deb
  to main/g/grub2/grub-emu_1.98~experimental.20100120-1_amd64.deb
grub-firmware-qemu_1.98~experimental.20100120-1_amd64.deb
  to main/g/grub2/grub-firmware-qemu_1.98~experimental.20100120-1_amd64.deb
grub-ieee1275_1.98~experimental.20100120-1_amd64.deb
  to main/g/grub2/grub-ieee1275_1.98~experimental.20100120-1_amd64.deb
grub-linuxbios_1.98~experimental.20100120-1_amd64.deb
  to main/g/grub2/grub-linuxbios_1.98~experimental.20100120-1_amd64.deb
grub-pc_1.98~experimental.20100120-1_amd64.deb
  to main/g/grub2/grub-pc_1.98~experimental.20100120-1_amd64.deb
grub-rescue-pc_1.98~experimental.20100120-1_amd64.deb
  to main/g/grub2/grub-rescue-pc_1.98~experimental.20100120-1_amd64.deb
grub2_1.98~experimental.20100120-1.dsc
  to main/g/grub2/grub2_1.98~experimental.20100120-1.dsc
grub2_1.98~experimental.20100120-1.tar.gz
  to main/g/grub2/grub2_1.98~experimental.20100120-1.tar.gz
grub2_1.98~experimental.20100120-1_amd64.deb
  to main/g/grub2/grub2_1.98~experimental.20100120-1_amd64.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 565...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Robert Millan <rmh.deb...@aybabtu.com> (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: SHA1

Format: 1.8
Date: Wed, 20 Jan 2010 20:20:02 +0100
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 amd64
Version: 1.98~experimental.20100120-1
Distribution: experimental
Urgency: low
Maintainer: GRUB Maintainers <pkg-grub-de...@lists.alioth.debian.org>
Changed-By: Robert Millan <rmh.deb...@aybabtu.com>
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: 565160 565375
Changes: 
 grub2 (1.98~experimental.20100120-1) experimental; urgency=low
 .
   * New Bazaar snapshot.
     - Linux loader is more careful about video mode transition now.
       (Closes: #565160)
 .
   [ Robert Millan ]
   * Fix handling of separate /boot in gfxmenu code.  (Closes: #565375)
     - debian/debian-theme/theme.txt: Turn absolute path into relative.
     - debian/grub.d/05_debian_theme: Fix handling of /boot/grub path.
Checksums-Sha1: 
 17d371f7c2c053a911210db7118c7e8936df612a 1602 
grub2_1.98~experimental.20100120-1.dsc
 e156e8853a4c2b8bf60c041b52c45bfd2dd9f61b 1955030 
grub2_1.98~experimental.20100120-1.tar.gz
 1e175fb552e8104aa16d2efa8f7070870a655e04 237738 
grub2_1.98~experimental.20100120-1_amd64.deb
 8a8d50e89c253ec222bae705c080dcec833a4ce9 236578 
grub-linuxbios_1.98~experimental.20100120-1_amd64.deb
 268234d8abc1902d74ec4833896f84a49ac090e5 236572 
grub-efi_1.98~experimental.20100120-1_amd64.deb
 a074342f21c77d1ff8343475fc5d3071c3791330 1553282 
grub-common_1.98~experimental.20100120-1_amd64.deb
 0379d5d656e081a98157737b9904fdafdaadfba2 896730 
grub-emu_1.98~experimental.20100120-1_amd64.deb
 d01df4b19460e3ef682006908f6c82182040e315 932328 
grub-pc_1.98~experimental.20100120-1_amd64.deb
 11e87e212ecb31955e78abc191c086d3cb2f8572 237368 
grub-rescue-pc_1.98~experimental.20100120-1_amd64.deb
 1c3e7fe323509843bd65966212eeb5b7cc5a967d 711500 
grub-coreboot_1.98~experimental.20100120-1_amd64.deb
 61894153fb3e108a5110f72412517db6b4630c7f 745778 
grub-efi-ia32_1.98~experimental.20100120-1_amd64.deb
 d49aeff832b5e47bbd8ddbcd49aefb19b50efc3b 814034 
grub-efi-amd64_1.98~experimental.20100120-1_amd64.deb
 9a45302758f10acbd80d23661bdb68a7c57f921e 703600 
grub-ieee1275_1.98~experimental.20100120-1_amd64.deb
 58d4eb9e2e58570947bb100f3df11a043cdaaa8e 628250 
grub-firmware-qemu_1.98~experimental.20100120-1_amd64.deb
Checksums-Sha256: 
 2e08bd9172f55d12cd6dee86c70c6d8f73af3214e53168dc464893d9c7357751 1602 
grub2_1.98~experimental.20100120-1.dsc
 92aa1b7882847a4e11318adb5bf6179c0a3d49c72b89bdec5513b4ccdef55026 1955030 
grub2_1.98~experimental.20100120-1.tar.gz
 2249be830dfd03687030ad17d977dd332bb08e834169dd251ba114d7b682c053 237738 
grub2_1.98~experimental.20100120-1_amd64.deb
 ac8b34ee0b179851fa669a8c229c701b5a2489996d1f78f7fe77ead0b184c141 236578 
grub-linuxbios_1.98~experimental.20100120-1_amd64.deb
 467c064b2d19d53cad206cabc9f34f58d1b49819250347a2b83d0694e025edfa 236572 
grub-efi_1.98~experimental.20100120-1_amd64.deb
 3d86c5988b2caee2ae840d4dcc7fd322b134bbe925f0c3d237506813ca203730 1553282 
grub-common_1.98~experimental.20100120-1_amd64.deb
 5c02658f3e5fb9dcaacc3c6c4e1fac606d0264add1a285e8bbcdfc0be64298ca 896730 
grub-emu_1.98~experimental.20100120-1_amd64.deb
 a4088d3a013039ab259a0f8df5e25ce9788ce67fa3625f8c7879d4ea19f6cb4d 932328 
grub-pc_1.98~experimental.20100120-1_amd64.deb
 f96808ada9e318ebd0eb649246f16000e3b8f7823bcf20036250304f38e1c590 237368 
grub-rescue-pc_1.98~experimental.20100120-1_amd64.deb
 3bd0edf02157ebaa979bb77d68a477349e75eb8f9ceaeae2789ebfe668565862 711500 
grub-coreboot_1.98~experimental.20100120-1_amd64.deb
 060530cc2a68a5240ea21ea8beaa4df9ccbc80bb95e5804caefb065f7f6ced9b 745778 
grub-efi-ia32_1.98~experimental.20100120-1_amd64.deb
 ec43b79ef38e97bd0fb25cc13002be30221fbbb50484d1f639f19e742202994f 814034 
grub-efi-amd64_1.98~experimental.20100120-1_amd64.deb
 47b674b7c6420aad9488e6ec5c798fa36a263a6bd5230569b07055f870c9a054 703600 
grub-ieee1275_1.98~experimental.20100120-1_amd64.deb
 88152396652c7c7df6d06c60bf80ba71b498c04cfe80f844b6ab0dff263b71d5 628250 
grub-firmware-qemu_1.98~experimental.20100120-1_amd64.deb
Files: 
 f49d6c613eaeff02f12460eded167b06 1602 admin extra 
grub2_1.98~experimental.20100120-1.dsc
 806395d4388d1f181f6e52c7130b2a12 1955030 admin extra 
grub2_1.98~experimental.20100120-1.tar.gz
 86529a834700298efb2adeb88064af0d 237738 admin extra 
grub2_1.98~experimental.20100120-1_amd64.deb
 96707eb18742548172f34b3b7ca24e29 236578 admin extra 
grub-linuxbios_1.98~experimental.20100120-1_amd64.deb
 28f7f8766530324ac260e2bcac013ca8 236572 admin extra 
grub-efi_1.98~experimental.20100120-1_amd64.deb
 d708a45d80890ef9686280439d6bc5ce 1553282 admin extra 
grub-common_1.98~experimental.20100120-1_amd64.deb
 cd43910464563a7f130a7f6ba5188609 896730 admin extra 
grub-emu_1.98~experimental.20100120-1_amd64.deb
 c4e3eda8cc4155a394818a36ba0702ba 932328 admin extra 
grub-pc_1.98~experimental.20100120-1_amd64.deb
 622d3a54c541a3cf877cf3b9d3ad0dd7 237368 admin extra 
grub-rescue-pc_1.98~experimental.20100120-1_amd64.deb
 5cc87eaf4caf29cb5553be34218ad79c 711500 admin extra 
grub-coreboot_1.98~experimental.20100120-1_amd64.deb
 ccf746cd12ad74f62a8d2b5e1f501cba 745778 admin extra 
grub-efi-ia32_1.98~experimental.20100120-1_amd64.deb
 fffac488c39882a233ebab3018bbc0da 814034 admin extra 
grub-efi-amd64_1.98~experimental.20100120-1_amd64.deb
 1f3db7920214be033c174407accad494 703600 admin extra 
grub-ieee1275_1.98~experimental.20100120-1_amd64.deb
 622639c1fa3f99aa861e4137369c2c17 628250 admin extra 
grub-firmware-qemu_1.98~experimental.20100120-1_amd64.deb

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

iEYEARECAAYFAktXkaQACgkQC19io6rUCv/EogCeNYaE8un9E4RrfnYk2dBbxt97
F6YAniSyRD3q/oqSclr7iWOQ5mNRQRNO
=e/E+
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to