:: [devuan-dev] bug#519: marked as don…
Page principale
Supprimer ce message
Répondre à ce message
Auteur: Devuan bug Tracking System
Date:  
À: Mark Hindley
Sujet: [devuan-dev] bug#519: marked as done (grub-common: grub.cfg is written with /root=/dev/md127 or /root/dev/md126 rather than UUID)
Your message dated Wed, 11 Jan 2023 17:51:32 +0000
with message-id <Y773JDqF4yk8OTwR@???>
and subject line Re: bug#518: possible related to check for LVM
has caused the Devuan bug report #518,
regarding grub-common: grub.cfg is written with /root=/dev/md127 or /root/dev/md126 rather than UUID
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 owner@???
immediately.)


--
518: https://bugs.devuan.org/cgi/bugreport.cgi?bug=518
Devuan Bug Tracking System
Contact owner@??? with problems
Package: grub-common
Version: 2.02~beta3-5+deb9u2
Severity: critical

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?
   * What exactly did you do (or not do) that was effective (or
     ineffective)?
   * What was the outcome of this action?
   * What outcome did you expect instead?


*** End of the template - remove these template lines ***


-- Package-specific info:

*********************** BEGIN /proc/mounts
/dev/md126 / ext4 rw,relatime,errors=remount-ro,stripe=512,data=ordered 0 0
/dev/md122 /tmp ext4 rw,relatime,stripe=512,data=ordered 0 0
/dev/md125 /usr/local ext4 rw,relatime,stripe=512,data=ordered 0 0
/dev/md123 /home ext4 rw,relatime,stripe=512,data=ordered 0 0
/dev/sda1 /boot ext4 rw,relatime,data=ordered 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="0"
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_msdos
insmod diskfilter
insmod mdraid1x
insmod ext2
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  aefd3ca1-140f-445a-8369-d8d75d7dba2f
else
  search --no-floppy --fs-uuid --set=root aefd3ca1-140f-445a-8369-d8d75d7dba2f
fi
    font="/grub/unicode.pf2"
fi


if loadfont $font ; then
  set gfxmode=auto
  load_video
  insmod gfxterm
  set locale_dir=$prefix/locale
  set lang=en_US
  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=5
  # Fallback normal timeout code in case the timeout_style feature is
  # unavailable.
  else
    set timeout=5
  fi
fi
play 480 440 1
### 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 ###
function gfxmode {
    set gfxpayload="${1}"
}
set linux_gfx_mode=
export linux_gfx_mode
menuentry 'Devuan GNU/Linux' --class devuan --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-f964aab8-b0ca-4ac6-9a16-aeef2427faaa' {
    load_video
    insmod gzio
    if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
    insmod part_msdos
    insmod ext2
    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  aefd3ca1-140f-445a-8369-d8d75d7dba2f
    else
      search --no-floppy --fs-uuid --set=root aefd3ca1-140f-445a-8369-d8d75d7dba2f
    fi
    echo    'Loading Linux 4.9.0-14-amd64 ...'
    linux    /vmlinuz-4.9.0-14-amd64 root=UUID=f964aab8-b0ca-4ac6-9a16-aeef2427faaa ro  
    echo    'Loading initial ramdisk ...'
    initrd    /initrd.img-4.9.0-14-amd64
}
submenu 'Advanced options for Devuan GNU/Linux' $menuentry_id_option 'gnulinux-advanced-f964aab8-b0ca-4ac6-9a16-aeef2427faaa' {
    menuentry 'Devuan GNU/Linux, with Linux 4.9.0-14-amd64' --class devuan --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.9.0-14-amd64-advanced-f964aab8-b0ca-4ac6-9a16-aeef2427faaa' {
        load_video
        insmod gzio
        if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
        insmod part_msdos
        insmod ext2
        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  aefd3ca1-140f-445a-8369-d8d75d7dba2f
        else
          search --no-floppy --fs-uuid --set=root aefd3ca1-140f-445a-8369-d8d75d7dba2f
        fi
        echo    'Loading Linux 4.9.0-14-amd64 ...'
        linux    /vmlinuz-4.9.0-14-amd64 root=UUID=f964aab8-b0ca-4ac6-9a16-aeef2427faaa ro  
        echo    'Loading initial ramdisk ...'
        initrd    /initrd.img-4.9.0-14-amd64
    }
    menuentry 'Devuan GNU/Linux, with Linux 4.9.0-14-amd64 (recovery mode)' --class devuan --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.9.0-14-amd64-recovery-f964aab8-b0ca-4ac6-9a16-aeef2427faaa' {
        load_video
        insmod gzio
        if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
        insmod part_msdos
        insmod ext2
        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  aefd3ca1-140f-445a-8369-d8d75d7dba2f
        else
          search --no-floppy --fs-uuid --set=root aefd3ca1-140f-445a-8369-d8d75d7dba2f
        fi
        echo    'Loading Linux 4.9.0-14-amd64 ...'
        linux    /vmlinuz-4.9.0-14-amd64 root=UUID=f964aab8-b0ca-4ac6-9a16-aeef2427faaa ro single 
        echo    'Loading initial ramdisk ...'
        initrd    /initrd.img-4.9.0-14-amd64
    }
    menuentry 'Devuan GNU/Linux, with Linux 4.9.0-13-amd64' --class devuan --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.9.0-13-amd64-advanced-f964aab8-b0ca-4ac6-9a16-aeef2427faaa' {
        load_video
        insmod gzio
        if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
        insmod part_msdos
        insmod ext2
        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  aefd3ca1-140f-445a-8369-d8d75d7dba2f
        else
          search --no-floppy --fs-uuid --set=root aefd3ca1-140f-445a-8369-d8d75d7dba2f
        fi
        echo    'Loading Linux 4.9.0-13-amd64 ...'
        linux    /vmlinuz-4.9.0-13-amd64 root=UUID=f964aab8-b0ca-4ac6-9a16-aeef2427faaa ro  
        echo    'Loading initial ramdisk ...'
        initrd    /initrd.img-4.9.0-13-amd64
    }
    menuentry 'Devuan GNU/Linux, with Linux 4.9.0-13-amd64 (recovery mode)' --class devuan --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.9.0-13-amd64-recovery-f964aab8-b0ca-4ac6-9a16-aeef2427faaa' {
        load_video
        insmod gzio
        if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
        insmod part_msdos
        insmod ext2
        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  aefd3ca1-140f-445a-8369-d8d75d7dba2f
        else
          search --no-floppy --fs-uuid --set=root aefd3ca1-140f-445a-8369-d8d75d7dba2f
        fi
        echo    'Loading Linux 4.9.0-13-amd64 ...'
        linux    /vmlinuz-4.9.0-13-amd64 root=UUID=f964aab8-b0ca-4ac6-9a16-aeef2427faaa ro single 
        echo    'Loading initial ramdisk ...'
        initrd    /initrd.img-4.9.0-13-amd64
    }
    menuentry 'Devuan GNU/Linux, with Linux 4.9.0-12-amd64' --class devuan --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.9.0-12-amd64-advanced-f964aab8-b0ca-4ac6-9a16-aeef2427faaa' {
        load_video
        insmod gzio
        if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
        insmod part_msdos
        insmod ext2
        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  aefd3ca1-140f-445a-8369-d8d75d7dba2f
        else
          search --no-floppy --fs-uuid --set=root aefd3ca1-140f-445a-8369-d8d75d7dba2f
        fi
        echo    'Loading Linux 4.9.0-12-amd64 ...'
        linux    /vmlinuz-4.9.0-12-amd64 root=UUID=f964aab8-b0ca-4ac6-9a16-aeef2427faaa ro  
        echo    'Loading initial ramdisk ...'
        initrd    /initrd.img-4.9.0-12-amd64
    }
    menuentry 'Devuan GNU/Linux, with Linux 4.9.0-12-amd64 (recovery mode)' --class devuan --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.9.0-12-amd64-recovery-f964aab8-b0ca-4ac6-9a16-aeef2427faaa' {
        load_video
        insmod gzio
        if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
        insmod part_msdos
        insmod ext2
        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  aefd3ca1-140f-445a-8369-d8d75d7dba2f
        else
          search --no-floppy --fs-uuid --set=root aefd3ca1-140f-445a-8369-d8d75d7dba2f
        fi
        echo    'Loading Linux 4.9.0-12-amd64 ...'
        linux    /vmlinuz-4.9.0-12-amd64 root=UUID=f964aab8-b0ca-4ac6-9a16-aeef2427faaa ro single 
        echo    'Loading initial ramdisk ...'
        initrd    /initrd.img-4.9.0-12-amd64
    }
    menuentry 'Devuan GNU/Linux, with Linux 4.9.0-11-amd64' --class devuan --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.9.0-11-amd64-advanced-f964aab8-b0ca-4ac6-9a16-aeef2427faaa' {
        load_video
        insmod gzio
        if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
        insmod part_msdos
        insmod ext2
        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  aefd3ca1-140f-445a-8369-d8d75d7dba2f
        else
          search --no-floppy --fs-uuid --set=root aefd3ca1-140f-445a-8369-d8d75d7dba2f
        fi
        echo    'Loading Linux 4.9.0-11-amd64 ...'
        linux    /vmlinuz-4.9.0-11-amd64 root=UUID=f964aab8-b0ca-4ac6-9a16-aeef2427faaa ro  
        echo    'Loading initial ramdisk ...'
        initrd    /initrd.img-4.9.0-11-amd64
    }
    menuentry 'Devuan GNU/Linux, with Linux 4.9.0-11-amd64 (recovery mode)' --class devuan --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.9.0-11-amd64-recovery-f964aab8-b0ca-4ac6-9a16-aeef2427faaa' {
        load_video
        insmod gzio
        if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
        insmod part_msdos
        insmod ext2
        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  aefd3ca1-140f-445a-8369-d8d75d7dba2f
        else
          search --no-floppy --fs-uuid --set=root aefd3ca1-140f-445a-8369-d8d75d7dba2f
        fi
        echo    'Loading Linux 4.9.0-11-amd64 ...'
        linux    /vmlinuz-4.9.0-11-amd64 root=UUID=f964aab8-b0ca-4ac6-9a16-aeef2427faaa ro single 
        echo    'Loading initial ramdisk ...'
        initrd    /initrd.img-4.9.0-11-amd64
    }
    menuentry 'Devuan GNU/Linux, with Linux 4.9.0-9-amd64' --class devuan --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.9.0-9-amd64-advanced-f964aab8-b0ca-4ac6-9a16-aeef2427faaa' {
        load_video
        insmod gzio
        if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
        insmod part_msdos
        insmod ext2
        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  aefd3ca1-140f-445a-8369-d8d75d7dba2f
        else
          search --no-floppy --fs-uuid --set=root aefd3ca1-140f-445a-8369-d8d75d7dba2f
        fi
        echo    'Loading Linux 4.9.0-9-amd64 ...'
        linux    /vmlinuz-4.9.0-9-amd64 root=UUID=f964aab8-b0ca-4ac6-9a16-aeef2427faaa ro  
        echo    'Loading initial ramdisk ...'
        initrd    /initrd.img-4.9.0-9-amd64
    }
    menuentry 'Devuan GNU/Linux, with Linux 4.9.0-9-amd64 (recovery mode)' --class devuan --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.9.0-9-amd64-recovery-f964aab8-b0ca-4ac6-9a16-aeef2427faaa' {
        load_video
        insmod gzio
        if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
        insmod part_msdos
        insmod ext2
        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  aefd3ca1-140f-445a-8369-d8d75d7dba2f
        else
          search --no-floppy --fs-uuid --set=root aefd3ca1-140f-445a-8369-d8d75d7dba2f
        fi
        echo    'Loading Linux 4.9.0-9-amd64 ...'
        linux    /vmlinuz-4.9.0-9-amd64 root=UUID=f964aab8-b0ca-4ac6-9a16-aeef2427faaa ro single 
        echo    'Loading initial ramdisk ...'
        initrd    /initrd.img-4.9.0-9-amd64
    }
    menuentry 'Devuan GNU/Linux, with Linux 4.9.0-8-amd64' --class devuan --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.9.0-8-amd64-advanced-f964aab8-b0ca-4ac6-9a16-aeef2427faaa' {
        load_video
        insmod gzio
        if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
        insmod part_msdos
        insmod ext2
        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  aefd3ca1-140f-445a-8369-d8d75d7dba2f
        else
          search --no-floppy --fs-uuid --set=root aefd3ca1-140f-445a-8369-d8d75d7dba2f
        fi
        echo    'Loading Linux 4.9.0-8-amd64 ...'
        linux    /vmlinuz-4.9.0-8-amd64 root=UUID=f964aab8-b0ca-4ac6-9a16-aeef2427faaa ro  
        echo    'Loading initial ramdisk ...'
        initrd    /initrd.img-4.9.0-8-amd64
    }
    menuentry 'Devuan GNU/Linux, with Linux 4.9.0-8-amd64 (recovery mode)' --class devuan --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.9.0-8-amd64-recovery-f964aab8-b0ca-4ac6-9a16-aeef2427faaa' {
        load_video
        insmod gzio
        if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
        insmod part_msdos
        insmod ext2
        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  aefd3ca1-140f-445a-8369-d8d75d7dba2f
        else
          search --no-floppy --fs-uuid --set=root aefd3ca1-140f-445a-8369-d8d75d7dba2f
        fi
        echo    'Loading Linux 4.9.0-8-amd64 ...'
        linux    /vmlinuz-4.9.0-8-amd64 root=UUID=f964aab8-b0ca-4ac6-9a16-aeef2427faaa ro single 
        echo    'Loading initial ramdisk ...'
        initrd    /initrd.img-4.9.0-8-amd64
    }
    menuentry 'Devuan GNU/Linux, with Linux 4.9.0-6-amd64' --class devuan --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.9.0-6-amd64-advanced-f964aab8-b0ca-4ac6-9a16-aeef2427faaa' {
        load_video
        insmod gzio
        if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
        insmod part_msdos
        insmod ext2
        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  aefd3ca1-140f-445a-8369-d8d75d7dba2f
        else
          search --no-floppy --fs-uuid --set=root aefd3ca1-140f-445a-8369-d8d75d7dba2f
        fi
        echo    'Loading Linux 4.9.0-6-amd64 ...'
        linux    /vmlinuz-4.9.0-6-amd64 root=UUID=f964aab8-b0ca-4ac6-9a16-aeef2427faaa ro  
        echo    'Loading initial ramdisk ...'
        initrd    /initrd.img-4.9.0-6-amd64
    }
    menuentry 'Devuan GNU/Linux, with Linux 4.9.0-6-amd64 (recovery mode)' --class devuan --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.9.0-6-amd64-recovery-f964aab8-b0ca-4ac6-9a16-aeef2427faaa' {
        load_video
        insmod gzio
        if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
        insmod part_msdos
        insmod ext2
        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  aefd3ca1-140f-445a-8369-d8d75d7dba2f
        else
          search --no-floppy --fs-uuid --set=root aefd3ca1-140f-445a-8369-d8d75d7dba2f
        fi
        echo    'Loading Linux 4.9.0-6-amd64 ...'
        linux    /vmlinuz-4.9.0-6-amd64 root=UUID=f964aab8-b0ca-4ac6-9a16-aeef2427faaa ro single 
        echo    'Loading initial ramdisk ...'
        initrd    /initrd.img-4.9.0-6-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/30_os-prober ###
menuentry 'Devuan GNU/Linux ascii (on /dev/sdc7)' --class devuan --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-089ad6a6-a500-4214-9af3-430fee1e5527' {
    insmod part_msdos
    insmod ext2
    set root='hd2,msdos7'
    if [ x$feature_platform_search_hint = xy ]; then
      search --no-floppy --fs-uuid --set=root --hint-bios=hd2,msdos7 --hint-efi=hd2,msdos7 --hint-baremetal=ahci2,msdos7  089ad6a6-a500-4214-9af3-430fee1e5527
    else
      search --no-floppy --fs-uuid --set=root 089ad6a6-a500-4214-9af3-430fee1e5527
    fi
    linux /boot/vmlinuz-4.9.0-8-amd64 root=UUID=089ad6a6-a500-4214-9af3-430fee1e5527 ro
    initrd /boot/initrd.img-4.9.0-8-amd64
}
submenu 'Advanced options for Devuan GNU/Linux ascii (on /dev/sdc7)' $menuentry_id_option 'osprober-gnulinux-advanced-089ad6a6-a500-4214-9af3-430fee1e5527' {
    menuentry 'Devuan GNU/Linux (on /dev/sdc7)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.9.0-8-amd64--089ad6a6-a500-4214-9af3-430fee1e5527' {
        insmod part_msdos
        insmod ext2
        set root='hd2,msdos7'
        if [ x$feature_platform_search_hint = xy ]; then
          search --no-floppy --fs-uuid --set=root --hint-bios=hd2,msdos7 --hint-efi=hd2,msdos7 --hint-baremetal=ahci2,msdos7  089ad6a6-a500-4214-9af3-430fee1e5527
        else
          search --no-floppy --fs-uuid --set=root 089ad6a6-a500-4214-9af3-430fee1e5527
        fi
        linux /boot/vmlinuz-4.9.0-8-amd64 root=UUID=089ad6a6-a500-4214-9af3-430fee1e5527 ro
        initrd /boot/initrd.img-4.9.0-8-amd64
    }
    menuentry 'Devuan GNU/Linux, with Linux 4.9.0-8-amd64 (on /dev/sdc7)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.9.0-8-amd64--089ad6a6-a500-4214-9af3-430fee1e5527' {
        insmod part_msdos
        insmod ext2
        set root='hd2,msdos7'
        if [ x$feature_platform_search_hint = xy ]; then
          search --no-floppy --fs-uuid --set=root --hint-bios=hd2,msdos7 --hint-efi=hd2,msdos7 --hint-baremetal=ahci2,msdos7  089ad6a6-a500-4214-9af3-430fee1e5527
        else
          search --no-floppy --fs-uuid --set=root 089ad6a6-a500-4214-9af3-430fee1e5527
        fi
        linux /boot/vmlinuz-4.9.0-8-amd64 root=UUID=089ad6a6-a500-4214-9af3-430fee1e5527 ro
        initrd /boot/initrd.img-4.9.0-8-amd64
    }
    menuentry 'Devuan GNU/Linux, with Linux 4.9.0-8-amd64 (recovery mode) (on /dev/sdc7)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.9.0-8-amd64-root=UUID=089ad6a6-a500-4214-9af3-430fee1e5527 ro single-089ad6a6-a500-4214-9af3-430fee1e5527' {
        insmod part_msdos
        insmod ext2
        set root='hd2,msdos7'
        if [ x$feature_platform_search_hint = xy ]; then
          search --no-floppy --fs-uuid --set=root --hint-bios=hd2,msdos7 --hint-efi=hd2,msdos7 --hint-baremetal=ahci2,msdos7  089ad6a6-a500-4214-9af3-430fee1e5527
        else
          search --no-floppy --fs-uuid --set=root 089ad6a6-a500-4214-9af3-430fee1e5527
        fi
        linux /boot/vmlinuz-4.9.0-8-amd64 root=UUID=089ad6a6-a500-4214-9af3-430fee1e5527 ro single
        initrd /boot/initrd.img-4.9.0-8-amd64
    }
    menuentry 'Devuan GNU/Linux, with Linux 4.9.0-6-amd64 (on /dev/sdc7)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.9.0-6-amd64--089ad6a6-a500-4214-9af3-430fee1e5527' {
        insmod part_msdos
        insmod ext2
        set root='hd2,msdos7'
        if [ x$feature_platform_search_hint = xy ]; then
          search --no-floppy --fs-uuid --set=root --hint-bios=hd2,msdos7 --hint-efi=hd2,msdos7 --hint-baremetal=ahci2,msdos7  089ad6a6-a500-4214-9af3-430fee1e5527
        else
          search --no-floppy --fs-uuid --set=root 089ad6a6-a500-4214-9af3-430fee1e5527
        fi
        linux /boot/vmlinuz-4.9.0-6-amd64 root=UUID=089ad6a6-a500-4214-9af3-430fee1e5527 ro
        initrd /boot/initrd.img-4.9.0-6-amd64
    }
    menuentry 'Devuan GNU/Linux, with Linux 4.9.0-6-amd64 (recovery mode) (on /dev/sdc7)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.9.0-6-amd64-root=UUID=089ad6a6-a500-4214-9af3-430fee1e5527 ro single-089ad6a6-a500-4214-9af3-430fee1e5527' {
        insmod part_msdos
        insmod ext2
        set root='hd2,msdos7'
        if [ x$feature_platform_search_hint = xy ]; then
          search --no-floppy --fs-uuid --set=root --hint-bios=hd2,msdos7 --hint-efi=hd2,msdos7 --hint-baremetal=ahci2,msdos7  089ad6a6-a500-4214-9af3-430fee1e5527
        else
          search --no-floppy --fs-uuid --set=root 089ad6a6-a500-4214-9af3-430fee1e5527
        fi
        linux /boot/vmlinuz-4.9.0-6-amd64 root=UUID=089ad6a6-a500-4214-9af3-430fee1e5527 ro single
        initrd /boot/initrd.img-4.9.0-6-amd64
    }
}


### 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.
### 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 ###
*********************** END /boot/grub/grub.cfg

*********************** BEGIN /proc/mdstat
Personalities : [raid10] [linear] [multipath] [raid0] [raid1] [raid6] [raid5] [raid4] 
md121 : active raid10 sde12[5](S) sdd12[7] sdc12[6] sdb12[2] sda12[4]
      156243968 blocks super 1.2 512K chunks 2 far-copies [4/4] [UUUU]


md122 : active raid10 sde10[5](S) sdb10[2] sda10[4] sdd10[7] sdc10[6]
      488275968 blocks super 1.2 512K chunks 2 far-copies [4/4] [UUUU]


md123 : active raid10 sde8[5](S) sdc8[6] sda8[4] sdb8[2] sdd8[7]
      1066328064 blocks super 1.2 512K chunks 2 far-copies [4/4] [UUUU]


md124 : active raid10 sde11[5](S) sdc11[6] sda11[4] sdd11[7] sdb11[2]
      39067648 blocks super 1.2 512K chunks 2 far-copies [4/4] [UUUU]


md125 : active raid10 sde9[5](S) sdb9[2] sda9[4] sdd9[7] sdc9[6]
      39067648 blocks super 1.2 512K chunks 2 far-copies [4/4] [UUUU]


md126 : active raid10 sde5[5](S) sda5[4] sdb5[2] sdc5[6] sdd5[7]
      39067648 blocks super 1.2 512K chunks 2 far-copies [4/4] [UUUU]


md127 : active raid10 sde6[5](S) sda6[4] sdb6[2] sdc6[6] sdd6[7]
      39067648 blocks super 1.2 512K chunks 2 far-copies [4/4] [UUUU]


unused devices: <none>
*********************** END /proc/mdstat

*********************** BEGIN /dev/disk/by-id
total 0
lrwxrwxrwx 1 root root 9 Oct 31 12:01 ata-ATAPI_iHAS124_F_3524728_2E8915504040 -> ../../sr0
lrwxrwxrwx 1 root root 9 Oct 31 12:01 ata-ATAPI_iHAS324_B_3524252_208127503372 -> ../../sr1
lrwxrwxrwx 1 root root 9 Oct 31 12:01 ata-WDC_WD1003FBYX-01Y7B0_WD-WCAW30515976 -> ../../sdb
lrwxrwxrwx 1 root root 10 Oct 31 12:01 ata-WDC_WD1003FBYX-01Y7B0_WD-WCAW30515976-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 11 Oct 31 12:01 ata-WDC_WD1003FBYX-01Y7B0_WD-WCAW30515976-part10 -> ../../sdb10
lrwxrwxrwx 1 root root 11 Oct 31 12:01 ata-WDC_WD1003FBYX-01Y7B0_WD-WCAW30515976-part11 -> ../../sdb11
lrwxrwxrwx 1 root root 11 Oct 31 12:01 ata-WDC_WD1003FBYX-01Y7B0_WD-WCAW30515976-part12 -> ../../sdb12
lrwxrwxrwx 1 root root 10 Oct 31 12:01 ata-WDC_WD1003FBYX-01Y7B0_WD-WCAW30515976-part2 -> ../../sdb2
lrwxrwxrwx 1 root root 10 Oct 31 12:01 ata-WDC_WD1003FBYX-01Y7B0_WD-WCAW30515976-part3 -> ../../sdb3
lrwxrwxrwx 1 root root 10 Oct 31 12:01 ata-WDC_WD1003FBYX-01Y7B0_WD-WCAW30515976-part4 -> ../../sdb4
lrwxrwxrwx 1 root root 10 Oct 31 12:01 ata-WDC_WD1003FBYX-01Y7B0_WD-WCAW30515976-part5 -> ../../sdb5
lrwxrwxrwx 1 root root 10 Oct 31 12:01 ata-WDC_WD1003FBYX-01Y7B0_WD-WCAW30515976-part6 -> ../../sdb6
lrwxrwxrwx 1 root root 10 Oct 31 12:01 ata-WDC_WD1003FBYX-01Y7B0_WD-WCAW30515976-part7 -> ../../sdb7
lrwxrwxrwx 1 root root 10 Oct 31 12:01 ata-WDC_WD1003FBYX-01Y7B0_WD-WCAW30515976-part8 -> ../../sdb8
lrwxrwxrwx 1 root root 10 Oct 31 12:01 ata-WDC_WD1003FBYX-01Y7B0_WD-WCAW30515976-part9 -> ../../sdb9
lrwxrwxrwx 1 root root 9 Oct 31 12:01 ata-WDC_WD1003FBYZ-010FB0_WD-WCAW31PVCHNX -> ../../sda
lrwxrwxrwx 1 root root 10 Oct 31 12:01 ata-WDC_WD1003FBYZ-010FB0_WD-WCAW31PVCHNX-part1 -> ../../sda1
lrwxrwxrwx 1 root root 11 Oct 31 12:01 ata-WDC_WD1003FBYZ-010FB0_WD-WCAW31PVCHNX-part10 -> ../../sda10
lrwxrwxrwx 1 root root 11 Oct 31 12:01 ata-WDC_WD1003FBYZ-010FB0_WD-WCAW31PVCHNX-part11 -> ../../sda11
lrwxrwxrwx 1 root root 11 Oct 31 12:01 ata-WDC_WD1003FBYZ-010FB0_WD-WCAW31PVCHNX-part12 -> ../../sda12
lrwxrwxrwx 1 root root 10 Oct 31 12:01 ata-WDC_WD1003FBYZ-010FB0_WD-WCAW31PVCHNX-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Oct 31 12:01 ata-WDC_WD1003FBYZ-010FB0_WD-WCAW31PVCHNX-part3 -> ../../sda3
lrwxrwxrwx 1 root root 10 Oct 31 12:01 ata-WDC_WD1003FBYZ-010FB0_WD-WCAW31PVCHNX-part4 -> ../../sda4
lrwxrwxrwx 1 root root 10 Oct 31 12:01 ata-WDC_WD1003FBYZ-010FB0_WD-WCAW31PVCHNX-part5 -> ../../sda5
lrwxrwxrwx 1 root root 10 Oct 31 12:01 ata-WDC_WD1003FBYZ-010FB0_WD-WCAW31PVCHNX-part6 -> ../../sda6
lrwxrwxrwx 1 root root 10 Oct 31 12:01 ata-WDC_WD1003FBYZ-010FB0_WD-WCAW31PVCHNX-part7 -> ../../sda7
lrwxrwxrwx 1 root root 10 Oct 31 12:01 ata-WDC_WD1003FBYZ-010FB0_WD-WCAW31PVCHNX-part8 -> ../../sda8
lrwxrwxrwx 1 root root 10 Oct 31 12:01 ata-WDC_WD1003FBYZ-010FB0_WD-WCAW31PVCHNX-part9 -> ../../sda9
lrwxrwxrwx 1 root root 9 Oct 31 12:01 ata-WDC_WD1003FBYZ-010FB0_WD-WCAW36TYTVKY -> ../../sdc
lrwxrwxrwx 1 root root 10 Oct 31 12:01 ata-WDC_WD1003FBYZ-010FB0_WD-WCAW36TYTVKY-part1 -> ../../sdc1
lrwxrwxrwx 1 root root 11 Oct 31 12:01 ata-WDC_WD1003FBYZ-010FB0_WD-WCAW36TYTVKY-part10 -> ../../sdc10
lrwxrwxrwx 1 root root 11 Oct 31 12:01 ata-WDC_WD1003FBYZ-010FB0_WD-WCAW36TYTVKY-part11 -> ../../sdc11
lrwxrwxrwx 1 root root 11 Oct 31 12:01 ata-WDC_WD1003FBYZ-010FB0_WD-WCAW36TYTVKY-part12 -> ../../sdc12
lrwxrwxrwx 1 root root 10 Oct 31 12:01 ata-WDC_WD1003FBYZ-010FB0_WD-WCAW36TYTVKY-part2 -> ../../sdc2
lrwxrwxrwx 1 root root 10 Oct 31 12:01 ata-WDC_WD1003FBYZ-010FB0_WD-WCAW36TYTVKY-part3 -> ../../sdc3
lrwxrwxrwx 1 root root 10 Oct 31 12:01 ata-WDC_WD1003FBYZ-010FB0_WD-WCAW36TYTVKY-part4 -> ../../sdc4
lrwxrwxrwx 1 root root 10 Oct 31 12:01 ata-WDC_WD1003FBYZ-010FB0_WD-WCAW36TYTVKY-part5 -> ../../sdc5
lrwxrwxrwx 1 root root 10 Oct 31 12:01 ata-WDC_WD1003FBYZ-010FB0_WD-WCAW36TYTVKY-part6 -> ../../sdc6
lrwxrwxrwx 1 root root 10 Oct 31 12:01 ata-WDC_WD1003FBYZ-010FB0_WD-WCAW36TYTVKY-part7 -> ../../sdc7
lrwxrwxrwx 1 root root 10 Oct 31 12:01 ata-WDC_WD1003FBYZ-010FB0_WD-WCAW36TYTVKY-part8 -> ../../sdc8
lrwxrwxrwx 1 root root 10 Oct 31 12:01 ata-WDC_WD1003FBYZ-010FB0_WD-WCAW36TYTVKY-part9 -> ../../sdc9
lrwxrwxrwx 1 root root 9 Oct 31 12:01 ata-WDC_WD1005FBYZ-01YCBB2_WD-WMC6N0J7PMVM -> ../../sde
lrwxrwxrwx 1 root root 10 Oct 31 12:01 ata-WDC_WD1005FBYZ-01YCBB2_WD-WMC6N0J7PMVM-part1 -> ../../sde1
lrwxrwxrwx 1 root root 11 Oct 31 12:01 ata-WDC_WD1005FBYZ-01YCBB2_WD-WMC6N0J7PMVM-part10 -> ../../sde10
lrwxrwxrwx 1 root root 11 Oct 31 12:01 ata-WDC_WD1005FBYZ-01YCBB2_WD-WMC6N0J7PMVM-part11 -> ../../sde11
lrwxrwxrwx 1 root root 11 Oct 31 12:01 ata-WDC_WD1005FBYZ-01YCBB2_WD-WMC6N0J7PMVM-part12 -> ../../sde12
lrwxrwxrwx 1 root root 10 Oct 31 12:01 ata-WDC_WD1005FBYZ-01YCBB2_WD-WMC6N0J7PMVM-part2 -> ../../sde2
lrwxrwxrwx 1 root root 10 Oct 31 12:01 ata-WDC_WD1005FBYZ-01YCBB2_WD-WMC6N0J7PMVM-part3 -> ../../sde3
lrwxrwxrwx 1 root root 10 Oct 31 12:01 ata-WDC_WD1005FBYZ-01YCBB2_WD-WMC6N0J7PMVM-part4 -> ../../sde4
lrwxrwxrwx 1 root root 10 Oct 31 12:01 ata-WDC_WD1005FBYZ-01YCBB2_WD-WMC6N0J7PMVM-part5 -> ../../sde5
lrwxrwxrwx 1 root root 10 Oct 31 12:01 ata-WDC_WD1005FBYZ-01YCBB2_WD-WMC6N0J7PMVM-part6 -> ../../sde6
lrwxrwxrwx 1 root root 10 Oct 31 12:01 ata-WDC_WD1005FBYZ-01YCBB2_WD-WMC6N0J7PMVM-part7 -> ../../sde7
lrwxrwxrwx 1 root root 10 Oct 31 12:01 ata-WDC_WD1005FBYZ-01YCBB2_WD-WMC6N0J7PMVM-part8 -> ../../sde8
lrwxrwxrwx 1 root root 10 Oct 31 12:01 ata-WDC_WD1005FBYZ-01YCBB2_WD-WMC6N0J7PMVM-part9 -> ../../sde9
lrwxrwxrwx 1 root root 9 Oct 31 12:01 ata-WDC_WD1005FBYZ-01YCBB2_WD-WMC6N0J8455N -> ../../sdd
lrwxrwxrwx 1 root root 10 Oct 31 12:01 ata-WDC_WD1005FBYZ-01YCBB2_WD-WMC6N0J8455N-part1 -> ../../sdd1
lrwxrwxrwx 1 root root 11 Oct 31 12:01 ata-WDC_WD1005FBYZ-01YCBB2_WD-WMC6N0J8455N-part10 -> ../../sdd10
lrwxrwxrwx 1 root root 11 Oct 31 12:01 ata-WDC_WD1005FBYZ-01YCBB2_WD-WMC6N0J8455N-part11 -> ../../sdd11
lrwxrwxrwx 1 root root 11 Oct 31 12:01 ata-WDC_WD1005FBYZ-01YCBB2_WD-WMC6N0J8455N-part12 -> ../../sdd12
lrwxrwxrwx 1 root root 10 Oct 31 12:01 ata-WDC_WD1005FBYZ-01YCBB2_WD-WMC6N0J8455N-part2 -> ../../sdd2
lrwxrwxrwx 1 root root 10 Oct 31 12:01 ata-WDC_WD1005FBYZ-01YCBB2_WD-WMC6N0J8455N-part3 -> ../../sdd3
lrwxrwxrwx 1 root root 10 Oct 31 12:01 ata-WDC_WD1005FBYZ-01YCBB2_WD-WMC6N0J8455N-part4 -> ../../sdd4
lrwxrwxrwx 1 root root 10 Oct 31 12:01 ata-WDC_WD1005FBYZ-01YCBB2_WD-WMC6N0J8455N-part5 -> ../../sdd5
lrwxrwxrwx 1 root root 10 Oct 31 12:01 ata-WDC_WD1005FBYZ-01YCBB2_WD-WMC6N0J8455N-part6 -> ../../sdd6
lrwxrwxrwx 1 root root 10 Oct 31 12:01 ata-WDC_WD1005FBYZ-01YCBB2_WD-WMC6N0J8455N-part7 -> ../../sdd7
lrwxrwxrwx 1 root root 10 Oct 31 12:01 ata-WDC_WD1005FBYZ-01YCBB2_WD-WMC6N0J8455N-part8 -> ../../sdd8
lrwxrwxrwx 1 root root 10 Oct 31 12:01 ata-WDC_WD1005FBYZ-01YCBB2_WD-WMC6N0J8455N-part9 -> ../../sdd9
lrwxrwxrwx 1 root root 11 Oct 31 12:01 md-name-Microknoppix:backs -> ../../md121
lrwxrwxrwx 1 root root 11 Oct 31 12:01 md-name-Microknoppix:home -> ../../md123
lrwxrwxrwx 1 root root 11 Oct 31 12:01 md-name-Microknoppix:slash1 -> ../../md126
lrwxrwxrwx 1 root root 11 Oct 31 12:01 md-name-Microknoppix:slash2 -> ../../md127
lrwxrwxrwx 1 root root 11 Oct 31 12:01 md-name-Microknoppix:swap -> ../../md124
lrwxrwxrwx 1 root root 11 Oct 31 12:01 md-name-Microknoppix:tmp -> ../../md122
lrwxrwxrwx 1 root root 11 Oct 31 12:01 md-name-Microknoppix:usrlocal -> ../../md125
lrwxrwxrwx 1 root root 11 Oct 31 12:01 md-uuid-1f1b3a1c:2dadc6e0:7f19dba1:1fa8beb7 -> ../../md122
lrwxrwxrwx 1 root root 11 Oct 31 12:01 md-uuid-32be55cd:4b751df4:247e3e24:9a45bac3 -> ../../md127
lrwxrwxrwx 1 root root 11 Oct 31 12:01 md-uuid-6f52a2fd:76a83909:fce4d26e:c9c90bad -> ../../md125
lrwxrwxrwx 1 root root 11 Oct 31 12:01 md-uuid-ac6c2ede:595a0137:cfd8f168:0e7d3024 -> ../../md123
lrwxrwxrwx 1 root root 11 Oct 31 12:01 md-uuid-bb8af827:27e41d46:7e8d4b54:0a66b50f -> ../../md124
lrwxrwxrwx 1 root root 11 Oct 31 12:01 md-uuid-bdfc35b3:2f23db55:a08ef5b7:87ac8160 -> ../../md126
lrwxrwxrwx 1 root root 11 Oct 31 12:01 md-uuid-cdcaeb59:a5ce929d:46407b4a:a1d84020 -> ../../md121
lrwxrwxrwx 1 root root 9 Oct 31 12:01 wwn-0x11357622707255660545x -> ../../sda
lrwxrwxrwx 1 root root 10 Oct 31 12:01 wwn-0x11357622707255660545x-part1 -> ../../sda1
lrwxrwxrwx 1 root root 11 Oct 31 12:01 wwn-0x11357622707255660545x-part10 -> ../../sda10
lrwxrwxrwx 1 root root 11 Oct 31 12:01 wwn-0x11357622707255660545x-part11 -> ../../sda11
lrwxrwxrwx 1 root root 11 Oct 31 12:01 wwn-0x11357622707255660545x-part12 -> ../../sda12
lrwxrwxrwx 1 root root 10 Oct 31 12:01 wwn-0x11357622707255660545x-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Oct 31 12:01 wwn-0x11357622707255660545x-part3 -> ../../sda3
lrwxrwxrwx 1 root root 10 Oct 31 12:01 wwn-0x11357622707255660545x-part4 -> ../../sda4
lrwxrwxrwx 1 root root 10 Oct 31 12:01 wwn-0x11357622707255660545x-part5 -> ../../sda5
lrwxrwxrwx 1 root root 10 Oct 31 12:01 wwn-0x11357622707255660545x-part6 -> ../../sda6
lrwxrwxrwx 1 root root 10 Oct 31 12:01 wwn-0x11357622707255660545x-part7 -> ../../sda7
lrwxrwxrwx 1 root root 10 Oct 31 12:01 wwn-0x11357622707255660545x-part8 -> ../../sda8
lrwxrwxrwx 1 root root 10 Oct 31 12:01 wwn-0x11357622707255660545x-part9 -> ../../sda9
lrwxrwxrwx 1 root root 9 Oct 31 12:01 wwn-0x14569244546482458625x -> ../../sdb
lrwxrwxrwx 1 root root 10 Oct 31 12:01 wwn-0x14569244546482458625x-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 11 Oct 31 12:01 wwn-0x14569244546482458625x-part10 -> ../../sdb10
lrwxrwxrwx 1 root root 11 Oct 31 12:01 wwn-0x14569244546482458625x-part11 -> ../../sdb11
lrwxrwxrwx 1 root root 11 Oct 31 12:01 wwn-0x14569244546482458625x-part12 -> ../../sdb12
lrwxrwxrwx 1 root root 10 Oct 31 12:01 wwn-0x14569244546482458625x-part2 -> ../../sdb2
lrwxrwxrwx 1 root root 10 Oct 31 12:01 wwn-0x14569244546482458625x-part3 -> ../../sdb3
lrwxrwxrwx 1 root root 10 Oct 31 12:01 wwn-0x14569244546482458625x-part4 -> ../../sdb4
lrwxrwxrwx 1 root root 10 Oct 31 12:01 wwn-0x14569244546482458625x-part5 -> ../../sdb5
lrwxrwxrwx 1 root root 10 Oct 31 12:01 wwn-0x14569244546482458625x-part6 -> ../../sdb6
lrwxrwxrwx 1 root root 10 Oct 31 12:01 wwn-0x14569244546482458625x-part7 -> ../../sdb7
lrwxrwxrwx 1 root root 10 Oct 31 12:01 wwn-0x14569244546482458625x-part8 -> ../../sdb8
lrwxrwxrwx 1 root root 10 Oct 31 12:01 wwn-0x14569244546482458625x-part9 -> ../../sdb9
lrwxrwxrwx 1 root root 9 Oct 31 12:01 wwn-0x3479598615517745153x -> ../../sdd
lrwxrwxrwx 1 root root 10 Oct 31 12:01 wwn-0x3479598615517745153x-part1 -> ../../sdd1
lrwxrwxrwx 1 root root 11 Oct 31 12:01 wwn-0x3479598615517745153x-part10 -> ../../sdd10
lrwxrwxrwx 1 root root 11 Oct 31 12:01 wwn-0x3479598615517745153x-part11 -> ../../sdd11
lrwxrwxrwx 1 root root 11 Oct 31 12:01 wwn-0x3479598615517745153x-part12 -> ../../sdd12
lrwxrwxrwx 1 root root 10 Oct 31 12:01 wwn-0x3479598615517745153x-part2 -> ../../sdd2
lrwxrwxrwx 1 root root 10 Oct 31 12:01 wwn-0x3479598615517745153x-part3 -> ../../sdd3
lrwxrwxrwx 1 root root 10 Oct 31 12:01 wwn-0x3479598615517745153x-part4 -> ../../sdd4
lrwxrwxrwx 1 root root 10 Oct 31 12:01 wwn-0x3479598615517745153x-part5 -> ../../sdd5
lrwxrwxrwx 1 root root 10 Oct 31 12:01 wwn-0x3479598615517745153x-part6 -> ../../sdd6
lrwxrwxrwx 1 root root 10 Oct 31 12:01 wwn-0x3479598615517745153x-part7 -> ../../sdd7
lrwxrwxrwx 1 root root 10 Oct 31 12:01 wwn-0x3479598615517745153x-part8 -> ../../sdd8
lrwxrwxrwx 1 root root 10 Oct 31 12:01 wwn-0x3479598615517745153x-part9 -> ../../sdd9
lrwxrwxrwx 1 root root 9 Oct 31 12:01 wwn-0x4603059071130554369x -> ../../sde
lrwxrwxrwx 1 root root 10 Oct 31 12:01 wwn-0x4603059071130554369x-part1 -> ../../sde1
lrwxrwxrwx 1 root root 11 Oct 31 12:01 wwn-0x4603059071130554369x-part10 -> ../../sde10
lrwxrwxrwx 1 root root 11 Oct 31 12:01 wwn-0x4603059071130554369x-part11 -> ../../sde11
lrwxrwxrwx 1 root root 11 Oct 31 12:01 wwn-0x4603059071130554369x-part12 -> ../../sde12
lrwxrwxrwx 1 root root 10 Oct 31 12:01 wwn-0x4603059071130554369x-part2 -> ../../sde2
lrwxrwxrwx 1 root root 10 Oct 31 12:01 wwn-0x4603059071130554369x-part3 -> ../../sde3
lrwxrwxrwx 1 root root 10 Oct 31 12:01 wwn-0x4603059071130554369x-part4 -> ../../sde4
lrwxrwxrwx 1 root root 10 Oct 31 12:01 wwn-0x4603059071130554369x-part5 -> ../../sde5
lrwxrwxrwx 1 root root 10 Oct 31 12:01 wwn-0x4603059071130554369x-part6 -> ../../sde6
lrwxrwxrwx 1 root root 10 Oct 31 12:01 wwn-0x4603059071130554369x-part7 -> ../../sde7
lrwxrwxrwx 1 root root 10 Oct 31 12:01 wwn-0x4603059071130554369x-part8 -> ../../sde8
lrwxrwxrwx 1 root root 10 Oct 31 12:01 wwn-0x4603059071130554369x-part9 -> ../../sde9
lrwxrwxrwx 1 root root 9 Oct 31 12:01 wwn-0x4678973438426238977x -> ../../sdc
lrwxrwxrwx 1 root root 10 Oct 31 12:01 wwn-0x4678973438426238977x-part1 -> ../../sdc1
lrwxrwxrwx 1 root root 11 Oct 31 12:01 wwn-0x4678973438426238977x-part10 -> ../../sdc10
lrwxrwxrwx 1 root root 11 Oct 31 12:01 wwn-0x4678973438426238977x-part11 -> ../../sdc11
lrwxrwxrwx 1 root root 11 Oct 31 12:01 wwn-0x4678973438426238977x-part12 -> ../../sdc12
lrwxrwxrwx 1 root root 10 Oct 31 12:01 wwn-0x4678973438426238977x-part2 -> ../../sdc2
lrwxrwxrwx 1 root root 10 Oct 31 12:01 wwn-0x4678973438426238977x-part3 -> ../../sdc3
lrwxrwxrwx 1 root root 10 Oct 31 12:01 wwn-0x4678973438426238977x-part4 -> ../../sdc4
lrwxrwxrwx 1 root root 10 Oct 31 12:01 wwn-0x4678973438426238977x-part5 -> ../../sdc5
lrwxrwxrwx 1 root root 10 Oct 31 12:01 wwn-0x4678973438426238977x-part6 -> ../../sdc6
lrwxrwxrwx 1 root root 10 Oct 31 12:01 wwn-0x4678973438426238977x-part7 -> ../../sdc7
lrwxrwxrwx 1 root root 10 Oct 31 12:01 wwn-0x4678973438426238977x-part8 -> ../../sdc8
lrwxrwxrwx 1 root root 10 Oct 31 12:01 wwn-0x4678973438426238977x-part9 -> ../../sdc9
*********************** END /dev/disk/by-id

*********************** BEGIN /dev/disk/by-uuid
total 0
lrwxrwxrwx 1 root root 10 Oct 31 12:01 03c00ce2-5964-4b52-bd53-e081ba8dba05 -> ../../sde3
lrwxrwxrwx 1 root root 10 Oct 31 12:01 089ad6a6-a500-4214-9af3-430fee1e5527 -> ../../sdc7
lrwxrwxrwx 1 root root 10 Oct 31 12:01 093d036e-2d1c-4c49-8c87-331ed8cdc74f -> ../../sda7
lrwxrwxrwx 1 root root 10 Oct 31 12:01 392d8a07-efa2-4fc5-81b8-c894f7725160 -> ../../sdd3
lrwxrwxrwx 1 root root 11 Oct 31 12:01 4bf9d9c4-575b-41a5-b0b5-badd0da51209 -> ../../md122
lrwxrwxrwx 1 root root 11 Oct 31 12:01 64e253ef-2977-408c-873f-c3548280df6a -> ../../md124
lrwxrwxrwx 1 root root 10 Oct 31 12:01 6dbd86be-cdb1-44dd-b8c4-0b672db6d529 -> ../../sda3
lrwxrwxrwx 1 root root 11 Oct 31 12:01 91f01f6a-58e3-417b-b8d8-6cbbe5011df4 -> ../../md125
lrwxrwxrwx 1 root root 10 Oct 31 12:01 9b924409-cc24-4994-a642-4fedee2fd3b5 -> ../../sdb7
lrwxrwxrwx 1 root root 10 Oct 31 12:01 aa0ae60a-7386-4026-8fcf-bafe1ef90643 -> ../../sde7
lrwxrwxrwx 1 root root 10 Oct 31 12:01 aefd3ca1-140f-445a-8369-d8d75d7dba2f -> ../../sda1
lrwxrwxrwx 1 root root 11 Oct 31 12:01 bd047d06-11ba-440c-b821-02acd721e102 -> ../../md123
lrwxrwxrwx 1 root root 10 Oct 31 12:01 c117fc43-42b7-4e9c-b11f-c6bd8884984c -> ../../sdd7
lrwxrwxrwx 1 root root 10 Oct 31 12:01 d12bde92-77c7-442c-8bfa-833d870882b2 -> ../../sdd2
lrwxrwxrwx 1 root root 11 Oct 31 12:01 d4619957-3429-4d44-9f04-8bbd26aa3464 -> ../../md121
lrwxrwxrwx 1 root root 11 Oct 31 12:01 f964aab8-b0ca-4ac6-9a16-aeef2427faaa -> ../../md126
lrwxrwxrwx 1 root root 10 Oct 31 12:01 f972c11e-d4fd-4766-8061-87cc58eaf6dc -> ../../sde2
lrwxrwxrwx 1 root root 11 Oct 31 12:01 febd2751-8b88-4d9a-ba17-4cf81a9fbe6d -> ../../md127
*********************** END /dev/disk/by-uuid


*** /tmp/reportbug-grub-common-20201102-19099-zy8i7ano
Subject: grub-common: grub.cfg is written with /root=/dev/md127 or /root/dev/md126 rather than UUID
Package: grub-common
Version: 2.02~beta3-5+deb9u2
Severity: critical

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?
   * What exactly did you do (or not do) that was effective (or
     ineffective)?
   * What was the outcome of this action?
   * What outcome did you expect instead?


*** End of the template - remove these template lines ***


-- Package-specific info:

*********************** BEGIN /proc/mounts
/dev/md126 / ext4 rw,relatime,errors=remount-ro,stripe=512,data=ordered 0 0
/dev/md122 /tmp ext4 rw,relatime,stripe=512,data=ordered 0 0
/dev/md125 /usr/local ext4 rw,relatime,stripe=512,data=ordered 0 0
/dev/md123 /home ext4 rw,relatime,stripe=512,data=ordered 0 0
/dev/sda1 /boot ext4 rw,relatime,data=ordered 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="0"
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_msdos
insmod diskfilter
insmod mdraid1x
insmod ext2
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  aefd3ca1-140f-445a-8369-d8d75d7dba2f
else
  search --no-floppy --fs-uuid --set=root aefd3ca1-140f-445a-8369-d8d75d7dba2f
fi
    font="/grub/unicode.pf2"
fi


if loadfont $font ; then
  set gfxmode=auto
  load_video
  insmod gfxterm
  set locale_dir=$prefix/locale
  set lang=en_US
  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=5
  # Fallback normal timeout code in case the timeout_style feature is
  # unavailable.
  else
    set timeout=5
  fi
fi
play 480 440 1
### 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 ###
function gfxmode {
    set gfxpayload="${1}"
}
set linux_gfx_mode=
export linux_gfx_mode
menuentry 'Devuan GNU/Linux' --class devuan --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-f964aab8-b0ca-4ac6-9a16-aeef2427faaa' {
    load_video
    insmod gzio
    if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
    insmod part_msdos
    insmod ext2
    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  aefd3ca1-140f-445a-8369-d8d75d7dba2f
    else
      search --no-floppy --fs-uuid --set=root aefd3ca1-140f-445a-8369-d8d75d7dba2f
    fi
    echo    'Loading Linux 4.9.0-14-amd64 ...'
    linux    /vmlinuz-4.9.0-14-amd64 root=UUID=f964aab8-b0ca-4ac6-9a16-aeef2427faaa ro  
    echo    'Loading initial ramdisk ...'
    initrd    /initrd.img-4.9.0-14-amd64
}
submenu 'Advanced options for Devuan GNU/Linux' $menuentry_id_option 'gnulinux-advanced-f964aab8-b0ca-4ac6-9a16-aeef2427faaa' {
    menuentry 'Devuan GNU/Linux, with Linux 4.9.0-14-amd64' --class devuan --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.9.0-14-amd64-advanced-f964aab8-b0ca-4ac6-9a16-aeef2427faaa' {
        load_video
        insmod gzio
        if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
        insmod part_msdos
        insmod ext2
        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  aefd3ca1-140f-445a-8369-d8d75d7dba2f
        else
          search --no-floppy --fs-uuid --set=root aefd3ca1-140f-445a-8369-d8d75d7dba2f
        fi
        echo    'Loading Linux 4.9.0-14-amd64 ...'
        linux    /vmlinuz-4.9.0-14-amd64 root=UUID=f964aab8-b0ca-4ac6-9a16-aeef2427faaa ro  
        echo    'Loading initial ramdisk ...'
        initrd    /initrd.img-4.9.0-14-amd64
    }
    menuentry 'Devuan GNU/Linux, with Linux 4.9.0-14-amd64 (recovery mode)' --class devuan --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.9.0-14-amd64-recovery-f964aab8-b0ca-4ac6-9a16-aeef2427faaa' {
        load_video
        insmod gzio
        if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
        insmod part_msdos
        insmod ext2
        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  aefd3ca1-140f-445a-8369-d8d75d7dba2f
        else
          search --no-floppy --fs-uuid --set=root aefd3ca1-140f-445a-8369-d8d75d7dba2f
        fi
        echo    'Loading Linux 4.9.0-14-amd64 ...'
        linux    /vmlinuz-4.9.0-14-amd64 root=UUID=f964aab8-b0ca-4ac6-9a16-aeef2427faaa ro single 
        echo    'Loading initial ramdisk ...'
        initrd    /initrd.img-4.9.0-14-amd64
    }
    menuentry 'Devuan GNU/Linux, with Linux 4.9.0-13-amd64' --class devuan --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.9.0-13-amd64-advanced-f964aab8-b0ca-4ac6-9a16-aeef2427faaa' {
        load_video
        insmod gzio
        if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
        insmod part_msdos
        insmod ext2
        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  aefd3ca1-140f-445a-8369-d8d75d7dba2f
        else
          search --no-floppy --fs-uuid --set=root aefd3ca1-140f-445a-8369-d8d75d7dba2f
        fi
        echo    'Loading Linux 4.9.0-13-amd64 ...'
        linux    /vmlinuz-4.9.0-13-amd64 root=UUID=f964aab8-b0ca-4ac6-9a16-aeef2427faaa ro  
        echo    'Loading initial ramdisk ...'
        initrd    /initrd.img-4.9.0-13-amd64
    }
    menuentry 'Devuan GNU/Linux, with Linux 4.9.0-13-amd64 (recovery mode)' --class devuan --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.9.0-13-amd64-recovery-f964aab8-b0ca-4ac6-9a16-aeef2427faaa' {
        load_video
        insmod gzio
        if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
        insmod part_msdos
        insmod ext2
        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  aefd3ca1-140f-445a-8369-d8d75d7dba2f
        else
          search --no-floppy --fs-uuid --set=root aefd3ca1-140f-445a-8369-d8d75d7dba2f
        fi
        echo    'Loading Linux 4.9.0-13-amd64 ...'
        linux    /vmlinuz-4.9.0-13-amd64 root=UUID=f964aab8-b0ca-4ac6-9a16-aeef2427faaa ro single 
        echo    'Loading initial ramdisk ...'
        initrd    /initrd.img-4.9.0-13-amd64
    }
    menuentry 'Devuan GNU/Linux, with Linux 4.9.0-12-amd64' --class devuan --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.9.0-12-amd64-advanced-f964aab8-b0ca-4ac6-9a16-aeef2427faaa' {
        load_video
        insmod gzio
        if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
        insmod part_msdos
        insmod ext2
        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  aefd3ca1-140f-445a-8369-d8d75d7dba2f
        else
          search --no-floppy --fs-uuid --set=root aefd3ca1-140f-445a-8369-d8d75d7dba2f
        fi
        echo    'Loading Linux 4.9.0-12-amd64 ...'
        linux    /vmlinuz-4.9.0-12-amd64 root=UUID=f964aab8-b0ca-4ac6-9a16-aeef2427faaa ro  
        echo    'Loading initial ramdisk ...'
        initrd    /initrd.img-4.9.0-12-amd64
    }
    menuentry 'Devuan GNU/Linux, with Linux 4.9.0-12-amd64 (recovery mode)' --class devuan --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.9.0-12-amd64-recovery-f964aab8-b0ca-4ac6-9a16-aeef2427faaa' {
        load_video
        insmod gzio
        if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
        insmod part_msdos
        insmod ext2
        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  aefd3ca1-140f-445a-8369-d8d75d7dba2f
        else
          search --no-floppy --fs-uuid --set=root aefd3ca1-140f-445a-8369-d8d75d7dba2f
        fi
        echo    'Loading Linux 4.9.0-12-amd64 ...'
        linux    /vmlinuz-4.9.0-12-amd64 root=UUID=f964aab8-b0ca-4ac6-9a16-aeef2427faaa ro single 
        echo    'Loading initial ramdisk ...'
        initrd    /initrd.img-4.9.0-12-amd64
    }
    menuentry 'Devuan GNU/Linux, with Linux 4.9.0-11-amd64' --class devuan --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.9.0-11-amd64-advanced-f964aab8-b0ca-4ac6-9a16-aeef2427faaa' {
        load_video
        insmod gzio
        if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
        insmod part_msdos
        insmod ext2
        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  aefd3ca1-140f-445a-8369-d8d75d7dba2f
        else
          search --no-floppy --fs-uuid --set=root aefd3ca1-140f-445a-8369-d8d75d7dba2f
        fi
        echo    'Loading Linux 4.9.0-11-amd64 ...'
        linux    /vmlinuz-4.9.0-11-amd64 root=UUID=f964aab8-b0ca-4ac6-9a16-aeef2427faaa ro  
        echo    'Loading initial ramdisk ...'
        initrd    /initrd.img-4.9.0-11-amd64
    }
    menuentry 'Devuan GNU/Linux, with Linux 4.9.0-11-amd64 (recovery mode)' --class devuan --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.9.0-11-amd64-recovery-f964aab8-b0ca-4ac6-9a16-aeef2427faaa' {
        load_video
        insmod gzio
        if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
        insmod part_msdos
        insmod ext2
        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  aefd3ca1-140f-445a-8369-d8d75d7dba2f
        else
          search --no-floppy --fs-uuid --set=root aefd3ca1-140f-445a-8369-d8d75d7dba2f
        fi
        echo    'Loading Linux 4.9.0-11-amd64 ...'
        linux    /vmlinuz-4.9.0-11-amd64 root=UUID=f964aab8-b0ca-4ac6-9a16-aeef2427faaa ro single 
        echo    'Loading initial ramdisk ...'
        initrd    /initrd.img-4.9.0-11-amd64
    }
    menuentry 'Devuan GNU/Linux, with Linux 4.9.0-9-amd64' --class devuan --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.9.0-9-amd64-advanced-f964aab8-b0ca-4ac6-9a16-aeef2427faaa' {
        load_video
        insmod gzio
        if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
        insmod part_msdos
        insmod ext2
        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  aefd3ca1-140f-445a-8369-d8d75d7dba2f
        else
          search --no-floppy --fs-uuid --set=root aefd3ca1-140f-445a-8369-d8d75d7dba2f
        fi
        echo    'Loading Linux 4.9.0-9-amd64 ...'
        linux    /vmlinuz-4.9.0-9-amd64 root=UUID=f964aab8-b0ca-4ac6-9a16-aeef2427faaa ro  
        echo    'Loading initial ramdisk ...'
        initrd    /initrd.img-4.9.0-9-amd64
    }
    menuentry 'Devuan GNU/Linux, with Linux 4.9.0-9-amd64 (recovery mode)' --class devuan --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.9.0-9-amd64-recovery-f964aab8-b0ca-4ac6-9a16-aeef2427faaa' {
        load_video
        insmod gzio
        if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
        insmod part_msdos
        insmod ext2
        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  aefd3ca1-140f-445a-8369-d8d75d7dba2f
        else
          search --no-floppy --fs-uuid --set=root aefd3ca1-140f-445a-8369-d8d75d7dba2f
        fi
        echo    'Loading Linux 4.9.0-9-amd64 ...'
        linux    /vmlinuz-4.9.0-9-amd64 root=UUID=f964aab8-b0ca-4ac6-9a16-aeef2427faaa ro single 
        echo    'Loading initial ramdisk ...'
        initrd    /initrd.img-4.9.0-9-amd64
    }
    menuentry 'Devuan GNU/Linux, with Linux 4.9.0-8-amd64' --class devuan --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.9.0-8-amd64-advanced-f964aab8-b0ca-4ac6-9a16-aeef2427faaa' {
        load_video
        insmod gzio
        if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
        insmod part_msdos
        insmod ext2
        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  aefd3ca1-140f-445a-8369-d8d75d7dba2f
        else
          search --no-floppy --fs-uuid --set=root aefd3ca1-140f-445a-8369-d8d75d7dba2f
        fi
        echo    'Loading Linux 4.9.0-8-amd64 ...'
        linux    /vmlinuz-4.9.0-8-amd64 root=UUID=f964aab8-b0ca-4ac6-9a16-aeef2427faaa ro  
        echo    'Loading initial ramdisk ...'
        initrd    /initrd.img-4.9.0-8-amd64
    }
    menuentry 'Devuan GNU/Linux, with Linux 4.9.0-8-amd64 (recovery mode)' --class devuan --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.9.0-8-amd64-recovery-f964aab8-b0ca-4ac6-9a16-aeef2427faaa' {
        load_video
        insmod gzio
        if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
        insmod part_msdos
        insmod ext2
        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  aefd3ca1-140f-445a-8369-d8d75d7dba2f
        else
          search --no-floppy --fs-uuid --set=root aefd3ca1-140f-445a-8369-d8d75d7dba2f
        fi
        echo    'Loading Linux 4.9.0-8-amd64 ...'
        linux    /vmlinuz-4.9.0-8-amd64 root=UUID=f964aab8-b0ca-4ac6-9a16-aeef2427faaa ro single 
        echo    'Loading initial ramdisk ...'
        initrd    /initrd.img-4.9.0-8-amd64
    }
    menuentry 'Devuan GNU/Linux, with Linux 4.9.0-6-amd64' --class devuan --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.9.0-6-amd64-advanced-f964aab8-b0ca-4ac6-9a16-aeef2427faaa' {
        load_video
        insmod gzio
        if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
        insmod part_msdos
        insmod ext2
        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  aefd3ca1-140f-445a-8369-d8d75d7dba2f
        else
          search --no-floppy --fs-uuid --set=root aefd3ca1-140f-445a-8369-d8d75d7dba2f
        fi
        echo    'Loading Linux 4.9.0-6-amd64 ...'
        linux    /vmlinuz-4.9.0-6-amd64 root=UUID=f964aab8-b0ca-4ac6-9a16-aeef2427faaa ro  
        echo    'Loading initial ramdisk ...'
        initrd    /initrd.img-4.9.0-6-amd64
    }
    menuentry 'Devuan GNU/Linux, with Linux 4.9.0-6-amd64 (recovery mode)' --class devuan --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.9.0-6-amd64-recovery-f964aab8-b0ca-4ac6-9a16-aeef2427faaa' {
        load_video
        insmod gzio
        if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
        insmod part_msdos
        insmod ext2
        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  aefd3ca1-140f-445a-8369-d8d75d7dba2f
        else
          search --no-floppy --fs-uuid --set=root aefd3ca1-140f-445a-8369-d8d75d7dba2f
        fi
        echo    'Loading Linux 4.9.0-6-amd64 ...'
        linux    /vmlinuz-4.9.0-6-amd64 root=UUID=f964aab8-b0ca-4ac6-9a16-aeef2427faaa ro single 
        echo    'Loading initial ramdisk ...'
        initrd    /initrd.img-4.9.0-6-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/30_os-prober ###
menuentry 'Devuan GNU/Linux ascii (on /dev/sdc7)' --class devuan --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-089ad6a6-a500-4214-9af3-430fee1e5527' {
    insmod part_msdos
    insmod ext2
    set root='hd2,msdos7'
    if [ x$feature_platform_search_hint = xy ]; then
      search --no-floppy --fs-uuid --set=root --hint-bios=hd2,msdos7 --hint-efi=hd2,msdos7 --hint-baremetal=ahci2,msdos7  089ad6a6-a500-4214-9af3-430fee1e5527
    else
      search --no-floppy --fs-uuid --set=root 089ad6a6-a500-4214-9af3-430fee1e5527
    fi
    linux /boot/vmlinuz-4.9.0-8-amd64 root=UUID=089ad6a6-a500-4214-9af3-430fee1e5527 ro
    initrd /boot/initrd.img-4.9.0-8-amd64
}
submenu 'Advanced options for Devuan GNU/Linux ascii (on /dev/sdc7)' $menuentry_id_option 'osprober-gnulinux-advanced-089ad6a6-a500-4214-9af3-430fee1e5527' {
    menuentry 'Devuan GNU/Linux (on /dev/sdc7)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.9.0-8-amd64--089ad6a6-a500-4214-9af3-430fee1e5527' {
        insmod part_msdos
        insmod ext2
        set root='hd2,msdos7'
        if [ x$feature_platform_search_hint = xy ]; then
          search --no-floppy --fs-uuid --set=root --hint-bios=hd2,msdos7 --hint-efi=hd2,msdos7 --hint-baremetal=ahci2,msdos7  089ad6a6-a500-4214-9af3-430fee1e5527
        else
          search --no-floppy --fs-uuid --set=root 089ad6a6-a500-4214-9af3-430fee1e5527
        fi
        linux /boot/vmlinuz-4.9.0-8-amd64 root=UUID=089ad6a6-a500-4214-9af3-430fee1e5527 ro
        initrd /boot/initrd.img-4.9.0-8-amd64
    }
    menuentry 'Devuan GNU/Linux, with Linux 4.9.0-8-amd64 (on /dev/sdc7)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.9.0-8-amd64--089ad6a6-a500-4214-9af3-430fee1e5527' {
        insmod part_msdos
        insmod ext2
        set root='hd2,msdos7'
        if [ x$feature_platform_search_hint = xy ]; then
          search --no-floppy --fs-uuid --set=root --hint-bios=hd2,msdos7 --hint-efi=hd2,msdos7 --hint-baremetal=ahci2,msdos7  089ad6a6-a500-4214-9af3-430fee1e5527
        else
          search --no-floppy --fs-uuid --set=root 089ad6a6-a500-4214-9af3-430fee1e5527
        fi
        linux /boot/vmlinuz-4.9.0-8-amd64 root=UUID=089ad6a6-a500-4214-9af3-430fee1e5527 ro
        initrd /boot/initrd.img-4.9.0-8-amd64
    }
    menuentry 'Devuan GNU/Linux, with Linux 4.9.0-8-amd64 (recovery mode) (on /dev/sdc7)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.9.0-8-amd64-root=UUID=089ad6a6-a500-4214-9af3-430fee1e5527 ro single-089ad6a6-a500-4214-9af3-430fee1e5527' {
        insmod part_msdos
        insmod ext2
        set root='hd2,msdos7'
        if [ x$feature_platform_search_hint = xy ]; then
          search --no-floppy --fs-uuid --set=root --hint-bios=hd2,msdos7 --hint-efi=hd2,msdos7 --hint-baremetal=ahci2,msdos7  089ad6a6-a500-4214-9af3-430fee1e5527
        else
          search --no-floppy --fs-uuid --set=root 089ad6a6-a500-4214-9af3-430fee1e5527
        fi
        linux /boot/vmlinuz-4.9.0-8-amd64 root=UUID=089ad6a6-a500-4214-9af3-430fee1e5527 ro single
        initrd /boot/initrd.img-4.9.0-8-amd64
    }
    menuentry 'Devuan GNU/Linux, with Linux 4.9.0-6-amd64 (on /dev/sdc7)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.9.0-6-amd64--089ad6a6-a500-4214-9af3-430fee1e5527' {
        insmod part_msdos
        insmod ext2
        set root='hd2,msdos7'
        if [ x$feature_platform_search_hint = xy ]; then
          search --no-floppy --fs-uuid --set=root --hint-bios=hd2,msdos7 --hint-efi=hd2,msdos7 --hint-baremetal=ahci2,msdos7  089ad6a6-a500-4214-9af3-430fee1e5527
        else
          search --no-floppy --fs-uuid --set=root 089ad6a6-a500-4214-9af3-430fee1e5527
        fi
        linux /boot/vmlinuz-4.9.0-6-amd64 root=UUID=089ad6a6-a500-4214-9af3-430fee1e5527 ro
        initrd /boot/initrd.img-4.9.0-6-amd64
    }
    menuentry 'Devuan GNU/Linux, with Linux 4.9.0-6-amd64 (recovery mode) (on /dev/sdc7)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.9.0-6-amd64-root=UUID=089ad6a6-a500-4214-9af3-430fee1e5527 ro single-089ad6a6-a500-4214-9af3-430fee1e5527' {
        insmod part_msdos
        insmod ext2
        set root='hd2,msdos7'
        if [ x$feature_platform_search_hint = xy ]; then
          search --no-floppy --fs-uuid --set=root --hint-bios=hd2,msdos7 --hint-efi=hd2,msdos7 --hint-baremetal=ahci2,msdos7  089ad6a6-a500-4214-9af3-430fee1e5527
        else
          search --no-floppy --fs-uuid --set=root 089ad6a6-a500-4214-9af3-430fee1e5527
        fi
        linux /boot/vmlinuz-4.9.0-6-amd64 root=UUID=089ad6a6-a500-4214-9af3-430fee1e5527 ro single
        initrd /boot/initrd.img-4.9.0-6-amd64
    }
}


### 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.
### 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 ###
*********************** END /boot/grub/grub.cfg

*********************** BEGIN /proc/mdstat
Personalities : [raid10] [linear] [multipath] [raid0] [raid1] [raid6] [raid5] [raid4] 
md121 : active raid10 sde12[5](S) sdd12[7] sdc12[6] sdb12[2] sda12[4]
      156243968 blocks super 1.2 512K chunks 2 far-copies [4/4] [UUUU]


md122 : active raid10 sde10[5](S) sdb10[2] sda10[4] sdd10[7] sdc10[6]
      488275968 blocks super 1.2 512K chunks 2 far-copies [4/4] [UUUU]


md123 : active raid10 sde8[5](S) sdc8[6] sda8[4] sdb8[2] sdd8[7]
      1066328064 blocks super 1.2 512K chunks 2 far-copies [4/4] [UUUU]


md124 : active raid10 sde11[5](S) sdc11[6] sda11[4] sdd11[7] sdb11[2]
      39067648 blocks super 1.2 512K chunks 2 far-copies [4/4] [UUUU]


md125 : active raid10 sde9[5](S) sdb9[2] sda9[4] sdd9[7] sdc9[6]
      39067648 blocks super 1.2 512K chunks 2 far-copies [4/4] [UUUU]


md126 : active raid10 sde5[5](S) sda5[4] sdb5[2] sdc5[6] sdd5[7]
      39067648 blocks super 1.2 512K chunks 2 far-copies [4/4] [UUUU]


md127 : active raid10 sde6[5](S) sda6[4] sdb6[2] sdc6[6] sdd6[7]
      39067648 blocks super 1.2 512K chunks 2 far-copies [4/4] [UUUU]


unused devices: <none>
*********************** END /proc/mdstat

*********************** BEGIN /dev/disk/by-id
total 0
lrwxrwxrwx 1 root root 9 Oct 31 12:01 ata-ATAPI_iHAS124_F_3524728_2E8915504040 -> ../../sr0
lrwxrwxrwx 1 root root 9 Oct 31 12:01 ata-ATAPI_iHAS324_B_3524252_208127503372 -> ../../sr1
lrwxrwxrwx 1 root root 9 Oct 31 12:01 ata-WDC_WD1003FBYX-01Y7B0_WD-WCAW30515976 -> ../../sdb
lrwxrwxrwx 1 root root 10 Oct 31 12:01 ata-WDC_WD1003FBYX-01Y7B0_WD-WCAW30515976-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 11 Oct 31 12:01 ata-WDC_WD1003FBYX-01Y7B0_WD-WCAW30515976-part10 -> ../../sdb10
lrwxrwxrwx 1 root root 11 Oct 31 12:01 ata-WDC_WD1003FBYX-01Y7B0_WD-WCAW30515976-part11 -> ../../sdb11
lrwxrwxrwx 1 root root 11 Oct 31 12:01 ata-WDC_WD1003FBYX-01Y7B0_WD-WCAW30515976-part12 -> ../../sdb12
lrwxrwxrwx 1 root root 10 Oct 31 12:01 ata-WDC_WD1003FBYX-01Y7B0_WD-WCAW30515976-part2 -> ../../sdb2
lrwxrwxrwx 1 root root 10 Oct 31 12:01 ata-WDC_WD1003FBYX-01Y7B0_WD-WCAW30515976-part3 -> ../../sdb3
lrwxrwxrwx 1 root root 10 Oct 31 12:01 ata-WDC_WD1003FBYX-01Y7B0_WD-WCAW30515976-part4 -> ../../sdb4
lrwxrwxrwx 1 root root 10 Oct 31 12:01 ata-WDC_WD1003FBYX-01Y7B0_WD-WCAW30515976-part5 -> ../../sdb5
lrwxrwxrwx 1 root root 10 Oct 31 12:01 ata-WDC_WD1003FBYX-01Y7B0_WD-WCAW30515976-part6 -> ../../sdb6
lrwxrwxrwx 1 root root 10 Oct 31 12:01 ata-WDC_WD1003FBYX-01Y7B0_WD-WCAW30515976-part7 -> ../../sdb7
lrwxrwxrwx 1 root root 10 Oct 31 12:01 ata-WDC_WD1003FBYX-01Y7B0_WD-WCAW30515976-part8 -> ../../sdb8
lrwxrwxrwx 1 root root 10 Oct 31 12:01 ata-WDC_WD1003FBYX-01Y7B0_WD-WCAW30515976-part9 -> ../../sdb9
lrwxrwxrwx 1 root root 9 Oct 31 12:01 ata-WDC_WD1003FBYZ-010FB0_WD-WCAW31PVCHNX -> ../../sda
lrwxrwxrwx 1 root root 10 Oct 31 12:01 ata-WDC_WD1003FBYZ-010FB0_WD-WCAW31PVCHNX-part1 -> ../../sda1
lrwxrwxrwx 1 root root 11 Oct 31 12:01 ata-WDC_WD1003FBYZ-010FB0_WD-WCAW31PVCHNX-part10 -> ../../sda10
lrwxrwxrwx 1 root root 11 Oct 31 12:01 ata-WDC_WD1003FBYZ-010FB0_WD-WCAW31PVCHNX-part11 -> ../../sda11
lrwxrwxrwx 1 root root 11 Oct 31 12:01 ata-WDC_WD1003FBYZ-010FB0_WD-WCAW31PVCHNX-part12 -> ../../sda12
lrwxrwxrwx 1 root root 10 Oct 31 12:01 ata-WDC_WD1003FBYZ-010FB0_WD-WCAW31PVCHNX-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Oct 31 12:01 ata-WDC_WD1003FBYZ-010FB0_WD-WCAW31PVCHNX-part3 -> ../../sda3
lrwxrwxrwx 1 root root 10 Oct 31 12:01 ata-WDC_WD1003FBYZ-010FB0_WD-WCAW31PVCHNX-part4 -> ../../sda4
lrwxrwxrwx 1 root root 10 Oct 31 12:01 ata-WDC_WD1003FBYZ-010FB0_WD-WCAW31PVCHNX-part5 -> ../../sda5
lrwxrwxrwx 1 root root 10 Oct 31 12:01 ata-WDC_WD1003FBYZ-010FB0_WD-WCAW31PVCHNX-part6 -> ../../sda6
lrwxrwxrwx 1 root root 10 Oct 31 12:01 ata-WDC_WD1003FBYZ-010FB0_WD-WCAW31PVCHNX-part7 -> ../../sda7
lrwxrwxrwx 1 root root 10 Oct 31 12:01 ata-WDC_WD1003FBYZ-010FB0_WD-WCAW31PVCHNX-part8 -> ../../sda8
lrwxrwxrwx 1 root root 10 Oct 31 12:01 ata-WDC_WD1003FBYZ-010FB0_WD-WCAW31PVCHNX-part9 -> ../../sda9
lrwxrwxrwx 1 root root 9 Oct 31 12:01 ata-WDC_WD1003FBYZ-010FB0_WD-WCAW36TYTVKY -> ../../sdc
lrwxrwxrwx 1 root root 10 Oct 31 12:01 ata-WDC_WD1003FBYZ-010FB0_WD-WCAW36TYTVKY-part1 -> ../../sdc1
lrwxrwxrwx 1 root root 11 Oct 31 12:01 ata-WDC_WD1003FBYZ-010FB0_WD-WCAW36TYTVKY-part10 -> ../../sdc10
lrwxrwxrwx 1 root root 11 Oct 31 12:01 ata-WDC_WD1003FBYZ-010FB0_WD-WCAW36TYTVKY-part11 -> ../../sdc11
lrwxrwxrwx 1 root root 11 Oct 31 12:01 ata-WDC_WD1003FBYZ-010FB0_WD-WCAW36TYTVKY-part12 -> ../../sdc12
lrwxrwxrwx 1 root root 10 Oct 31 12:01 ata-WDC_WD1003FBYZ-010FB0_WD-WCAW36TYTVKY-part2 -> ../../sdc2
lrwxrwxrwx 1 root root 10 Oct 31 12:01 ata-WDC_WD1003FBYZ-010FB0_WD-WCAW36TYTVKY-part3 -> ../../sdc3
lrwxrwxrwx 1 root root 10 Oct 31 12:01 ata-WDC_WD1003FBYZ-010FB0_WD-WCAW36TYTVKY-part4 -> ../../sdc4
lrwxrwxrwx 1 root root 10 Oct 31 12:01 ata-WDC_WD1003FBYZ-010FB0_WD-WCAW36TYTVKY-part5 -> ../../sdc5
lrwxrwxrwx 1 root root 10 Oct 31 12:01 ata-WDC_WD1003FBYZ-010FB0_WD-WCAW36TYTVKY-part6 -> ../../sdc6
lrwxrwxrwx 1 root root 10 Oct 31 12:01 ata-WDC_WD1003FBYZ-010FB0_WD-WCAW36TYTVKY-part7 -> ../../sdc7
lrwxrwxrwx 1 root root 10 Oct 31 12:01 ata-WDC_WD1003FBYZ-010FB0_WD-WCAW36TYTVKY-part8 -> ../../sdc8
lrwxrwxrwx 1 root root 10 Oct 31 12:01 ata-WDC_WD1003FBYZ-010FB0_WD-WCAW36TYTVKY-part9 -> ../../sdc9
lrwxrwxrwx 1 root root 9 Oct 31 12:01 ata-WDC_WD1005FBYZ-01YCBB2_WD-WMC6N0J7PMVM -> ../../sde
lrwxrwxrwx 1 root root 10 Oct 31 12:01 ata-WDC_WD1005FBYZ-01YCBB2_WD-WMC6N0J7PMVM-part1 -> ../../sde1
lrwxrwxrwx 1 root root 11 Oct 31 12:01 ata-WDC_WD1005FBYZ-01YCBB2_WD-WMC6N0J7PMVM-part10 -> ../../sde10
lrwxrwxrwx 1 root root 11 Oct 31 12:01 ata-WDC_WD1005FBYZ-01YCBB2_WD-WMC6N0J7PMVM-part11 -> ../../sde11
lrwxrwxrwx 1 root root 11 Oct 31 12:01 ata-WDC_WD1005FBYZ-01YCBB2_WD-WMC6N0J7PMVM-part12 -> ../../sde12
lrwxrwxrwx 1 root root 10 Oct 31 12:01 ata-WDC_WD1005FBYZ-01YCBB2_WD-WMC6N0J7PMVM-part2 -> ../../sde2
lrwxrwxrwx 1 root root 10 Oct 31 12:01 ata-WDC_WD1005FBYZ-01YCBB2_WD-WMC6N0J7PMVM-part3 -> ../../sde3
lrwxrwxrwx 1 root root 10 Oct 31 12:01 ata-WDC_WD1005FBYZ-01YCBB2_WD-WMC6N0J7PMVM-part4 -> ../../sde4
lrwxrwxrwx 1 root root 10 Oct 31 12:01 ata-WDC_WD1005FBYZ-01YCBB2_WD-WMC6N0J7PMVM-part5 -> ../../sde5
lrwxrwxrwx 1 root root 10 Oct 31 12:01 ata-WDC_WD1005FBYZ-01YCBB2_WD-WMC6N0J7PMVM-part6 -> ../../sde6
lrwxrwxrwx 1 root root 10 Oct 31 12:01 ata-WDC_WD1005FBYZ-01YCBB2_WD-WMC6N0J7PMVM-part7 -> ../../sde7
lrwxrwxrwx 1 root root 10 Oct 31 12:01 ata-WDC_WD1005FBYZ-01YCBB2_WD-WMC6N0J7PMVM-part8 -> ../../sde8
lrwxrwxrwx 1 root root 10 Oct 31 12:01 ata-WDC_WD1005FBYZ-01YCBB2_WD-WMC6N0J7PMVM-part9 -> ../../sde9
lrwxrwxrwx 1 root root 9 Oct 31 12:01 ata-WDC_WD1005FBYZ-01YCBB2_WD-WMC6N0J8455N -> ../../sdd
lrwxrwxrwx 1 root root 10 Oct 31 12:01 ata-WDC_WD1005FBYZ-01YCBB2_WD-WMC6N0J8455N-part1 -> ../../sdd1
lrwxrwxrwx 1 root root 11 Oct 31 12:01 ata-WDC_WD1005FBYZ-01YCBB2_WD-WMC6N0J8455N-part10 -> ../../sdd10
lrwxrwxrwx 1 root root 11 Oct 31 12:01 ata-WDC_WD1005FBYZ-01YCBB2_WD-WMC6N0J8455N-part11 -> ../../sdd11
lrwxrwxrwx 1 root root 11 Oct 31 12:01 ata-WDC_WD1005FBYZ-01YCBB2_WD-WMC6N0J8455N-part12 -> ../../sdd12
lrwxrwxrwx 1 root root 10 Oct 31 12:01 ata-WDC_WD1005FBYZ-01YCBB2_WD-WMC6N0J8455N-part2 -> ../../sdd2
lrwxrwxrwx 1 root root 10 Oct 31 12:01 ata-WDC_WD1005FBYZ-01YCBB2_WD-WMC6N0J8455N-part3 -> ../../sdd3
lrwxrwxrwx 1 root root 10 Oct 31 12:01 ata-WDC_WD1005FBYZ-01YCBB2_WD-WMC6N0J8455N-part4 -> ../../sdd4
lrwxrwxrwx 1 root root 10 Oct 31 12:01 ata-WDC_WD1005FBYZ-01YCBB2_WD-WMC6N0J8455N-part5 -> ../../sdd5
lrwxrwxrwx 1 root root 10 Oct 31 12:01 ata-WDC_WD1005FBYZ-01YCBB2_WD-WMC6N0J8455N-part6 -> ../../sdd6
lrwxrwxrwx 1 root root 10 Oct 31 12:01 ata-WDC_WD1005FBYZ-01YCBB2_WD-WMC6N0J8455N-part7 -> ../../sdd7
lrwxrwxrwx 1 root root 10 Oct 31 12:01 ata-WDC_WD1005FBYZ-01YCBB2_WD-WMC6N0J8455N-part8 -> ../../sdd8
lrwxrwxrwx 1 root root 10 Oct 31 12:01 ata-WDC_WD1005FBYZ-01YCBB2_WD-WMC6N0J8455N-part9 -> ../../sdd9
lrwxrwxrwx 1 root root 11 Oct 31 12:01 md-name-Microknoppix:backs -> ../../md121
lrwxrwxrwx 1 root root 11 Oct 31 12:01 md-name-Microknoppix:home -> ../../md123
lrwxrwxrwx 1 root root 11 Oct 31 12:01 md-name-Microknoppix:slash1 -> ../../md126
lrwxrwxrwx 1 root root 11 Oct 31 12:01 md-name-Microknoppix:slash2 -> ../../md127
lrwxrwxrwx 1 root root 11 Oct 31 12:01 md-name-Microknoppix:swap -> ../../md124
lrwxrwxrwx 1 root root 11 Oct 31 12:01 md-name-Microknoppix:tmp -> ../../md122
lrwxrwxrwx 1 root root 11 Oct 31 12:01 md-name-Microknoppix:usrlocal -> ../../md125
lrwxrwxrwx 1 root root 11 Oct 31 12:01 md-uuid-1f1b3a1c:2dadc6e0:7f19dba1:1fa8beb7 -> ../../md122
lrwxrwxrwx 1 root root 11 Oct 31 12:01 md-uuid-32be55cd:4b751df4:247e3e24:9a45bac3 -> ../../md127
lrwxrwxrwx 1 root root 11 Oct 31 12:01 md-uuid-6f52a2fd:76a83909:fce4d26e:c9c90bad -> ../../md125
lrwxrwxrwx 1 root root 11 Oct 31 12:01 md-uuid-ac6c2ede:595a0137:cfd8f168:0e7d3024 -> ../../md123
lrwxrwxrwx 1 root root 11 Oct 31 12:01 md-uuid-bb8af827:27e41d46:7e8d4b54:0a66b50f -> ../../md124
lrwxrwxrwx 1 root root 11 Oct 31 12:01 md-uuid-bdfc35b3:2f23db55:a08ef5b7:87ac8160 -> ../../md126
lrwxrwxrwx 1 root root 11 Oct 31 12:01 md-uuid-cdcaeb59:a5ce929d:46407b4a:a1d84020 -> ../../md121
lrwxrwxrwx 1 root root 9 Oct 31 12:01 wwn-0x11357622707255660545x -> ../../sda
lrwxrwxrwx 1 root root 10 Oct 31 12:01 wwn-0x11357622707255660545x-part1 -> ../../sda1
lrwxrwxrwx 1 root root 11 Oct 31 12:01 wwn-0x11357622707255660545x-part10 -> ../../sda10
lrwxrwxrwx 1 root root 11 Oct 31 12:01 wwn-0x11357622707255660545x-part11 -> ../../sda11
lrwxrwxrwx 1 root root 11 Oct 31 12:01 wwn-0x11357622707255660545x-part12 -> ../../sda12
lrwxrwxrwx 1 root root 10 Oct 31 12:01 wwn-0x11357622707255660545x-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Oct 31 12:01 wwn-0x11357622707255660545x-part3 -> ../../sda3
lrwxrwxrwx 1 root root 10 Oct 31 12:01 wwn-0x11357622707255660545x-part4 -> ../../sda4
lrwxrwxrwx 1 root root 10 Oct 31 12:01 wwn-0x11357622707255660545x-part5 -> ../../sda5
lrwxrwxrwx 1 root root 10 Oct 31 12:01 wwn-0x11357622707255660545x-part6 -> ../../sda6
lrwxrwxrwx 1 root root 10 Oct 31 12:01 wwn-0x11357622707255660545x-part7 -> ../../sda7
lrwxrwxrwx 1 root root 10 Oct 31 12:01 wwn-0x11357622707255660545x-part8 -> ../../sda8
lrwxrwxrwx 1 root root 10 Oct 31 12:01 wwn-0x11357622707255660545x-part9 -> ../../sda9
lrwxrwxrwx 1 root root 9 Oct 31 12:01 wwn-0x14569244546482458625x -> ../../sdb
lrwxrwxrwx 1 root root 10 Oct 31 12:01 wwn-0x14569244546482458625x-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 11 Oct 31 12:01 wwn-0x14569244546482458625x-part10 -> ../../sdb10
lrwxrwxrwx 1 root root 11 Oct 31 12:01 wwn-0x14569244546482458625x-part11 -> ../../sdb11
lrwxrwxrwx 1 root root 11 Oct 31 12:01 wwn-0x14569244546482458625x-part12 -> ../../sdb12
lrwxrwxrwx 1 root root 10 Oct 31 12:01 wwn-0x14569244546482458625x-part2 -> ../../sdb2
lrwxrwxrwx 1 root root 10 Oct 31 12:01 wwn-0x14569244546482458625x-part3 -> ../../sdb3
lrwxrwxrwx 1 root root 10 Oct 31 12:01 wwn-0x14569244546482458625x-part4 -> ../../sdb4
lrwxrwxrwx 1 root root 10 Oct 31 12:01 wwn-0x14569244546482458625x-part5 -> ../../sdb5
lrwxrwxrwx 1 root root 10 Oct 31 12:01 wwn-0x14569244546482458625x-part6 -> ../../sdb6
lrwxrwxrwx 1 root root 10 Oct 31 12:01 wwn-0x14569244546482458625x-part7 -> ../../sdb7
lrwxrwxrwx 1 root root 10 Oct 31 12:01 wwn-0x14569244546482458625x-part8 -> ../../sdb8
lrwxrwxrwx 1 root root 10 Oct 31 12:01 wwn-0x14569244546482458625x-part9 -> ../../sdb9
lrwxrwxrwx 1 root root 9 Oct 31 12:01 wwn-0x3479598615517745153x -> ../../sdd
lrwxrwxrwx 1 root root 10 Oct 31 12:01 wwn-0x3479598615517745153x-part1 -> ../../sdd1
lrwxrwxrwx 1 root root 11 Oct 31 12:01 wwn-0x3479598615517745153x-part10 -> ../../sdd10
lrwxrwxrwx 1 root root 11 Oct 31 12:01 wwn-0x3479598615517745153x-part11 -> ../../sdd11
lrwxrwxrwx 1 root root 11 Oct 31 12:01 wwn-0x3479598615517745153x-part12 -> ../../sdd12
lrwxrwxrwx 1 root root 10 Oct 31 12:01 wwn-0x3479598615517745153x-part2 -> ../../sdd2
lrwxrwxrwx 1 root root 10 Oct 31 12:01 wwn-0x3479598615517745153x-part3 -> ../../sdd3
lrwxrwxrwx 1 root root 10 Oct 31 12:01 wwn-0x3479598615517745153x-part4 -> ../../sdd4
lrwxrwxrwx 1 root root 10 Oct 31 12:01 wwn-0x3479598615517745153x-part5 -> ../../sdd5
lrwxrwxrwx 1 root root 10 Oct 31 12:01 wwn-0x3479598615517745153x-part6 -> ../../sdd6
lrwxrwxrwx 1 root root 10 Oct 31 12:01 wwn-0x3479598615517745153x-part7 -> ../../sdd7
lrwxrwxrwx 1 root root 10 Oct 31 12:01 wwn-0x3479598615517745153x-part8 -> ../../sdd8
lrwxrwxrwx 1 root root 10 Oct 31 12:01 wwn-0x3479598615517745153x-part9 -> ../../sdd9
lrwxrwxrwx 1 root root 9 Oct 31 12:01 wwn-0x4603059071130554369x -> ../../sde
lrwxrwxrwx 1 root root 10 Oct 31 12:01 wwn-0x4603059071130554369x-part1 -> ../../sde1
lrwxrwxrwx 1 root root 11 Oct 31 12:01 wwn-0x4603059071130554369x-part10 -> ../../sde10
lrwxrwxrwx 1 root root 11 Oct 31 12:01 wwn-0x4603059071130554369x-part11 -> ../../sde11
lrwxrwxrwx 1 root root 11 Oct 31 12:01 wwn-0x4603059071130554369x-part12 -> ../../sde12
lrwxrwxrwx 1 root root 10 Oct 31 12:01 wwn-0x4603059071130554369x-part2 -> ../../sde2
lrwxrwxrwx 1 root root 10 Oct 31 12:01 wwn-0x4603059071130554369x-part3 -> ../../sde3
lrwxrwxrwx 1 root root 10 Oct 31 12:01 wwn-0x4603059071130554369x-part4 -> ../../sde4
lrwxrwxrwx 1 root root 10 Oct 31 12:01 wwn-0x4603059071130554369x-part5 -> ../../sde5
lrwxrwxrwx 1 root root 10 Oct 31 12:01 wwn-0x4603059071130554369x-part6 -> ../../sde6
lrwxrwxrwx 1 root root 10 Oct 31 12:01 wwn-0x4603059071130554369x-part7 -> ../../sde7
lrwxrwxrwx 1 root root 10 Oct 31 12:01 wwn-0x4603059071130554369x-part8 -> ../../sde8
lrwxrwxrwx 1 root root 10 Oct 31 12:01 wwn-0x4603059071130554369x-part9 -> ../../sde9
lrwxrwxrwx 1 root root 9 Oct 31 12:01 wwn-0x4678973438426238977x -> ../../sdc
lrwxrwxrwx 1 root root 10 Oct 31 12:01 wwn-0x4678973438426238977x-part1 -> ../../sdc1
lrwxrwxrwx 1 root root 11 Oct 31 12:01 wwn-0x4678973438426238977x-part10 -> ../../sdc10
lrwxrwxrwx 1 root root 11 Oct 31 12:01 wwn-0x4678973438426238977x-part11 -> ../../sdc11
lrwxrwxrwx 1 root root 11 Oct 31 12:01 wwn-0x4678973438426238977x-part12 -> ../../sdc12
lrwxrwxrwx 1 root root 10 Oct 31 12:01 wwn-0x4678973438426238977x-part2 -> ../../sdc2
lrwxrwxrwx 1 root root 10 Oct 31 12:01 wwn-0x4678973438426238977x-part3 -> ../../sdc3
lrwxrwxrwx 1 root root 10 Oct 31 12:01 wwn-0x4678973438426238977x-part4 -> ../../sdc4
lrwxrwxrwx 1 root root 10 Oct 31 12:01 wwn-0x4678973438426238977x-part5 -> ../../sdc5
lrwxrwxrwx 1 root root 10 Oct 31 12:01 wwn-0x4678973438426238977x-part6 -> ../../sdc6
lrwxrwxrwx 1 root root 10 Oct 31 12:01 wwn-0x4678973438426238977x-part7 -> ../../sdc7
lrwxrwxrwx 1 root root 10 Oct 31 12:01 wwn-0x4678973438426238977x-part8 -> ../../sdc8
lrwxrwxrwx 1 root root 10 Oct 31 12:01 wwn-0x4678973438426238977x-part9 -> ../../sdc9
*********************** END /dev/disk/by-id

*********************** BEGIN /dev/disk/by-uuid
total 0
lrwxrwxrwx 1 root root 10 Oct 31 12:01 03c00ce2-5964-4b52-bd53-e081ba8dba05 -> ../../sde3
lrwxrwxrwx 1 root root 10 Oct 31 12:01 089ad6a6-a500-4214-9af3-430fee1e5527 -> ../../sdc7
lrwxrwxrwx 1 root root 10 Oct 31 12:01 093d036e-2d1c-4c49-8c87-331ed8cdc74f -> ../../sda7
lrwxrwxrwx 1 root root 10 Oct 31 12:01 392d8a07-efa2-4fc5-81b8-c894f7725160 -> ../../sdd3
lrwxrwxrwx 1 root root 11 Oct 31 12:01 4bf9d9c4-575b-41a5-b0b5-badd0da51209 -> ../../md122
lrwxrwxrwx 1 root root 11 Oct 31 12:01 64e253ef-2977-408c-873f-c3548280df6a -> ../../md124
lrwxrwxrwx 1 root root 10 Oct 31 12:01 6dbd86be-cdb1-44dd-b8c4-0b672db6d529 -> ../../sda3
lrwxrwxrwx 1 root root 11 Oct 31 12:01 91f01f6a-58e3-417b-b8d8-6cbbe5011df4 -> ../../md125
lrwxrwxrwx 1 root root 10 Oct 31 12:01 9b924409-cc24-4994-a642-4fedee2fd3b5 -> ../../sdb7
lrwxrwxrwx 1 root root 10 Oct 31 12:01 aa0ae60a-7386-4026-8fcf-bafe1ef90643 -> ../../sde7
lrwxrwxrwx 1 root root 10 Oct 31 12:01 aefd3ca1-140f-445a-8369-d8d75d7dba2f -> ../../sda1
lrwxrwxrwx 1 root root 11 Oct 31 12:01 bd047d06-11ba-440c-b821-02acd721e102 -> ../../md123
lrwxrwxrwx 1 root root 10 Oct 31 12:01 c117fc43-42b7-4e9c-b11f-c6bd8884984c -> ../../sdd7
lrwxrwxrwx 1 root root 10 Oct 31 12:01 d12bde92-77c7-442c-8bfa-833d870882b2 -> ../../sdd2
lrwxrwxrwx 1 root root 11 Oct 31 12:01 d4619957-3429-4d44-9f04-8bbd26aa3464 -> ../../md121
lrwxrwxrwx 1 root root 11 Oct 31 12:01 f964aab8-b0ca-4ac6-9a16-aeef2427faaa -> ../../md126
lrwxrwxrwx 1 root root 10 Oct 31 12:01 f972c11e-d4fd-4766-8061-87cc58eaf6dc -> ../../sde2
lrwxrwxrwx 1 root root 11 Oct 31 12:01 febd2751-8b88-4d9a-ba17-4cf81a9fbe6d -> ../../md127
*********************** END /dev/disk/by-uuid

-- System Information:
Distributor ID:    Devuan
Description:    Devuan GNU/Linux 2.1 (ascii)
Release:    2.1
Codename:    ascii


Architecture: x86_64

Kernel: Linux 4.9.0-14-amd64 (SMP w/12 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages grub-common depends on:
ii  gettext-base        0.19.8.1-2+deb9u1
ii  libc6               2.24-11+deb9u4
ii  libdevmapper1.02.1  2:1.02.137-2
ii  libfreetype6        2.6.3-3.2+deb9u2
ii  libfuse2            2.9.7-1+deb9u2
ii  liblzma5            5.2.2-1.2+b1


Versions of packages grub-common recommends:
ii os-prober 1.76~deb9u1

Versions of packages grub-common suggests:
ii  console-setup  1.164
ii  desktop-base   1:2.0.3
pn  grub-emu       <none>
pn  multiboot-doc  <none>
pn  xorriso        <none>


-- no debconf information


-- System Information:
Distributor ID:    Devuan
Description:    Devuan GNU/Linux 2.1 (ascii)
Release:    2.1
Codename:    ascii


Architecture: x86_64

Kernel: Linux 4.9.0-14-amd64 (SMP w/12 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages grub-common depends on:
ii  gettext-base        0.19.8.1-2+deb9u1
ii  libc6               2.24-11+deb9u4
ii  libdevmapper1.02.1  2:1.02.137-2
ii  libfreetype6        2.6.3-3.2+deb9u2
ii  libfuse2            2.9.7-1+deb9u2
ii  liblzma5            5.2.2-1.2+b1


Versions of packages grub-common recommends:
ii os-prober 1.76~deb9u1

Versions of packages grub-common suggests:
ii  console-setup  1.164
ii  desktop-base   1:2.0.3
pn  grub-emu       <none>
pn  multiboot-doc  <none>
pn  xorriso        <none>


-- no debconf information
Version: 2.06-3

Robert,

On Tue, Jan 03, 2023 at 08:04:03PM -0800, Robert M. Riches Jr. wrote:
> After a year or so of being affected by this bug, I discovered
> a message that appears while doing "apt-get upgrade" for a new
> kernel. The message says that LVM was found to not be installed
> or running, and the Grub install/update process is switching to
> raw device mode. It may well be that the switch to raw device
> mode is what is causing it to overlook /dev/md12*.


Sounds plausible.

> I'm currently running a freshly-installed Chimaera and using
> LVM, and have not seen this bug manifest on that installation.


Good.

Closing as fixed in Debian.

Mark