Bug#741652: grub-pc-bin: No boot, cannot find root partition
Andrei POPESCU
andreimpopescu at gmail.com
Sat Mar 15 10:00:08 UTC 2014
Control: reassign -1 src:grub2 2.02~beta2-7
On Vi, 14 mar 14, 22:51:56, Joe Rowan wrote:
> Source: grub-pc-bin
> Version: 2.02~beta2-7
> Severity: critical
> Justification: breaks the whole system
>
> Dear Maintainer,
>
>
> * What led up to the situation?
> Upgrade from 2.00-22 to 2.02~beta2-7
>
> * What exactly did you do (or not do) that was effective (or
> ineffective)?
> Found reference to bug 741464, not exactly the same but worth trying, nothing else found on Net
> Boot with installation disc, mount LVM partitions, chroot, downgrade to 2.00-22 using dpkg, update-grub
>
> * What was the outcome of this action?
> Booted OK, then downgraded related 2.02~beta2-7 packages
>
>
> Additional information: during boot, was dropped to an initramfs shell when root partition not found. Only two partitions found, the reiserfs sda1 /boot and the swap partition in LVM, problem seemed to be failure of reiserfs in LVM.
> Tried with rootdelay=30 seconds, no different
>
>
>
>
> -- Package-specific info:
>
> *********************** BEGIN /proc/mounts
> /dev/mapper/first-root / reiserfs rw,relatime 0 0
> /dev/mapper/first-backup /backup reiserfs rw,relatime 0 0
> /dev/sda1 /boot reiserfs rw,relatime,notail 0 0
> /dev/mapper/first-home /home reiserfs rw,relatime 0 0
> /dev/mapper/first-tmp /tmp reiserfs rw,relatime 0 0
> /dev/mapper/first-usr /usr reiserfs rw,relatime 0 0
> /dev/mapper/first-var /var reiserfs rw,relatime 0 0
> *********************** END /proc/mounts
>
> *********************** BEGIN /boot/grub/device.map
> (hd0) /dev/disk/by-id/ata-Hitachi_HDT721032SLA360_STF204ML0XDJMP
> *********************** 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
> set have_grubenv=true
> load_env
> fi
> set default="0"
>
> 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_msdos
> insmod lvm
> insmod reiserfs
> set root='lvm/first-usr'
> if [ x$feature_platform_search_hint = xy ]; then
> search --no-floppy --fs-uuid --set=root --hint='lvm/first-usr' fcd5801a-eb3e-4eeb-b44c-fd00eb5cbab3
> else
> search --no-floppy --fs-uuid --set=root fcd5801a-eb3e-4eeb-b44c-fd00eb5cbab3
> fi
> font="/share/grub/unicode.pf2"
> fi
>
> if loadfont $font ; then
> set gfxmode=auto
> load_video
> insmod gfxterm
> set locale_dir=$prefix/locale
> set lang=en_GB
> insmod gettext
> fi
> terminal_output gfxterm
> if [ "${recordfail}" = 1 ] ; then
> set timeout=-1
> else
> set timeout=5
> fi
> ### END /etc/grub.d/00_header ###
>
> ### BEGIN /etc/grub.d/05_debian_theme ###
> insmod part_msdos
> insmod lvm
> insmod reiserfs
> set root='lvm/first-usr'
> if [ x$feature_platform_search_hint = xy ]; then
> search --no-floppy --fs-uuid --set=root --hint='lvm/first-usr' fcd5801a-eb3e-4eeb-b44c-fd00eb5cbab3
> else
> search --no-floppy --fs-uuid --set=root fcd5801a-eb3e-4eeb-b44c-fd00eb5cbab3
> fi
> insmod png
> if background_image /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 ###
> 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-9bc3e03d-ce1a-403a-871b-fb7aa701b816' {
> load_video
> insmod gzio
> insmod part_msdos
> insmod reiserfs
> set root='hd0,msdos1'
> if [ x$feature_platform_search_hint = xy ]; then
> search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint='hd0,msdos1' d73f3638-d220-48ef-8ac9-915a1cf20aab
> else
> search --no-floppy --fs-uuid --set=root d73f3638-d220-48ef-8ac9-915a1cf20aab
> fi
> echo 'Loading Linux 3.13-1-amd64 ...'
> linux /vmlinuz-3.13-1-amd64 root=/dev/mapper/first-root ro rootdelay=10
> echo 'Loading initial ramdisk ...'
> initrd /initrd.img-3.13-1-amd64
> }
> submenu 'Advanced options for Debian GNU/Linux' $menuentry_id_option 'gnulinux-advanced-9bc3e03d-ce1a-403a-871b-fb7aa701b816' {
> menuentry 'Debian GNU/Linux, with Linux 3.13-1-amd64' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13-1-amd64-advanced-9bc3e03d-ce1a-403a-871b-fb7aa701b816' {
> load_video
> insmod gzio
> insmod part_msdos
> insmod reiserfs
> set root='hd0,msdos1'
> if [ x$feature_platform_search_hint = xy ]; then
> search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint='hd0,msdos1' d73f3638-d220-48ef-8ac9-915a1cf20aab
> else
> search --no-floppy --fs-uuid --set=root d73f3638-d220-48ef-8ac9-915a1cf20aab
> fi
> echo 'Loading Linux 3.13-1-amd64 ...'
> linux /vmlinuz-3.13-1-amd64 root=/dev/mapper/first-root ro rootdelay=10
> echo 'Loading initial ramdisk ...'
> initrd /initrd.img-3.13-1-amd64
> }
> menuentry 'Debian GNU/Linux, with Linux 3.13-1-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13-1-amd64-recovery-9bc3e03d-ce1a-403a-871b-fb7aa701b816' {
> load_video
> insmod gzio
> insmod part_msdos
> insmod reiserfs
> set root='hd0,msdos1'
> if [ x$feature_platform_search_hint = xy ]; then
> search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint='hd0,msdos1' d73f3638-d220-48ef-8ac9-915a1cf20aab
> else
> search --no-floppy --fs-uuid --set=root d73f3638-d220-48ef-8ac9-915a1cf20aab
> fi
> echo 'Loading Linux 3.13-1-amd64 ...'
> linux /vmlinuz-3.13-1-amd64 root=/dev/mapper/first-root ro single rootdelay=10
> echo 'Loading initial ramdisk ...'
> initrd /initrd.img-3.13-1-amd64
> }
> menuentry 'Debian GNU/Linux, with Linux 3.12-1-amd64' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.12-1-amd64-advanced-9bc3e03d-ce1a-403a-871b-fb7aa701b816' {
> load_video
> insmod gzio
> insmod part_msdos
> insmod reiserfs
> set root='hd0,msdos1'
> if [ x$feature_platform_search_hint = xy ]; then
> search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint='hd0,msdos1' d73f3638-d220-48ef-8ac9-915a1cf20aab
> else
> search --no-floppy --fs-uuid --set=root d73f3638-d220-48ef-8ac9-915a1cf20aab
> fi
> echo 'Loading Linux 3.12-1-amd64 ...'
> linux /vmlinuz-3.12-1-amd64 root=/dev/mapper/first-root ro rootdelay=10
> echo 'Loading initial ramdisk ...'
> initrd /initrd.img-3.12-1-amd64
> }
> menuentry 'Debian GNU/Linux, with Linux 3.12-1-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.12-1-amd64-recovery-9bc3e03d-ce1a-403a-871b-fb7aa701b816' {
> load_video
> insmod gzio
> insmod part_msdos
> insmod reiserfs
> set root='hd0,msdos1'
> if [ x$feature_platform_search_hint = xy ]; then
> search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint='hd0,msdos1' d73f3638-d220-48ef-8ac9-915a1cf20aab
> else
> search --no-floppy --fs-uuid --set=root d73f3638-d220-48ef-8ac9-915a1cf20aab
> fi
> echo 'Loading Linux 3.12-1-amd64 ...'
> linux /vmlinuz-3.12-1-amd64 root=/dev/mapper/first-root ro single rootdelay=10
> echo 'Loading initial ramdisk ...'
> initrd /initrd.img-3.12-1-amd64
> }
> }
>
> ### END /etc/grub.d/10_linux ###
>
> ### BEGIN /etc/grub.d/20_ipxe ###
> menuentry "Network boot (iPXE)" --users "" --class network {
> insmod part_msdos
> insmod reiserfs
> set root='hd0,msdos1'
> if [ x$feature_platform_search_hint = xy ]; then
> search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint='hd0,msdos1' d73f3638-d220-48ef-8ac9-915a1cf20aab
> else
> search --no-floppy --fs-uuid --set=root d73f3638-d220-48ef-8ac9-915a1cf20aab
> fi
> linux16 /ipxe.lkrn
> }
> ### END /etc/grub.d/20_ipxe ###
>
> ### 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/30_uefi-firmware ###
> ### END /etc/grub.d/30_uefi-firmware ###
>
> ### 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.
> menuentry "Plop Boot Manager" {
> insmod gzio
> insmod part_msdos
> insmod reiserfs
> set root='(hd0,msdos1)'
> linux16 /plpbt.bin
> }### END /etc/grub.d/40_custom ###
>
> ### BEGIN /etc/grub.d/41_custom ###
> if [ -f ${config_directory}/custom.cfg ]; then
> source ${config_directory}/custom.cfg
> elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
> source $prefix/custom.cfg;
> fi
> ### END /etc/grub.d/41_custom ###
>
> ### BEGIN /etc/grub.d/orig40-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/orig40-custom ###
> *********************** END /boot/grub/grub.cfg
>
> *********************** BEGIN /proc/mdstat
> cat: /proc/mdstat: No such file or directory
> *********************** END /proc/mdstat
>
> *********************** BEGIN LVM
> --- Volume group ---
> VG Name first
> System ID
> Format lvm2
> Metadata Areas 1
> Metadata Sequence No 10
> VG Access read/write
> VG Status resizable
> MAX LV 0
> Cur LV 8
> Open LV 7
> Max PV 0
> Cur PV 1
> Act PV 1
> VG Size 297.62 GiB
> PE Size 4.00 MiB
> Total PE 76191
> Alloc PE / Size 52137 / 203.66 GiB
> Free PE / Size 24054 / 93.96 GiB
> VG UUID 11P3z7-dufM-0332-0C1y-Y0fB-2LeV-7FHV2Y
>
> --- Physical volume ---
> PV Name /dev/sda2
> VG Name first
> PV Size 297.62 GiB / not usable 354.00 KiB
> Allocatable yes
> PE Size 4.00 MiB
> Total PE 76191
> Free PE 24054
> Allocated PE 52137
> PV UUID c1UH5v-CQ60-mZ3u-tOwq-MOAz-ijuB-h6gAXH
>
> --- Logical volume ---
> LV Path /dev/first/root
> LV Name root
> VG Name first
> LV UUID Hmqoo3-qDMf-xxhq-QZ3u-A84g-cKPZ-5Ro8c4
> LV Write Access read/write
> LV Creation host, time ,
> LV Status available
> # open 2
> LV Size 4.66 GiB
> Current LE 1192
> Segments 1
> Allocation inherit
> Read ahead sectors auto
> - currently set to 256
> Block device 254:0
>
> --- Logical volume ---
> LV Path /dev/first/usr
> LV Name usr
> VG Name first
> LV UUID wOKojm-EIHW-a0vf-4oCv-Xyic-MYgU-9F2JJK
> LV Write Access read/write
> LV Creation host, time ,
> LV Status available
> # open 2
> LV Size 18.62 GiB
> Current LE 4768
> Segments 1
> Allocation inherit
> Read ahead sectors auto
> - currently set to 256
> Block device 254:2
>
> --- Logical volume ---
> LV Path /dev/first/var
> LV Name var
> VG Name first
> LV UUID 1rLZZZ-DDue-OXMk-qc3z-I466-TJRC-TBycv7
> LV Write Access read/write
> LV Creation host, time ,
> LV Status available
> # open 2
> LV Size 9.31 GiB
> Current LE 2384
> Segments 1
> Allocation inherit
> Read ahead sectors auto
> - currently set to 256
> Block device 254:3
>
> --- Logical volume ---
> LV Path /dev/first/tmp
> LV Name tmp
> VG Name first
> LV UUID bElYy3-ZwZ8-8OSv-4oSX-mBpA-3IEk-SoA6dq
> LV Write Access read/write
> LV Creation host, time ,
> LV Status available
> # open 2
> LV Size 4.66 GiB
> Current LE 1192
> Segments 1
> Allocation inherit
> Read ahead sectors auto
> - currently set to 256
> Block device 254:4
>
> --- Logical volume ---
> LV Path /dev/first/swap
> LV Name swap
> VG Name first
> LV UUID Pial73-s6IY-GXPe-n3cB-CkaF-4gSo-R0uBbf
> LV Write Access read/write
> LV Creation host, time ,
> LV Status available
> # open 2
> LV Size 4.66 GiB
> Current LE 1192
> Segments 1
> Allocation inherit
> Read ahead sectors auto
> - currently set to 256
> Block device 254:1
>
> --- Logical volume ---
> LV Path /dev/first/home
> LV Name home
> VG Name first
> LV UUID mQbhZq-l2jc-uMS7-Vzx4-zXDm-VS0G-C4OwF1
> LV Write Access read/write
> LV Creation host, time ,
> LV Status available
> # open 2
> LV Size 50.00 GiB
> Current LE 12800
> Segments 2
> Allocation inherit
> Read ahead sectors auto
> - currently set to 256
> Block device 254:5
>
> --- Logical volume ---
> LV Path /dev/first/backup
> LV Name backup
> VG Name first
> LV UUID wC5ymk-SIQQ-HKIK-W82t-aiCb-O2uH-jF1vW3
> LV Write Access read/write
> LV Creation host, time ,
> LV Status available
> # open 2
> LV Size 93.13 GiB
> Current LE 23841
> Segments 1
> Allocation inherit
> Read ahead sectors auto
> - currently set to 256
> Block device 254:6
>
> --- Logical volume ---
> LV Path /dev/first/spare
> LV Name spare
> VG Name first
> LV UUID UyEENd-BEXq-pgvC-wkde-hRZU-RGaB-NrN8aM
> LV Write Access read/write
> LV Creation host, time ,
> LV Status available
> # open 0
> LV Size 18.62 GiB
> Current LE 4768
> Segments 1
> Allocation inherit
> Read ahead sectors auto
> - currently set to 256
> Block device 254:7
>
> *********************** END LVM
>
> *********************** BEGIN /dev/disk/by-id
> total 0
> lrwxrwxrwx 1 root root 9 Mar 14 19:47 ata-HL-DT-ST_DVDRAM_GSA-4160B_K3348GB2025 -> ../../sr0
> lrwxrwxrwx 1 root root 9 Mar 14 19:47 ata-Hitachi_HDT721032SLA360_STF204ML0XDJMP -> ../../sda
> lrwxrwxrwx 1 root root 10 Mar 14 19:47 ata-Hitachi_HDT721032SLA360_STF204ML0XDJMP-part1 -> ../../sda1
> lrwxrwxrwx 1 root root 10 Mar 14 19:47 ata-Hitachi_HDT721032SLA360_STF204ML0XDJMP-part2 -> ../../sda2
> lrwxrwxrwx 1 root root 9 Mar 14 19:47 ata-LITE-ON_LTR-32125W -> ../../sr1
> lrwxrwxrwx 1 root root 10 Mar 14 19:47 dm-name-first-backup -> ../../dm-6
> lrwxrwxrwx 1 root root 10 Mar 14 19:47 dm-name-first-home -> ../../dm-5
> lrwxrwxrwx 1 root root 10 Mar 14 19:47 dm-name-first-root -> ../../dm-0
> lrwxrwxrwx 1 root root 10 Mar 14 19:47 dm-name-first-spare -> ../../dm-7
> lrwxrwxrwx 1 root root 10 Mar 14 19:47 dm-name-first-swap -> ../../dm-1
> lrwxrwxrwx 1 root root 10 Mar 14 19:47 dm-name-first-tmp -> ../../dm-4
> lrwxrwxrwx 1 root root 10 Mar 14 19:47 dm-name-first-usr -> ../../dm-2
> lrwxrwxrwx 1 root root 10 Mar 14 19:47 dm-name-first-var -> ../../dm-3
> lrwxrwxrwx 1 root root 10 Mar 14 19:47 dm-uuid-LVM-11P3z7dufM03320C1yY0fB2LeV7FHV2Y1rLZZZDDueOXMkqc3zI466TJRCTBycv7 -> ../../dm-3
> lrwxrwxrwx 1 root root 10 Mar 14 19:47 dm-uuid-LVM-11P3z7dufM03320C1yY0fB2LeV7FHV2YHmqoo3qDMfxxhqQZ3uA84gcKPZ5Ro8c4 -> ../../dm-0
> lrwxrwxrwx 1 root root 10 Mar 14 19:47 dm-uuid-LVM-11P3z7dufM03320C1yY0fB2LeV7FHV2YPial73s6IYGXPen3cBCkaF4gSoR0uBbf -> ../../dm-1
> lrwxrwxrwx 1 root root 10 Mar 14 19:47 dm-uuid-LVM-11P3z7dufM03320C1yY0fB2LeV7FHV2YUyEENdBEXqpgvCwkdehRZURGaBNrN8aM -> ../../dm-7
> lrwxrwxrwx 1 root root 10 Mar 14 19:47 dm-uuid-LVM-11P3z7dufM03320C1yY0fB2LeV7FHV2YbElYy3ZwZ88OSv4oSXmBpA3IEkSoA6dq -> ../../dm-4
> lrwxrwxrwx 1 root root 10 Mar 14 19:47 dm-uuid-LVM-11P3z7dufM03320C1yY0fB2LeV7FHV2YmQbhZql2jcuMS7Vzx4zXDmVS0GC4OwF1 -> ../../dm-5
> lrwxrwxrwx 1 root root 10 Mar 14 19:47 dm-uuid-LVM-11P3z7dufM03320C1yY0fB2LeV7FHV2YwC5ymkSIQQHKIKW82taiCbO2uHjF1vW3 -> ../../dm-6
> lrwxrwxrwx 1 root root 10 Mar 14 19:47 dm-uuid-LVM-11P3z7dufM03320C1yY0fB2LeV7FHV2YwOKojmEIHWa0vf4oCvXyicMYgU9F2JJK -> ../../dm-2
> lrwxrwxrwx 1 root root 9 Mar 14 19:47 scsi-SATA_Hitachi_HDT72103_STF204ML0XDJMP -> ../../sda
> lrwxrwxrwx 1 root root 10 Mar 14 19:47 scsi-SATA_Hitachi_HDT72103_STF204ML0XDJMP-part1 -> ../../sda1
> lrwxrwxrwx 1 root root 10 Mar 14 19:47 scsi-SATA_Hitachi_HDT72103_STF204ML0XDJMP-part2 -> ../../sda2
> lrwxrwxrwx 1 root root 9 Mar 14 19:47 wwn-0x5000cca346cce973 -> ../../sda
> lrwxrwxrwx 1 root root 10 Mar 14 19:47 wwn-0x5000cca346cce973-part1 -> ../../sda1
> lrwxrwxrwx 1 root root 10 Mar 14 19:47 wwn-0x5000cca346cce973-part2 -> ../../sda2
> *********************** END /dev/disk/by-id
>
> *********************** BEGIN /dev/disk/by-uuid
> total 0
> lrwxrwxrwx 1 root root 10 Mar 14 19:47 58b3aa71-e1ba-47f7-9915-051f16835558 -> ../../dm-3
> lrwxrwxrwx 1 root root 10 Mar 14 19:47 9bc3e03d-ce1a-403a-871b-fb7aa701b816 -> ../../dm-0
> lrwxrwxrwx 1 root root 10 Mar 14 19:47 9f63cf34-c3b7-4457-8ef0-3055e4d17b92 -> ../../dm-7
> lrwxrwxrwx 1 root root 10 Mar 14 19:47 ab8751de-8d08-4c51-8680-af5ec5f15508 -> ../../dm-5
> lrwxrwxrwx 1 root root 10 Mar 14 19:47 b9fbaf59-a52e-4c5e-a524-03c47705f258 -> ../../dm-1
> lrwxrwxrwx 1 root root 10 Mar 14 19:47 d73f3638-d220-48ef-8ac9-915a1cf20aab -> ../../sda1
> lrwxrwxrwx 1 root root 10 Mar 14 19:47 d77d55ad-d910-418a-ace1-94e87196d12a -> ../../dm-6
> lrwxrwxrwx 1 root root 10 Mar 14 19:47 f6c55e9d-bce5-4bc5-905c-0b4f371120b3 -> ../../dm-4
> lrwxrwxrwx 1 root root 10 Mar 14 19:47 fcd5801a-eb3e-4eeb-b44c-fd00eb5cbab3 -> ../../dm-2
> *********************** END /dev/disk/by-uuid
>
> -- System Information:
> Debian Release: jessie/sid
> APT prefers unstable
> APT policy: (500, 'unstable'), (500, 'testing')
> Architecture: x86_64
>
> Kernel: Linux 3.13-1-amd64 (SMP w/2 CPU cores)
> Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
> Shell: /bin/sh linked to /bin/dash
--
http://wiki.debian.org/FAQsFromDebianUser
Offtopic discussions among Debian users and developers:
http://lists.alioth.debian.org/mailman/listinfo/d-community-offtopic
http://nuvreauspam.ro/gpg-transition.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-grub-devel/attachments/20140315/509e9213/attachment-0001.sig>
More information about the Pkg-grub-devel
mailing list