<div dir="ltr"><div><div><span style="font-family:arial,helvetica,sans-serif"></span>Hi<br><br></div>I upgraded to stretch and the problem persists.<br><br></div>Thankyou.<br><br><div><div><div><span style="font-family:arial,helvetica,sans-serif"></span><div class="gmail_extra"><div><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><span style="font-family:arial,helvetica,sans-serif"><font size="2"><b>(Khurram Mahmood)</b><b><br></b></font></span></div><span style="font-family:arial,helvetica,sans-serif"></span><br></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div><br><div class="gmail_quote">On 4 February 2017 at 10:54, Khurram Mahmood <span dir="ltr"><<a href="mailto:makhmct@gmail.com" target="_blank">makhmct@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Package: grub-pc<br>
Version: 2.02~beta2-22+deb8u1<br>
Severity: important<br>
<br>
Dear Maintainer,<br>
<br>
*** Reporter, please consider answering these questions, where appropriate ***<br>
<br>
   * What led up to the situation?<br>
<br>
running update-grub I get in /boot/grub/grub.cfg:<br>
[code] initrd /boot/intel-ucode.img[/code]<br>
<br>
The rest output seems fine.<br>
<br>
The result is the unbootable system. Then I have to manually correct this.<br>
The interesting thing is that I have another arch installation, which is<br>
detected okay.<br>
<br>
   * What exactly did you do (or not do) that was effective (or<br>
     ineffective)?<br>
   * What was the outcome of this action?<br>
   * What outcome did you expect instead?<br>
<br>
*** End of the template - remove these template lines ***<br>
<br>
<br>
-- Package-specific info:<br>
<br>
*********************** BEGIN /proc/mounts<br>
/dev/sda5 / ext4 rw,relatime,errors=remount-ro,<wbr>commit=600,data=ordered 0 0<br>
/dev/sda4 /media/hdd/sda4 ext4 rw,relatime,commit=600,data=<wbr>ordered 0 0<br>
/dev/sda2 /media/hdd/sda2 ext4 rw,relatime,commit=600,data=<wbr>ordered 0 0<br>
/dev/sda3 /media/hdd/sda3 ext4 rw,relatime,commit=600,data=<wbr>ordered 0 0<br>
/dev/sda6 /media/hdd/sda6 ext4 rw,relatime,commit=600,data=<wbr>ordered 0 0<br>
*********************** END /proc/mounts<br>
<br>
*********************** BEGIN /boot/grub/grub.cfg<br>
#<br>
# DO NOT EDIT THIS FILE<br>
#<br>
# It is automatically generated by grub-mkconfig using templates<br>
# from /etc/grub.d and settings from /etc/default/grub<br>
#<br>
<br>
### BEGIN /etc/grub.d/00_header ###<br>
if [ -s $prefix/grubenv ]; then<br>
  set have_grubenv=true<br>
  load_env<br>
fi<br>
if [ "${next_entry}" ] ; then<br>
   set default="${next_entry}"<br>
   set next_entry=<br>
   save_env next_entry<br>
   set boot_once=true<br>
else<br>
   set default="4"<br>
fi<br>
<br>
if [ x"${feature_menuentry_id}" = xy ]; then<br>
  menuentry_id_option="--id"<br>
else<br>
  menuentry_id_option=""<br>
fi<br>
<br>
export menuentry_id_option<br>
<br>
if [ "${prev_saved_entry}" ]; then<br>
  set saved_entry="${prev_saved_<wbr>entry}"<br>
  save_env saved_entry<br>
  set prev_saved_entry=<br>
  save_env prev_saved_entry<br>
  set boot_once=true<br>
fi<br>
<br>
function savedefault {<br>
  if [ -z "${boot_once}" ]; then<br>
    saved_entry="${chosen}"<br>
    save_env saved_entry<br>
  fi<br>
}<br>
function load_video {<br>
  if [ x$feature_all_video_module = xy ]; then<br>
    insmod all_video<br>
  else<br>
    insmod efi_gop<br>
    insmod efi_uga<br>
    insmod ieee1275_fb<br>
    insmod vbe<br>
    insmod vga<br>
    insmod video_bochs<br>
    insmod video_cirrus<br>
  fi<br>
}<br>
<br>
if [ x$feature_default_font_path = xy ] ; then<br>
   font=unicode<br>
else<br>
insmod part_gpt<br>
insmod ext2<br>
set root='hd0,gpt5'<br>
if [ x$feature_platform_search_hint = xy ]; then<br>
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5  b635f48f-40fe-4a54-8fac-<wbr>f5953137b67e<br>
else<br>
  search --no-floppy --fs-uuid --set=root b635f48f-40fe-4a54-8fac-<wbr>f5953137b67e<br>
fi<br>
    font="/usr/share/grub/unicode.<wbr>pf2"<br>
fi<br>
<br>
if loadfont $font ; then<br>
  set gfxmode=auto<br>
  load_video<br>
  insmod gfxterm<br>
  set locale_dir=$prefix/locale<br>
  set lang=en_US<br>
  insmod gettext<br>
fi<br>
terminal_output gfxterm<br>
if [ "${recordfail}" = 1 ] ; then<br>
  set timeout=-1<br>
else<br>
  if [ x$feature_timeout_style = xy ] ; then<br>
    set timeout_style=menu<br>
    set timeout=3<br>
  # Fallback normal timeout code in case the timeout_style feature is<br>
  # unavailable.<br>
  else<br>
    set timeout=3<br>
  fi<br>
fi<br>
### END /etc/grub.d/00_header ###<br>
<br>
### BEGIN /etc/grub.d/05_debian_theme ###<br>
insmod part_gpt<br>
insmod ext2<br>
set root='hd0,gpt5'<br>
if [ x$feature_platform_search_hint = xy ]; then<br>
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5  b635f48f-40fe-4a54-8fac-<wbr>f5953137b67e<br>
else<br>
  search --no-floppy --fs-uuid --set=root b635f48f-40fe-4a54-8fac-<wbr>f5953137b67e<br>
fi<br>
insmod png<br>
if background_image /usr/share/images/desktop-<wbr>base/lines-grub.png; then<br>
  set color_normal=white/black<br>
  set color_highlight=black/white<br>
else<br>
  set menu_color_normal=cyan/blue<br>
  set menu_color_highlight=white/<wbr>blue<br>
fi<br>
### END /etc/grub.d/05_debian_theme ###<br>
<br>
### BEGIN /etc/grub.d/10_linux ###<br>
function gfxmode {<br>
        set gfxpayload="${1}"<br>
}<br>
set linux_gfx_mode=<br>
export linux_gfx_mode<br>
menuentry 'Debian GNU/Linux' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-b635f48f-<wbr>40fe-4a54-8fac-f5953137b67e' {<br>
        load_video<br>
        insmod gzio<br>
        if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi<br>
        insmod part_gpt<br>
        insmod ext2<br>
        set root='hd0,gpt5'<br>
        if [ x$feature_platform_search_hint = xy ]; then<br>
          search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5  b635f48f-40fe-4a54-8fac-<wbr>f5953137b67e<br>
        else<br>
          search --no-floppy --fs-uuid --set=root b635f48f-40fe-4a54-8fac-<wbr>f5953137b67e<br>
        fi<br>
        echo    'Loading Linux 3.16.0-4-amd64 ...'<br>
        linux   /boot/vmlinuz-3.16.0-4-amd64 root=UUID=b635f48f-40fe-4a54-<wbr>8fac-f5953137b67e ro  quiet<br>
        echo    'Loading initial ramdisk ...'<br>
        initrd  /boot/initrd.img-3.16.0-4-<wbr>amd64<br>
}<br>
submenu 'Advanced options for Debian GNU/Linux' $menuentry_id_option 'gnulinux-advanced-b635f48f-<wbr>40fe-4a54-8fac-f5953137b67e' {<br>
        menuentry 'Debian GNU/Linux, with Linux 3.16.0-4-amd64' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-4-amd64-<wbr>advanced-b635f48f-40fe-4a54-<wbr>8fac-f5953137b67e' {<br>
                load_video<br>
                insmod gzio<br>
                if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi<br>
                insmod part_gpt<br>
                insmod ext2<br>
                set root='hd0,gpt5'<br>
                if [ x$feature_platform_search_hint = xy ]; then<br>
                  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5  b635f48f-40fe-4a54-8fac-<wbr>f5953137b67e<br>
                else<br>
                  search --no-floppy --fs-uuid --set=root b635f48f-40fe-4a54-8fac-<wbr>f5953137b67e<br>
                fi<br>
                echo    'Loading Linux 3.16.0-4-amd64 ...'<br>
                linux   /boot/vmlinuz-3.16.0-4-amd64 root=UUID=b635f48f-40fe-4a54-<wbr>8fac-f5953137b67e ro  quiet<br>
                echo    'Loading initial ramdisk ...'<br>
                initrd  /boot/initrd.img-3.16.0-4-<wbr>amd64<br>
        }<br>
        menuentry 'Debian GNU/Linux, with Linux 3.16.0-4-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-4-amd64-<wbr>recovery-b635f48f-40fe-4a54-<wbr>8fac-f5953137b67e' {<br>
                load_video<br>
                insmod gzio<br>
                if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi<br>
                insmod part_gpt<br>
                insmod ext2<br>
                set root='hd0,gpt5'<br>
                if [ x$feature_platform_search_hint = xy ]; then<br>
                  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5  b635f48f-40fe-4a54-8fac-<wbr>f5953137b67e<br>
                else<br>
                  search --no-floppy --fs-uuid --set=root b635f48f-40fe-4a54-8fac-<wbr>f5953137b67e<br>
                fi<br>
                echo    'Loading Linux 3.16.0-4-amd64 ...'<br>
                linux   /boot/vmlinuz-3.16.0-4-amd64 root=UUID=b635f48f-40fe-4a54-<wbr>8fac-f5953137b67e ro single<br>
                echo    'Loading initial ramdisk ...'<br>
                initrd  /boot/initrd.img-3.16.0-4-<wbr>amd64<br>
        }<br>
}<br>
<br>
### END /etc/grub.d/10_linux ###<br>
<br>
### BEGIN /etc/grub.d/20_linux_xen ###<br>
<br>
### END /etc/grub.d/20_linux_xen ###<br>
<br>
### BEGIN /etc/grub.d/30_os-prober ###<br>
menuentry 'Debian GNU/Linux (8.7) (on /dev/sda2)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-<wbr>3290fac5-347e-440e-a722-<wbr>f7dbdebc528f' {<br>
        insmod part_gpt<br>
        insmod ext2<br>
        set root='hd0,gpt2'<br>
        if [ x$feature_platform_search_hint = xy ]; then<br>
          search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2  3290fac5-347e-440e-a722-<wbr>f7dbdebc528f<br>
        else<br>
          search --no-floppy --fs-uuid --set=root 3290fac5-347e-440e-a722-<wbr>f7dbdebc528f<br>
        fi<br>
        linux /boot/vmlinuz-3.16.0-4-amd64 root=UUID=3290fac5-347e-440e-<wbr>a722-f7dbdebc528f ro quiet<br>
        initrd /boot/initrd.img-3.16.0-4-<wbr>amd64<br>
}<br>
submenu 'Advanced options for Debian GNU/Linux (8.7) (on /dev/sda2)' $menuentry_id_option 'osprober-gnulinux-advanced-<wbr>3290fac5-347e-440e-a722-<wbr>f7dbdebc528f' {<br>
        menuentry 'Debian GNU/Linux (on /dev/sda2)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/<wbr>vmlinuz-3.16.0-4-amd64--<wbr>3290fac5-347e-440e-a722-<wbr>f7dbdebc528f' {<br>
                insmod part_gpt<br>
                insmod ext2<br>
                set root='hd0,gpt2'<br>
                if [ x$feature_platform_search_hint = xy ]; then<br>
                  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2  3290fac5-347e-440e-a722-<wbr>f7dbdebc528f<br>
                else<br>
                  search --no-floppy --fs-uuid --set=root 3290fac5-347e-440e-a722-<wbr>f7dbdebc528f<br>
                fi<br>
                linux /boot/vmlinuz-3.16.0-4-amd64 root=UUID=3290fac5-347e-440e-<wbr>a722-f7dbdebc528f ro quiet<br>
                initrd /boot/initrd.img-3.16.0-4-<wbr>amd64<br>
        }<br>
        menuentry 'Debian GNU/Linux, with Linux 3.16.0-4-amd64 (on /dev/sda2)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/<wbr>vmlinuz-3.16.0-4-amd64--<wbr>3290fac5-347e-440e-a722-<wbr>f7dbdebc528f' {<br>
                insmod part_gpt<br>
                insmod ext2<br>
                set root='hd0,gpt2'<br>
                if [ x$feature_platform_search_hint = xy ]; then<br>
                  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2  3290fac5-347e-440e-a722-<wbr>f7dbdebc528f<br>
                else<br>
                  search --no-floppy --fs-uuid --set=root 3290fac5-347e-440e-a722-<wbr>f7dbdebc528f<br>
                fi<br>
                linux /boot/vmlinuz-3.16.0-4-amd64 root=UUID=3290fac5-347e-440e-<wbr>a722-f7dbdebc528f ro quiet<br>
                initrd /boot/initrd.img-3.16.0-4-<wbr>amd64<br>
        }<br>
        menuentry 'Debian GNU/Linux, with Linux 3.16.0-4-amd64 (recovery mode) (on /dev/sda2)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/<wbr>vmlinuz-3.16.0-4-amd64-root=<wbr>UUID=3290fac5-347e-440e-a722-<wbr>f7dbdebc528f ro single-3290fac5-347e-440e-<wbr>a722-f7dbdebc528f' {<br>
                insmod part_gpt<br>
                insmod ext2<br>
                set root='hd0,gpt2'<br>
                if [ x$feature_platform_search_hint = xy ]; then<br>
                  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2  3290fac5-347e-440e-a722-<wbr>f7dbdebc528f<br>
                else<br>
                  search --no-floppy --fs-uuid --set=root 3290fac5-347e-440e-a722-<wbr>f7dbdebc528f<br>
                fi<br>
                linux /boot/vmlinuz-3.16.0-4-amd64 root=UUID=3290fac5-347e-440e-<wbr>a722-f7dbdebc528f ro single<br>
                initrd /boot/initrd.img-3.16.0-4-<wbr>amd64<br>
        }<br>
}<br>
<br>
menuentry 'Arch (on /dev/sda3)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-<wbr>9ac222ad-16f4-4cf2-9b3e-<wbr>679e9595941f' {<br>
        insmod part_gpt<br>
        insmod ext2<br>
        set root='hd0,gpt3'<br>
        if [ x$feature_platform_search_hint = xy ]; then<br>
          search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3  9ac222ad-16f4-4cf2-9b3e-<wbr>679e9595941f<br>
        else<br>
          search --no-floppy --fs-uuid --set=root 9ac222ad-16f4-4cf2-9b3e-<wbr>679e9595941f<br>
        fi<br>
        linux /boot/vmlinuz-linux root=/dev/sda3<br>
        initrd /boot/initramfs-linux.img<br>
}<br>
submenu 'Advanced options for Arch (on /dev/sda3)' $menuentry_id_option 'osprober-gnulinux-advanced-<wbr>9ac222ad-16f4-4cf2-9b3e-<wbr>679e9595941f' {<br>
        menuentry 'Arch (on /dev/sda3)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/<wbr>vmlinuz-linux--9ac222ad-16f4-<wbr>4cf2-9b3e-679e9595941f' {<br>
                insmod part_gpt<br>
                insmod ext2<br>
                set root='hd0,gpt3'<br>
                if [ x$feature_platform_search_hint = xy ]; then<br>
                  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3  9ac222ad-16f4-4cf2-9b3e-<wbr>679e9595941f<br>
                else<br>
                  search --no-floppy --fs-uuid --set=root 9ac222ad-16f4-4cf2-9b3e-<wbr>679e9595941f<br>
                fi<br>
                linux /boot/vmlinuz-linux root=/dev/sda3<br>
                initrd /boot/initramfs-linux.img<br>
        }<br>
        menuentry 'Arch (on /dev/sda3)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/<wbr>vmlinuz-linux-lts--9ac222ad-<wbr>16f4-4cf2-9b3e-679e9595941f' {<br>
                insmod part_gpt<br>
                insmod ext2<br>
                set root='hd0,gpt3'<br>
                if [ x$feature_platform_search_hint = xy ]; then<br>
                  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3  9ac222ad-16f4-4cf2-9b3e-<wbr>679e9595941f<br>
                else<br>
                  search --no-floppy --fs-uuid --set=root 9ac222ad-16f4-4cf2-9b3e-<wbr>679e9595941f<br>
                fi<br>
                linux /boot/vmlinuz-linux-lts root=/dev/sda3<br>
                initrd /boot/initramfs-linux-lts.img<br>
        }<br>
}<br>
<br>
menuentry 'Arch1 (on /dev/sda4)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-<wbr>3b4d0faa-8afb-4e26-9205-<wbr>50c029082e11' {<br>
        insmod part_gpt<br>
        insmod ext2<br>
        set root='hd0,gpt4'<br>
        if [ x$feature_platform_search_hint = xy ]; then<br>
          search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt4 --hint-efi=hd0,gpt4 --hint-baremetal=ahci0,gpt4  3b4d0faa-8afb-4e26-9205-<wbr>50c029082e11<br>
        else<br>
          search --no-floppy --fs-uuid --set=root 3b4d0faa-8afb-4e26-9205-<wbr>50c029082e11<br>
        fi<br>
        linux /boot/vmlinuz-linux-lts root=UUID=3b4d0faa-8afb-4e26-<wbr>9205-50c029082e11 rw quiet<br>
        initrd /boot/intel-ucode.img<br>
}<br>
submenu 'Advanced options for Arch1 (on /dev/sda4)' $menuentry_id_option 'osprober-gnulinux-advanced-<wbr>3b4d0faa-8afb-4e26-9205-<wbr>50c029082e11' {<br>
        menuentry 'Arch Linux (on /dev/sda4)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/<wbr>vmlinuz-linux-lts--3b4d0faa-<wbr>8afb-4e26-9205-50c029082e11' {<br>
                insmod part_gpt<br>
                insmod ext2<br>
                set root='hd0,gpt4'<br>
                if [ x$feature_platform_search_hint = xy ]; then<br>
                  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt4 --hint-efi=hd0,gpt4 --hint-baremetal=ahci0,gpt4  3b4d0faa-8afb-4e26-9205-<wbr>50c029082e11<br>
                else<br>
                  search --no-floppy --fs-uuid --set=root 3b4d0faa-8afb-4e26-9205-<wbr>50c029082e11<br>
                fi<br>
                linux /boot/vmlinuz-linux-lts root=UUID=3b4d0faa-8afb-4e26-<wbr>9205-50c029082e11 rw quiet<br>
                initrd /boot/intel-ucode.img<br>
        }<br>
        menuentry 'Arch Linux, with Linux linux-lts (on /dev/sda4)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/<wbr>vmlinuz-linux-lts--3b4d0faa-<wbr>8afb-4e26-9205-50c029082e11' {<br>
                insmod part_gpt<br>
                insmod ext2<br>
                set root='hd0,gpt4'<br>
                if [ x$feature_platform_search_hint = xy ]; then<br>
                  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt4 --hint-efi=hd0,gpt4 --hint-baremetal=ahci0,gpt4  3b4d0faa-8afb-4e26-9205-<wbr>50c029082e11<br>
                else<br>
                  search --no-floppy --fs-uuid --set=root 3b4d0faa-8afb-4e26-9205-<wbr>50c029082e11<br>
                fi<br>
                linux /boot/vmlinuz-linux-lts root=UUID=3b4d0faa-8afb-4e26-<wbr>9205-50c029082e11 rw quiet<br>
                initrd /boot/intel-ucode.img<br>
        }<br>
        menuentry 'Arch Linux, with Linux linux-lts (fallback initramfs) (on /dev/sda4)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/<wbr>vmlinuz-linux-lts--3b4d0faa-<wbr>8afb-4e26-9205-50c029082e11' {<br>
                insmod part_gpt<br>
                insmod ext2<br>
                set root='hd0,gpt4'<br>
                if [ x$feature_platform_search_hint = xy ]; then<br>
                  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt4 --hint-efi=hd0,gpt4 --hint-baremetal=ahci0,gpt4  3b4d0faa-8afb-4e26-9205-<wbr>50c029082e11<br>
                else<br>
                  search --no-floppy --fs-uuid --set=root 3b4d0faa-8afb-4e26-9205-<wbr>50c029082e11<br>
                fi<br>
                linux /boot/vmlinuz-linux-lts root=UUID=3b4d0faa-8afb-4e26-<wbr>9205-50c029082e11 rw quiet<br>
                initrd /boot/intel-ucode.img<br>
        }<br>
        menuentry 'Arch Linux, with Linux linux (on /dev/sda4)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/<wbr>vmlinuz-linux--3b4d0faa-8afb-<wbr>4e26-9205-50c029082e11' {<br>
                insmod part_gpt<br>
                insmod ext2<br>
                set root='hd0,gpt4'<br>
                if [ x$feature_platform_search_hint = xy ]; then<br>
                  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt4 --hint-efi=hd0,gpt4 --hint-baremetal=ahci0,gpt4  3b4d0faa-8afb-4e26-9205-<wbr>50c029082e11<br>
                else<br>
                  search --no-floppy --fs-uuid --set=root 3b4d0faa-8afb-4e26-9205-<wbr>50c029082e11<br>
                fi<br>
                linux /boot/vmlinuz-linux root=UUID=3b4d0faa-8afb-4e26-<wbr>9205-50c029082e11 rw quiet<br>
                initrd /boot/intel-ucode.img<br>
        }<br>
        menuentry 'Arch Linux, with Linux linux (fallback initramfs) (on /dev/sda4)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/<wbr>vmlinuz-linux--3b4d0faa-8afb-<wbr>4e26-9205-50c029082e11' {<br>
                insmod part_gpt<br>
                insmod ext2<br>
                set root='hd0,gpt4'<br>
                if [ x$feature_platform_search_hint = xy ]; then<br>
                  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt4 --hint-efi=hd0,gpt4 --hint-baremetal=ahci0,gpt4  3b4d0faa-8afb-4e26-9205-<wbr>50c029082e11<br>
                else<br>
                  search --no-floppy --fs-uuid --set=root 3b4d0faa-8afb-4e26-9205-<wbr>50c029082e11<br>
                fi<br>
                linux /boot/vmlinuz-linux root=UUID=3b4d0faa-8afb-4e26-<wbr>9205-50c029082e11 rw quiet<br>
                initrd /boot/intel-ucode.img<br>
        }<br>
}<br>
<br>
### END /etc/grub.d/30_os-prober ###<br>
<br>
### BEGIN /etc/grub.d/30_uefi-firmware ###<br>
### END /etc/grub.d/30_uefi-firmware ###<br>
<br>
### BEGIN /etc/grub.d/40_custom ###<br>
# This file provides an easy way to add custom menu entries.  Simply type the<br>
# menu entries you want to add after this comment.  Be careful not to change<br>
# the 'exec tail' line above.<br>
<br>
### END /etc/grub.d/40_custom ###<br>
<br>
### BEGIN /etc/grub.d/41_custom ###<br>
if [ -f  ${config_directory}/custom.cfg ]; then<br>
  source ${config_directory}/custom.cfg<br>
elif [ -z "${config_directory}" -a -f  $prefix/custom.cfg ]; then<br>
  source $prefix/custom.cfg;<br>
fi<br>
### END /etc/grub.d/41_custom ###<br>
*********************** END /boot/grub/grub.cfg<br>
<br>
*********************** BEGIN /proc/mdstat<br>
cat: /proc/mdstat: No such file or directory<br>
*********************** END /proc/mdstat<br>
<br>
*********************** BEGIN /dev/disk/by-id<br>
total 0<br>
lrwxrwxrwx 1 root root  9 Feb  4 10:42 ata-TOSHIBA_MQ01ABD100_<wbr>7461P15KT -> ../../sda<br>
lrwxrwxrwx 1 root root 10 Feb  4 10:43 ata-TOSHIBA_MQ01ABD100_<wbr>7461P15KT-part1 -> ../../sda1<br>
lrwxrwxrwx 1 root root 10 Feb  4 10:43 ata-TOSHIBA_MQ01ABD100_<wbr>7461P15KT-part2 -> ../../sda2<br>
lrwxrwxrwx 1 root root 10 Feb  4 10:43 ata-TOSHIBA_MQ01ABD100_<wbr>7461P15KT-part3 -> ../../sda3<br>
lrwxrwxrwx 1 root root 10 Feb  4 10:43 ata-TOSHIBA_MQ01ABD100_<wbr>7461P15KT-part4 -> ../../sda4<br>
lrwxrwxrwx 1 root root 10 Feb  4 10:43 ata-TOSHIBA_MQ01ABD100_<wbr>7461P15KT-part5 -> ../../sda5<br>
lrwxrwxrwx 1 root root 10 Feb  4 10:43 ata-TOSHIBA_MQ01ABD100_<wbr>7461P15KT-part6 -> ../../sda6<br>
lrwxrwxrwx 1 root root 10 Feb  4 10:43 ata-TOSHIBA_MQ01ABD100_<wbr>7461P15KT-part7 -> ../../sda7<br>
lrwxrwxrwx 1 root root  9 Feb  4 10:42 ata-hp_DVDRAM_GU90N_<wbr>KLHZ8EF4330 -> ../../sr0<br>
lrwxrwxrwx 1 root root  9 Feb  4 10:42 wwn-0x50000395a2181869 -> ../../sda<br>
lrwxrwxrwx 1 root root 10 Feb  4 10:43 wwn-0x50000395a2181869-part1 -> ../../sda1<br>
lrwxrwxrwx 1 root root 10 Feb  4 10:43 wwn-0x50000395a2181869-part2 -> ../../sda2<br>
lrwxrwxrwx 1 root root 10 Feb  4 10:43 wwn-0x50000395a2181869-part3 -> ../../sda3<br>
lrwxrwxrwx 1 root root 10 Feb  4 10:43 wwn-0x50000395a2181869-part4 -> ../../sda4<br>
lrwxrwxrwx 1 root root 10 Feb  4 10:43 wwn-0x50000395a2181869-part5 -> ../../sda5<br>
lrwxrwxrwx 1 root root 10 Feb  4 10:43 wwn-0x50000395a2181869-part6 -> ../../sda6<br>
lrwxrwxrwx 1 root root 10 Feb  4 10:43 wwn-0x50000395a2181869-part7 -> ../../sda7<br>
lrwxrwxrwx 1 root root  9 Feb  4 10:42 wwn-0x5001480000000000 -> ../../sr0<br>
*********************** END /dev/disk/by-id<br>
<br>
*********************** BEGIN /dev/disk/by-uuid<br>
total 0<br>
lrwxrwxrwx 1 root root 10 Feb  4 10:43 3290fac5-347e-440e-a722-<wbr>f7dbdebc528f -> ../../sda2<br>
lrwxrwxrwx 1 root root 10 Feb  4 10:43 3b4d0faa-8afb-4e26-9205-<wbr>50c029082e11 -> ../../sda4<br>
lrwxrwxrwx 1 root root 10 Feb  4 10:43 9ac222ad-16f4-4cf2-9b3e-<wbr>679e9595941f -> ../../sda3<br>
lrwxrwxrwx 1 root root 10 Feb  4 10:43 aa83abe2-c0f3-4a9e-a375-<wbr>d055566defd8 -> ../../sda6<br>
lrwxrwxrwx 1 root root 10 Feb  4 10:43 b635f48f-40fe-4a54-8fac-<wbr>f5953137b67e -> ../../sda5<br>
lrwxrwxrwx 1 root root 10 Feb  4 10:43 ee74a4d8-cbd5-4cf3-84ec-<wbr>0275483c9b8f -> ../../sda7<br>
*********************** END /dev/disk/by-uuid<br>
<br>
-- System Information:<br>
Debian Release: 8.7<br>
  APT prefers stable-updates<br>
  APT policy: (500, 'stable-updates'), (500, 'stable')<br>
Architecture: amd64 (x86_64)<br>
<br>
Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)<br>
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)<br>
Shell: /bin/sh linked to /bin/dash<br>
Init: systemd (via /run/systemd/system)<br>
<br>
Versions of packages grub-pc depends on:<br>
ii  debconf [debconf-2.0]  1.5.56<br>
ii  grub-common            2.02~beta2-22+deb8u1<br>
ii  grub-pc-bin            2.02~beta2-22+deb8u1<br>
ii  grub2-common           2.02~beta2-22+deb8u1<br>
ii  ucf                    3.0030<br>
<br>
grub-pc recommends no packages.<br>
<br>
grub-pc suggests no packages.<br>
<br>
-- debconf information:<br>
  grub-pc/hidden_timeout: false<br>
  grub-pc/partition_description:<br>
  grub-pc/install_devices_disks_<wbr>changed:<br>
  grub-pc/install_devices_<wbr>failed: false<br>
  grub2/force_efi_extra_<wbr>removable: false<br>
  grub-pc/mixed_legacy_and_<wbr>grub2: true<br>
  grub-pc/chainload_from_menu.<wbr>lst: true<br>
  grub2/device_map_regenerated:<br>
* grub2/linux_cmdline_default: quiet<br>
* grub-pc/install_devices: /dev/disk/by-id/ata-TOSHIBA_<wbr>MQ01ABD100_7461P15KT<br>
  grub2/kfreebsd_cmdline:<br>
  grub-pc/postrm_purge_boot_<wbr>grub: false<br>
  grub2/kfreebsd_cmdline_<wbr>default: quiet<br>
  grub-pc/install_devices_<wbr>failed_upgrade: true<br>
* grub2/linux_cmdline:<br>
  grub-pc/install_devices_empty: false<br>
  grub-pc/disk_description:<br>
  grub-pc/timeout: 3<br>
  grub-pc/kopt_extracted: false<br>
</blockquote></div><br></div></div></div></div></div>