Your message dated Tue, 30 Jun 2009 02:30:39 +0200
with message-id <20090630003039.ga1...@thorin>
and subject line fixed
has caused the Debian Bug report #535026,
regarding grub-pc: text mode virtual terminals blank after graphical login 
screen appears
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.)


-- 
535026: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=535026
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: grub-pc
Version: 1.96+20090628-1
Severity: normal


After installing this version of grub-pc, startup appears normal, but once I
get to the graphical login screen, using control-alt-F1 .. control-alt-F6
results in blank login screens (I've been able to log into them blind).
Hitting control-alt-F7 returns me successfully to the graphical session.

I've also had dosemu in the graphical session fail to remap drives (lredir)
when using this version of grub.

Reverting to a two-week old SVN build of GRUB2 fixes these problems.

-- Package-specific info:

*********************** BEGIN /proc/mounts
/dev/disk/by-uuid/96c96a61-8615-4715-86d0-09cb8c62638c / ext3 
rw,relatime,errors=remount-ro,acl,data=ordered 0 0
/dev/hda1 /boot ext3 rw,relatime,errors=continue,data=ordered 0 0
/dev/hda6 /victoria vfat 
rw,relatime,fmask=0022,dmask=0000,allow_utime=0022,codepage=cp437,iocharset=utf8,utf8
 0 0
/dev/sdb1 /scsic vfat 
rw,relatime,uid=65534,gid=65534,fmask=0000,dmask=0000,allow_utime=0022,codepage=cp437,iocharset=utf8
 0 0
/dev/sdb5 /scsid vfat 
rw,relatime,uid=65534,gid=65534,fmask=0000,dmask=0000,allow_utime=0022,codepage=cp437,iocharset=utf8
 0 0
/dev/sda /mnt/usb8gig vfat 
rw,nosuid,nodev,noexec,relatime,uid=65534,gid=65534,fmask=0000,dmask=0000,allow_utime=0022,codepage=cp437,iocharset=utf8,shortname=win95
 0 0
*********************** END /proc/mounts

*********************** BEGIN /boot/grub/device.map
(hd0)   /dev/hda
(hd1)   /dev/disk/by-id/scsi-SIBM_DCAS-34330W_F3T92021
#(hd2)   /dev/disk/by-id/usb-Verbatim_STORE_N_GO_078A18B40293-0:0
#(hd2)   /dev/disk/by-id/usb-Flash_Drive_AU_USB2.0_OGUN4WMN-0:0
(hd3) /dev/hdc
*********************** 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 ###
set default=4
set timeout=10
if terminal_input console ; then true ; else
  # For backward compatibility with versions of terminal.mod that don't
  # understand terminal_input
  terminal console
fi
if terminal_output console ; then true ; else
  # For backward compatibility with versions of terminal.mod that don't
  # understand terminal_output
  terminal console
fi
### 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, Linux 2.6.30-trunk-686" {
        set root=(hd0,1)
        search --no-floppy --fs-uuid --set bfdeb6d6-0b77-4beb-a63d-bdc3e455b8ea
        linux   /vmlinuz-2.6.30-trunk-686 
root=UUID=96c96a61-8615-4715-86d0-09cb8c62638c ro  
        initrd  /initrd.img-2.6.30-trunk-686
}
menuentry "Debian GNU/Linux, Linux 2.6.30-trunk-686 (recovery mode)" {
        set root=(hd0,1)
        search --no-floppy --fs-uuid --set bfdeb6d6-0b77-4beb-a63d-bdc3e455b8ea
        linux   /vmlinuz-2.6.30-trunk-686 
root=UUID=96c96a61-8615-4715-86d0-09cb8c62638c ro single 
        initrd  /initrd.img-2.6.30-trunk-686
}
menuentry "Debian GNU/Linux, Linux 2.6.30-1-686" {
        set root=(hd0,1)
        search --no-floppy --fs-uuid --set bfdeb6d6-0b77-4beb-a63d-bdc3e455b8ea
        linux   /vmlinuz-2.6.30-1-686 
root=UUID=96c96a61-8615-4715-86d0-09cb8c62638c ro  
        initrd  /initrd.img-2.6.30-1-686
}
menuentry "Debian GNU/Linux, Linux 2.6.30-1-686 (recovery mode)" {
        set root=(hd0,1)
        search --no-floppy --fs-uuid --set bfdeb6d6-0b77-4beb-a63d-bdc3e455b8ea
        linux   /vmlinuz-2.6.30-1-686 
root=UUID=96c96a61-8615-4715-86d0-09cb8c62638c ro single 
        initrd  /initrd.img-2.6.30-1-686
}
menuentry "Debian GNU/Linux, Linux 2.6.30" {
        set root=(hd0,1)
        search --no-floppy --fs-uuid --set bfdeb6d6-0b77-4beb-a63d-bdc3e455b8ea
        linux   /vmlinuz-2.6.30 root=UUID=96c96a61-8615-4715-86d0-09cb8c62638c 
ro  
        initrd  /initrd.img-2.6.30
}
menuentry "Debian GNU/Linux, Linux 2.6.30 (recovery mode)" {
        set root=(hd0,1)
        search --no-floppy --fs-uuid --set bfdeb6d6-0b77-4beb-a63d-bdc3e455b8ea
        linux   /vmlinuz-2.6.30 root=UUID=96c96a61-8615-4715-86d0-09cb8c62638c 
ro single 
        initrd  /initrd.img-2.6.30
}
menuentry "Debian GNU/Linux, Linux 2.6.30-rc8-686" {
        set root=(hd0,1)
        search --no-floppy --fs-uuid --set bfdeb6d6-0b77-4beb-a63d-bdc3e455b8ea
        linux   /vmlinuz-2.6.30-rc8-686 
root=UUID=96c96a61-8615-4715-86d0-09cb8c62638c ro  
        initrd  /initrd.img-2.6.30-rc8-686
}
menuentry "Debian GNU/Linux, Linux 2.6.30-rc8-686 (recovery mode)" {
        set root=(hd0,1)
        search --no-floppy --fs-uuid --set bfdeb6d6-0b77-4beb-a63d-bdc3e455b8ea
        linux   /vmlinuz-2.6.30-rc8-686 
root=UUID=96c96a61-8615-4715-86d0-09cb8c62638c ro single 
        initrd  /initrd.img-2.6.30-rc8-686
}
menuentry "Debian GNU/Linux, Linux 2.6.30-rc8" {
        set root=(hd0,1)
        search --no-floppy --fs-uuid --set bfdeb6d6-0b77-4beb-a63d-bdc3e455b8ea
        linux   /vmlinuz-2.6.30-rc8 
root=UUID=96c96a61-8615-4715-86d0-09cb8c62638c ro  
        initrd  /initrd.img-2.6.30-rc8
}
menuentry "Debian GNU/Linux, Linux 2.6.30-rc8 (recovery mode)" {
        set root=(hd0,1)
        search --no-floppy --fs-uuid --set bfdeb6d6-0b77-4beb-a63d-bdc3e455b8ea
        linux   /vmlinuz-2.6.30-rc8 
root=UUID=96c96a61-8615-4715-86d0-09cb8c62638c ro single 
        initrd  /initrd.img-2.6.30-rc8
}
menuentry "Debian GNU/Linux, Linux 2.6.30-rc7-686" {
        set root=(hd0,1)
        search --no-floppy --fs-uuid --set bfdeb6d6-0b77-4beb-a63d-bdc3e455b8ea
        linux   /vmlinuz-2.6.30-rc7-686 
root=UUID=96c96a61-8615-4715-86d0-09cb8c62638c ro  
        initrd  /initrd.img-2.6.30-rc7-686
}
menuentry "Debian GNU/Linux, Linux 2.6.30-rc7-686 (recovery mode)" {
        set root=(hd0,1)
        search --no-floppy --fs-uuid --set bfdeb6d6-0b77-4beb-a63d-bdc3e455b8ea
        linux   /vmlinuz-2.6.30-rc7-686 
root=UUID=96c96a61-8615-4715-86d0-09cb8c62638c ro single 
        initrd  /initrd.img-2.6.30-rc7-686
}
menuentry "Debian GNU/Linux, Linux 2.6.30-rc7" {
        set root=(hd0,1)
        search --no-floppy --fs-uuid --set bfdeb6d6-0b77-4beb-a63d-bdc3e455b8ea
        linux   /vmlinuz-2.6.30-rc7 
root=UUID=96c96a61-8615-4715-86d0-09cb8c62638c ro  
        initrd  /initrd.img-2.6.30-rc7
}
menuentry "Debian GNU/Linux, Linux 2.6.30-rc7 (recovery mode)" {
        set root=(hd0,1)
        search --no-floppy --fs-uuid --set bfdeb6d6-0b77-4beb-a63d-bdc3e455b8ea
        linux   /vmlinuz-2.6.30-rc7 
root=UUID=96c96a61-8615-4715-86d0-09cb8c62638c ro single 
        initrd  /initrd.img-2.6.30-rc7
}
menuentry "Debian GNU/Linux, Linux 2.6.29-2-686" {
        set root=(hd0,1)
        search --no-floppy --fs-uuid --set bfdeb6d6-0b77-4beb-a63d-bdc3e455b8ea
        linux   /vmlinuz-2.6.29-2-686 
root=UUID=96c96a61-8615-4715-86d0-09cb8c62638c ro  
        initrd  /initrd.img-2.6.29-2-686
}
menuentry "Debian GNU/Linux, Linux 2.6.29-2-686 (recovery mode)" {
        set root=(hd0,1)
        search --no-floppy --fs-uuid --set bfdeb6d6-0b77-4beb-a63d-bdc3e455b8ea
        linux   /vmlinuz-2.6.29-2-686 
root=UUID=96c96a61-8615-4715-86d0-09cb8c62638c ro single 
        initrd  /initrd.img-2.6.29-2-686
}
menuentry "Debian GNU/Linux, Linux 2.6.29" {
        set root=(hd0,1)
        search --no-floppy --fs-uuid --set bfdeb6d6-0b77-4beb-a63d-bdc3e455b8ea
        linux   /vmlinuz-2.6.29 root=UUID=96c96a61-8615-4715-86d0-09cb8c62638c 
ro  
        initrd  /initrd.img-2.6.29
}
menuentry "Debian GNU/Linux, Linux 2.6.29 (recovery mode)" {
        set root=(hd0,1)
        search --no-floppy --fs-uuid --set bfdeb6d6-0b77-4beb-a63d-bdc3e455b8ea
        linux   /vmlinuz-2.6.29 root=UUID=96c96a61-8615-4715-86d0-09cb8c62638c 
ro single 
        initrd  /initrd.img-2.6.29
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry "Memory test (memtest86+)" {
        linux   /memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
        linux   /memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###

### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Windows 95/98/Me (on /dev/sdb1)" {
        set root=(hd1,1)
        search --no-floppy --fs-uuid --set 0831-11dd
        drivemap -s (hd0) ${root}
        chainloader +1
}
### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/40_custom ###
# This file is an example on how to add custom entries
### END /etc/grub.d/40_custom ###
*********************** END /boot/grub/grub.cfg

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.30 (SMP w/1 CPU core; PREEMPT)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages grub-pc depends on:
ii  debconf [debconf-2.0]    1.5.26          Debian configuration management sy
ii  grub-common              1.96+20090628-1 GRand Unified Bootloader, version 
ii  libc6                    2.9-18          GNU C Library: Shared libraries
ii  ucf                      3.0018          Update Configuration File: preserv

grub-pc recommends no packages.

Versions of packages grub-pc suggests:
pn  desktop-base                  <none>     (no description available)
ii  genisoimage                   9:1.1.9-1  Creates ISO-9660 CD-ROM filesystem
ii  os-prober                     1.29       utility to detect other OSes on a 

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



--- End Message ---
--- Begin Message ---
Version: 1.96+20090629-1

Arthur reported on IRC that my latest fixes (now in 1.96+20090629-1) resolved
this problem.  Please confirm if you can, thanks.

-- 
Robert Millan

  The DRM opt-in fallacy: "Your data belongs to us. We will decide when (and
  how) you may access your data; but nobody's threatening your freedom: we
  still allow you to remove your data and not access it at all."


--- End Message ---

Reply via email to