Your message dated Wed, 9 Jul 2025 17:18:55 +0200
with message-id <288c4b7b-1bfe-4c71-a026-2abfb9927...@debian.org>
and subject line Re: Bug#965026: grub-emu is unusable with orca nor BRLTTY
has caused the Debian Bug report #965026,
regarding grub-emu hangs linux console when run as root
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.)
--
965026: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=965026
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: grub-emu
Version: 2.02+dfsg1-20
Severity: critical
Tags: a11y
Justification: breaks the whole system
Dear Maintainer,
I use Debian with Orca and BRLTTY and executed grub-emu.
When ran on mate-terminal, it shows an interface where BRLTTY displays "Screen
not in text mode" and Orca doesn't speak at all.
The only solution to stop it is to killall -9 grub-emu from another terminal.
The most critical situation is when I run grub-emu from a TTY session. In this
case, BRLTTY displays again "Screen not in text mode" and my system locked, I
was not able to close grub-emu nor to use another TTY to kill it.
The only solution I found to reboot correctly was use SSH.
-- Package-specific info:
*********************** BEGIN /proc/mounts
/dev/nvme0n1p3 / ext4 rw,noatime,nodiratime,errors=remount-ro 0 0
/dev/nvme0n1p2 /boot ext2 rw,noatime,nodiratime 0 0
/dev/sda4 /var/vm ext4 rw,noatime,nodiratime,quota,usrquota,grpquota 0 0
/dev/nvme0n1p1 /boot/efi vfat
rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro
0 0
/dev/sdb1 /home ext4 rw,relatime,quota,usrquota,grpquota 0 0
*********************** END /proc/mounts
*********************** 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
set have_grubenv=true
load_env
fi
if [ "${next_entry}" ] ; then
set default="${next_entry}"
set next_entry=
save_env next_entry
set boot_once=true
else
set default="${saved_entry}"
fi
if [ x"${feature_menuentry_id}" = xy ]; then
menuentry_id_option="--id"
else
menuentry_id_option=""
fi
export menuentry_id_option
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 {
if [ x$feature_all_video_module = xy ]; then
insmod all_video
else
insmod efi_gop
insmod efi_uga
insmod ieee1275_fb
insmod vbe
insmod vga
insmod video_bochs
insmod video_cirrus
fi
}
if [ x$feature_default_font_path = xy ] ; then
font=unicode
else
insmod part_gpt
insmod ext2
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root c520d8e3-9caa-45e3-9dc0-664205763df9
else
search --no-floppy --fs-uuid --set=root c520d8e3-9caa-45e3-9dc0-664205763df9
fi
font="/usr/share/grub/unicode.pf2"
fi
if loadfont $font ; then
set gfxmode=auto
load_video
insmod gfxterm
set locale_dir=$prefix/locale
set lang=fr_FR
insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ] ; then
set timeout=30
else
if [ x$feature_timeout_style = xy ] ; then
set timeout_style=menu
set timeout=1
# Fallback normal timeout code in case the timeout_style feature is
# unavailable.
else
set timeout=1
fi
fi
### END /etc/grub.d/00_header ###
### BEGIN /etc/grub.d/10_linux ###
function gfxmode {
set gfxpayload="${1}"
}
set linux_gfx_mode=
export linux_gfx_mode
menuentry 'Debian GNU/Linux' --class debian --class gnu-linux --class gnu
--class os $menuentry_id_option
'gnulinux-simple-c520d8e3-9caa-45e3-9dc0-664205763df9' {
savedefault
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root
1891f72e-62a2-4314-98c7-79626e392794
else
search --no-floppy --fs-uuid --set=root
1891f72e-62a2-4314-98c7-79626e392794
fi
echo 'Chargement de Linux 5.6.0-0.bpo.2-amd64…'
linux /vmlinuz-5.6.0-0.bpo.2-amd64
root=UUID=c520d8e3-9caa-45e3-9dc0-664205763df9 ro splash splash
echo 'Chargement du disque mémoire initial…'
initrd /initrd.img-5.6.0-0.bpo.2-amd64
}
submenu 'Options avancées pour Debian GNU/Linux' $menuentry_id_option
'gnulinux-advanced-c520d8e3-9caa-45e3-9dc0-664205763df9' {
menuentry 'Debian GNU/Linux, avec Linux 5.6.0-0.bpo.2-amd64' --class
debian --class gnu-linux --class gnu --class os $menuentry_id_option
'gnulinux-5.6.0-0.bpo.2-amd64-advanced-c520d8e3-9caa-45e3-9dc0-664205763df9' {
savedefault
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio;
fi
insmod part_gpt
insmod ext2
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root
1891f72e-62a2-4314-98c7-79626e392794
else
search --no-floppy --fs-uuid --set=root
1891f72e-62a2-4314-98c7-79626e392794
fi
echo 'Chargement de Linux 5.6.0-0.bpo.2-amd64…'
linux /vmlinuz-5.6.0-0.bpo.2-amd64
root=UUID=c520d8e3-9caa-45e3-9dc0-664205763df9 ro splash splash
echo 'Chargement du disque mémoire initial…'
initrd /initrd.img-5.6.0-0.bpo.2-amd64
}
menuentry 'Debian GNU/Linux, with Linux 5.6.0-0.bpo.2-amd64 (recovery
mode)' --class debian --class gnu-linux --class gnu --class os
$menuentry_id_option
'gnulinux-5.6.0-0.bpo.2-amd64-recovery-c520d8e3-9caa-45e3-9dc0-664205763df9' {
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio;
fi
insmod part_gpt
insmod ext2
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root
1891f72e-62a2-4314-98c7-79626e392794
else
search --no-floppy --fs-uuid --set=root
1891f72e-62a2-4314-98c7-79626e392794
fi
echo 'Chargement de Linux 5.6.0-0.bpo.2-amd64…'
linux /vmlinuz-5.6.0-0.bpo.2-amd64
root=UUID=c520d8e3-9caa-45e3-9dc0-664205763df9 ro single
echo 'Chargement du disque mémoire initial…'
initrd /initrd.img-5.6.0-0.bpo.2-amd64
}
menuentry 'Debian GNU/Linux, avec Linux 5.5.0-0.bpo.2-amd64' --class
debian --class gnu-linux --class gnu --class os $menuentry_id_option
'gnulinux-5.5.0-0.bpo.2-amd64-advanced-c520d8e3-9caa-45e3-9dc0-664205763df9' {
savedefault
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio;
fi
insmod part_gpt
insmod ext2
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root
1891f72e-62a2-4314-98c7-79626e392794
else
search --no-floppy --fs-uuid --set=root
1891f72e-62a2-4314-98c7-79626e392794
fi
echo 'Chargement de Linux 5.5.0-0.bpo.2-amd64…'
linux /vmlinuz-5.5.0-0.bpo.2-amd64
root=UUID=c520d8e3-9caa-45e3-9dc0-664205763df9 ro splash splash
echo 'Chargement du disque mémoire initial…'
initrd /initrd.img-5.5.0-0.bpo.2-amd64
}
menuentry 'Debian GNU/Linux, with Linux 5.5.0-0.bpo.2-amd64 (recovery
mode)' --class debian --class gnu-linux --class gnu --class os
$menuentry_id_option
'gnulinux-5.5.0-0.bpo.2-amd64-recovery-c520d8e3-9caa-45e3-9dc0-664205763df9' {
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio;
fi
insmod part_gpt
insmod ext2
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root
1891f72e-62a2-4314-98c7-79626e392794
else
search --no-floppy --fs-uuid --set=root
1891f72e-62a2-4314-98c7-79626e392794
fi
echo 'Chargement de Linux 5.5.0-0.bpo.2-amd64…'
linux /vmlinuz-5.5.0-0.bpo.2-amd64
root=UUID=c520d8e3-9caa-45e3-9dc0-664205763df9 ro single
echo 'Chargement du disque mémoire initial…'
initrd /initrd.img-5.5.0-0.bpo.2-amd64
}
}
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/30_uefi-firmware ###
menuentry 'System setup' $menuentry_id_option 'uefi-firmware' {
fwsetup
}
### END /etc/grub.d/30_uefi-firmware ###
### BEGIN /etc/grub.d/31_hypra_custom ###
insmod jpeg
background_image /usr/share/backgrounds/hypra/blue_sky_rocket.jpg
set menu_color_normal=black/black
set menu_color_highlight=black/yellow
set color_normal=black/black
set color_highlight=black/yellow
### END /etc/grub.d/31_hypra_custom ###
*********************** END /boot/grub/grub.cfg
*********************** BEGIN /proc/mdstat
cat: /proc/mdstat: No such file or directory
*********************** END /proc/mdstat
*********************** BEGIN LVM
*********************** END LVM
*********************** BEGIN /dev/disk/by-id
total 0
lrwxrwxrwx 1 root root 9 Jul 12 16:15 ata-ASUS_BC-12D2HT_K9IEBNJ3430 ->
../../sr1
lrwxrwxrwx 1 root root 9 Jul 12 16:15 ata-ASUS_BW-16D1HT_K9AF15J1158 ->
../../sr0
lrwxrwxrwx 1 root root 9 Jul 12 16:15 ata-ST2000DM001-1CH164_Z1E3R0EA ->
../../sdb
lrwxrwxrwx 1 root root 10 Jul 12 16:15 ata-ST2000DM001-1CH164_Z1E3R0EA-part1 ->
../../sdb1
lrwxrwxrwx 1 root root 9 Jul 12 16:15 ata-ST2000DM006_Z4ZA39R6 -> ../../sdc
lrwxrwxrwx 1 root root 9 Jul 12 16:15 ata-SanDisk_SDSSDXPS480G_151812400512 ->
../../sda
lrwxrwxrwx 1 root root 10 Jul 12 16:15
ata-SanDisk_SDSSDXPS480G_151812400512-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Jul 12 16:15
ata-SanDisk_SDSSDXPS480G_151812400512-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Jul 12 16:15
ata-SanDisk_SDSSDXPS480G_151812400512-part3 -> ../../sda3
lrwxrwxrwx 1 root root 10 Jul 12 16:15
ata-SanDisk_SDSSDXPS480G_151812400512-part4 -> ../../sda4
lrwxrwxrwx 1 root root 10 Jul 12 16:15
ata-SanDisk_SDSSDXPS480G_151812400512-part5 -> ../../sda5
lrwxrwxrwx 1 root root 13 Jul 12 16:15
nvme-Samsung_SSD_970_PRO_512GB_S463NF0M709668R -> ../../nvme0n1
lrwxrwxrwx 1 root root 15 Jul 12 16:15
nvme-Samsung_SSD_970_PRO_512GB_S463NF0M709668R-part1 -> ../../nvme0n1p1
lrwxrwxrwx 1 root root 15 Jul 12 16:15
nvme-Samsung_SSD_970_PRO_512GB_S463NF0M709668R-part2 -> ../../nvme0n1p2
lrwxrwxrwx 1 root root 15 Jul 12 16:15
nvme-Samsung_SSD_970_PRO_512GB_S463NF0M709668R-part3 -> ../../nvme0n1p3
lrwxrwxrwx 1 root root 13 Jul 12 16:15 nvme-eui.0025385791b20e4f ->
../../nvme0n1
lrwxrwxrwx 1 root root 15 Jul 12 16:15 nvme-eui.0025385791b20e4f-part1 ->
../../nvme0n1p1
lrwxrwxrwx 1 root root 15 Jul 12 16:15 nvme-eui.0025385791b20e4f-part2 ->
../../nvme0n1p2
lrwxrwxrwx 1 root root 15 Jul 12 16:15 nvme-eui.0025385791b20e4f-part3 ->
../../nvme0n1p3
lrwxrwxrwx 1 root root 9 Jul 12 16:15 wwn-0x5000c500505710df -> ../../sdb
lrwxrwxrwx 1 root root 10 Jul 12 16:15 wwn-0x5000c500505710df-part1 ->
../../sdb1
lrwxrwxrwx 1 root root 9 Jul 12 16:15 wwn-0x5000c500af724e91 -> ../../sdc
lrwxrwxrwx 1 root root 9 Jul 12 16:15 wwn-0x5001b44e644e6180 -> ../../sda
lrwxrwxrwx 1 root root 10 Jul 12 16:15 wwn-0x5001b44e644e6180-part1 ->
../../sda1
lrwxrwxrwx 1 root root 10 Jul 12 16:15 wwn-0x5001b44e644e6180-part2 ->
../../sda2
lrwxrwxrwx 1 root root 10 Jul 12 16:15 wwn-0x5001b44e644e6180-part3 ->
../../sda3
lrwxrwxrwx 1 root root 10 Jul 12 16:15 wwn-0x5001b44e644e6180-part4 ->
../../sda4
lrwxrwxrwx 1 root root 10 Jul 12 16:15 wwn-0x5001b44e644e6180-part5 ->
../../sda5
*********************** END /dev/disk/by-id
*********************** BEGIN /dev/disk/by-uuid
total 0
lrwxrwxrwx 1 root root 15 Jul 12 16:15 1891f72e-62a2-4314-98c7-79626e392794 ->
../../nvme0n1p2
lrwxrwxrwx 1 root root 10 Jul 12 16:15 4c2aaf45-ae9e-4483-8170-ce31a194a5f8 ->
../../sda4
lrwxrwxrwx 1 root root 10 Jul 12 16:15 569a34be-013b-4879-a4dd-246b5f9e1b45 ->
../../sda3
lrwxrwxrwx 1 root root 15 Jul 12 16:15 581A-F03D -> ../../nvme0n1p1
lrwxrwxrwx 1 root root 10 Jul 12 16:15 6a1e60f4-b826-43b8-ae09-3523809d166d ->
../../sda2
lrwxrwxrwx 1 root root 10 Jul 12 16:15 9f0145e9-5d5d-47ff-a8ea-6aa752c1ba32 ->
../../sdb1
lrwxrwxrwx 1 root root 10 Jul 12 16:15 D52A-37AF -> ../../sda1
lrwxrwxrwx 1 root root 15 Jul 12 16:15 c520d8e3-9caa-45e3-9dc0-664205763df9 ->
../../nvme0n1p3
lrwxrwxrwx 1 root root 10 Jul 12 16:15 ef23b306-cc6b-4906-aea8-60c14d47bbef ->
../../sda5
*********************** END /dev/disk/by-uuid
-- System Information:
Debian Release: 10.4
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 5.6.0-0.bpo.2-amd64 (SMP w/12 CPU cores)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE,
TAINT_UNSIGNED_MODULE
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8),
LANGUAGE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
Versions of packages grub-emu depends on:
ii grub-common 2.02+dfsg1-20
ii libc6 2.28-10
ii libdevmapper1.02.1 2:1.02.155-3
ii libgcc-s1 [libgcc1] 10-20200222-1
ii libgcc1 1:8.3.0-6
ii libsdl1.2debian 1.2.15+dfsg2-4
grub-emu recommends no packages.
grub-emu suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Version: 2.12-8
On Thu, 26 Jun 2025 20:58:58 +0200 =?UTF-8?Q?Bernhard_=C3=9Cbelacker?=
<bernha...@mailbox.org> wrote:
tried if I can reproduce this issue here and found it
shows up with a qemu VM without giving any vga device options.
I got following list where I could find the issue:
grub-emu (2.06-3~deb10u4, buster) broken
grub-emu (2.06-3~deb11u6, bullseye) broken
grub-emu (2.06-13+deb12u1, bookworm) broken
grub-emu (2.12-8, trixie/testing) working
I'm going to assume that this shows the issue is fixed and close the bug
with this version set, such that it still shows up for the broken releases.
Paul
OpenPGP_signature.asc
Description: OpenPGP digital signature
--- End Message ---