Package: grub-pc
Version: 1.99-27+deb7u2
Severity: normal

The bug report script "/usr/share/bug/grub-pc/script" prompts the user on the
terminal/console irregardless of the interface the user has selected for
reportbug.  Thus, if the user is using the GTK interface all they see is that
additional information is being collected, not that they are being prompted for
action on the terminal/console.



-- Package-specific info:

*********************** BEGIN /proc/mounts
/dev/mapper/vg0-root / xfs rw,relatime,attr2,inode64,noquota 0 0
/dev/mapper/vg0-home /home xfs rw,relatime,attr2,inode64,noquota 0 0
/dev/mapper/vg0-log /var/log xfs rw,relatime,attr2,inode64,noquota 0 0
/dev/mmcblk0p1 /media/jamin/keys ext3 
rw,nosuid,nodev,relatime,errors=continue,barrier=1,data=ordered 0 0
*********************** END /proc/mounts

*********************** BEGIN /boot/grub/device.map
(hd0)   /dev/disk/by-id/memstick-MS_0x79001edd
(hd1)   /dev/disk/by-id/ata-TOSHIBA_THNSNS128GMCP_42HS10GSTWRZ
(hd2)   /dev/disk/by-id/usb-SanDisk_Cruzer_Edge_20042906101E0E704FCC-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 lvm
insmod part_msdos
insmod xfs
set root='(vg0-root)'
search --no-floppy --fs-uuid --set=root bbad0904-e653-4fd3-a5bf-e5a04d870122
if loadfont /usr/share/grub/unicode.pf2 ; then
  set gfxmode=640x480
  load_video
  insmod gfxterm
  insmod lvm
  insmod part_msdos
  insmod xfs
  set root='(vg0-root)'
  search --no-floppy --fs-uuid --set=root bbad0904-e653-4fd3-a5bf-e5a04d870122
  set locale_dir=($root)/boot/grub/locale
  set lang=en_US
  insmod gettext
fi
terminal_output gfxterm
set timeout=5
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
insmod lvm
insmod part_msdos
insmod xfs
set root='(vg0-root)'
search --no-floppy --fs-uuid --set=root bbad0904-e653-4fd3-a5bf-e5a04d870122
insmod png
if background_image /usr/share/images/desktop-base/joy-grub.png; then
  set color_normal=white/black
  set color_highlight=black/white
else
  set menu_color_normal=cyan/blue
  set menu_color_highlight=white/blue
fi
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
menuentry 'Debian GNU/Linux, with Linux 3.10-3-amd64' --class debian --class 
gnu-linux --class gnu --class os {
        load_video
        insmod gzio
        insmod lvm
        insmod part_msdos
        insmod xfs
        set root='(vg0-root)'
        search --no-floppy --fs-uuid --set=root 
bbad0904-e653-4fd3-a5bf-e5a04d870122
        echo    'Loading Linux 3.10-3-amd64 ...'
        linux   /boot/vmlinuz-3.10-3-amd64 root=/dev/mapper/vg0-root ro 
initrd=/install/gtk/initrd.gz quiet
        echo    'Loading initial ramdisk ...'
        initrd  /boot/initrd.img-3.10-3-amd64
}
menuentry 'Debian GNU/Linux, with Linux 3.10-3-amd64 (recovery mode)' --class 
debian --class gnu-linux --class gnu --class os {
        load_video
        insmod gzio
        insmod lvm
        insmod part_msdos
        insmod xfs
        set root='(vg0-root)'
        search --no-floppy --fs-uuid --set=root 
bbad0904-e653-4fd3-a5bf-e5a04d870122
        echo    'Loading Linux 3.10-3-amd64 ...'
        linux   /boot/vmlinuz-3.10-3-amd64 root=/dev/mapper/vg0-root ro single 
initrd=/install/gtk/initrd.gz
        echo    'Loading initial ramdisk ...'
        initrd  /boot/initrd.img-3.10-3-amd64
}
menuentry 'Debian GNU/Linux, with Linux 3.2.0-4-amd64' --class debian --class 
gnu-linux --class gnu --class os {
        load_video
        insmod gzio
        insmod lvm
        insmod part_msdos
        insmod xfs
        set root='(vg0-root)'
        search --no-floppy --fs-uuid --set=root 
bbad0904-e653-4fd3-a5bf-e5a04d870122
        echo    'Loading Linux 3.2.0-4-amd64 ...'
        linux   /boot/vmlinuz-3.2.0-4-amd64 root=/dev/mapper/vg0-root ro 
initrd=/install/gtk/initrd.gz quiet
        echo    'Loading initial ramdisk ...'
        initrd  /boot/initrd.img-3.2.0-4-amd64
}
menuentry 'Debian GNU/Linux, with Linux 3.2.0-4-amd64 (recovery mode)' --class 
debian --class gnu-linux --class gnu --class os {
        load_video
        insmod gzio
        insmod lvm
        insmod part_msdos
        insmod xfs
        set root='(vg0-root)'
        search --no-floppy --fs-uuid --set=root 
bbad0904-e653-4fd3-a5bf-e5a04d870122
        echo    'Loading Linux 3.2.0-4-amd64 ...'
        linux   /boot/vmlinuz-3.2.0-4-amd64 root=/dev/mapper/vg0-root ro single 
initrd=/install/gtk/initrd.gz
        echo    'Loading initial ramdisk ...'
        initrd  /boot/initrd.img-3.2.0-4-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/20_memtest86+ ###
menuentry "Memory test (memtest86+)" {
        insmod lvm
        insmod part_msdos
        insmod xfs
        set root='(vg0-root)'
        search --no-floppy --fs-uuid --set=root 
bbad0904-e653-4fd3-a5bf-e5a04d870122
        linux16 /boot/memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
        insmod lvm
        insmod part_msdos
        insmod xfs
        set root='(vg0-root)'
        search --no-floppy --fs-uuid --set=root 
bbad0904-e653-4fd3-a5bf-e5a04d870122
        linux16 /boot/memtest86+.bin console=ttyS0,115200n8
}
menuentry "Memory test (memtest86+, experimental multiboot)" {
        insmod lvm
        insmod part_msdos
        insmod xfs
        set root='(vg0-root)'
        search --no-floppy --fs-uuid --set=root 
bbad0904-e653-4fd3-a5bf-e5a04d870122
        multiboot       /boot/memtest86+_multiboot.bin
}
menuentry "Memory test (memtest86+, serial console 115200, experimental 
multiboot)" {
        insmod lvm
        insmod part_msdos
        insmod xfs
        set root='(vg0-root)'
        search --no-floppy --fs-uuid --set=root 
bbad0904-e653-4fd3-a5bf-e5a04d870122
        multiboot       /boot/memtest86+_multiboot.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###

### 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

*********************** BEGIN /proc/mdstat
cat: /proc/mdstat: No such file or directory
*********************** END /proc/mdstat

*********************** BEGIN /dev/disk/by-id
total 0
lrwxrwxrwx 1 root root  9 Nov 12 08:32 ata-TOSHIBA_THNSNS128GMCP_42HS10GSTWRZ 
-> ../../sda
lrwxrwxrwx 1 root root 10 Nov 12 08:32 
ata-TOSHIBA_THNSNS128GMCP_42HS10GSTWRZ-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Nov 12 08:32 dm-name-vg0-home -> ../../dm-3
lrwxrwxrwx 1 root root 10 Nov 12 08:32 dm-name-vg0-log -> ../../dm-2
lrwxrwxrwx 1 root root 10 Nov 12 08:32 dm-name-vg0-root -> ../../dm-0
lrwxrwxrwx 1 root root 10 Nov 12 08:52 dm-name-vg0-swap -> ../../dm-1
lrwxrwxrwx 1 root root 10 Nov 12 08:52 
dm-uuid-LVM-j8a3ViT5xnffy9s2dPPnRAzMcO1Zmn4Gh5chv1sPMvTV69IHavtUoI36WIbHJubf -> 
../../dm-1
lrwxrwxrwx 1 root root 10 Nov 12 08:32 
dm-uuid-LVM-j8a3ViT5xnffy9s2dPPnRAzMcO1Zmn4Gqf51HJ5HNnc9bIFlJUp6MGnbGDocA9eV -> 
../../dm-0
lrwxrwxrwx 1 root root 10 Nov 12 08:32 
dm-uuid-LVM-j8a3ViT5xnffy9s2dPPnRAzMcO1Zmn4GsNWgf0ZS4gVJI8Aw1uWMZCBwQgJLAIUe -> 
../../dm-3
lrwxrwxrwx 1 root root 10 Nov 12 08:32 
dm-uuid-LVM-j8a3ViT5xnffy9s2dPPnRAzMcO1Zmn4GuZ5jwWxtmOEuz1vE1uQqAIPiLJWnZ9BP -> 
../../dm-2
lrwxrwxrwx 1 root root 13 Nov 12 08:32 memstick-MS_0x79001edd -> ../../mmcblk0
lrwxrwxrwx 1 root root 15 Nov 12 08:32 memstick-MS_0x79001edd-part1 -> 
../../mmcblk0p1
lrwxrwxrwx 1 root root  9 Nov 12 08:32 scsi-SATA_TOSHIBA_THNSNS1242HS10GSTWRZ 
-> ../../sda
lrwxrwxrwx 1 root root 10 Nov 12 08:32 
scsi-SATA_TOSHIBA_THNSNS1242HS10GSTWRZ-part1 -> ../../sda1
*********************** END /dev/disk/by-id

*********************** BEGIN /dev/disk/by-uuid
total 0
lrwxrwxrwx 1 root root 15 Nov 12 08:32 2674fc5d-ee22-4316-8530-4522894d8035 -> 
../../mmcblk0p1
lrwxrwxrwx 1 root root 10 Nov 12 08:32 38f36cd8-1edf-464b-bcdc-4f3be33656a1 -> 
../../dm-3
lrwxrwxrwx 1 root root 10 Nov 12 08:52 8532446a-6ced-4df0-9f41-8035d06d89c3 -> 
../../dm-1
lrwxrwxrwx 1 root root 10 Nov 12 08:32 bbad0904-e653-4fd3-a5bf-e5a04d870122 -> 
../../dm-0
lrwxrwxrwx 1 root root 10 Nov 12 08:32 c2e9158b-c005-4500-a924-2706acd9f378 -> 
../../dm-2
*********************** END /dev/disk/by-uuid

-- System Information:
Debian Release: jessie/sid
  APT prefers testing-updates
  APT policy: (500, 'testing-updates'), (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.10-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages grub-pc depends on:
ii  debconf [debconf-2.0]  1.5.51
ii  grub-common            1.99-27+deb7u2
ii  grub-pc-bin            1.99-27+deb7u2
ii  grub2-common           1.99-27+deb7u2
ii  ucf                    3.0027+nmu1

grub-pc recommends no packages.

grub-pc suggests no packages.

-- debconf information:
  grub-pc/install_devices_failed_upgrade: true
  grub2/kfreebsd_cmdline_default: quiet
  grub2/device_map_regenerated:
  grub2/kfreebsd_cmdline:
  grub-pc/install_devices_failed: false
  grub-pc/kopt_extracted: false
* grub2/linux_cmdline: initrd=/install/gtk/initrd.gz
* grub2/linux_cmdline_default: quiet
  grub-pc/install_devices_empty: false
  grub-pc/install_devices_disks_changed:
* grub-pc/install_devices: 
/dev/disk/by-id/ata-TOSHIBA_THNSNS128GMCP_42HS10GSTWRZ
  grub-pc/mixed_legacy_and_grub2: true
  grub-pc/disk_description:
  grub-pc/chainload_from_menu.lst: true
  grub-pc/postrm_purge_boot_grub: false
  grub-pc/partition_description:


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to