X-Loop: [email protected] Subject: bug#518: grub-common: grub.cfg is written with /root=/dev/md127 or /root/dev/md126 rather than UUID Reply-To: [email protected], [email protected] Resent-From: "Robert M. Riches Jr." <[email protected]> Resent-To: [email protected] Resent-CC: [email protected] X-Loop: [email protected] Resent-Date: Tue, 03 Nov 2020 04:48:02 +0000 Resent-Message-ID: <[email protected]> Resent-Sender: [email protected] X-Devuan-PR-Message: report 518 X-Devuan-PR-Package: grub-common X-Devuan-PR-Keywords: Received: via spool by [email protected] id=B.160437841230777 (code B); Tue, 03 Nov 2020 04:48:02 +0000 Received: (at submit) by bugs.devuan.org; 3 Nov 2020 04:40:12 +0000 Delivered-To: [email protected] Received: from tupac3.dyne.org [195.169.149.119] by doc.devuan.org with IMAP (fetchmail-6.4.0.beta4) for <debbugs@localhost> (single-drop); Tue, 03 Nov 2020 04:40:03 +0000 (UTC) Received: from smtp-out-4.mxes.net (smtp-out-4.mxes.net [198.205.123.69]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by vm6.ganeti.dyne.org (Postfix) with ESMTPS id 1FD74F60A0F for <[email protected]>; Tue, 3 Nov 2020 05:29:01 +0100 (CET) Authentication-Results: vm6.ganeti.dyne.org; dkim=pass (1024-bit key; secure) header.d=mxes.net [email protected] header.b="R904WPlb"; dkim-atps=neutral Received: from Customer-MUA (mua.mxes.net [10.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTPSA id 4524B759BC; Mon, 2 Nov 2020 23:28:57 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mxes.net; s=mta; t=1604377738; bh=p3Tb4jHANyHfQmXhJYDczh8iVZ+qkeV2YTdwv4iku0M=; h=Content-Type:MIME-Version:From:To:Subject:Reply-To:Message-ID: Date; b=R904WPlbctTFttmP3kVPuRuTOkNRSCAP0mt+DZsBduqjPoMgSmYXAgrEpd+ozOhzx fmDp7viHOJTbqdCvLL/R0qqhIbnzAcxnnCIbaj3DfOqtVmW2NmmEGdtipMfoCO5cXS 2rE8lxvF34gmVTpSvSleKtffXimYqtavG3alU6Wc= Received: by one.localnet (Postfix, from userid 501) id C89191E34D3; Mon, 2 Nov 2020 20:28:56 -0800 (PST) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Robert M. Riches Jr." <[email protected]> To: Devuan Bug Tracking System <[email protected]> Message-ID: <[email protected]> X-Mailer: reportbug 7.1.6+devuan2.1 Date: Mon, 02 Nov 2020 20:28:56 -0800 X-Sent-To: <c3VibWl0QGJ1Z3MuZGV2dWFuLm9yZw==> X-Spam-Status: No, score=-0.3 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, NO_DNS_FOR_FROM,RCVD_IN_DNSWL_LOW,SPF_HELO_PASS,SPF_PASS autolearn=disabled version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on tupac3.dyne.org 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
Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 X-Loop: [email protected] From: "Devuan bug Tracking System" <[email protected]> To: [email protected] Subject: bug#518: Acknowledgement (grub-common: grub.cfg is written with /root=/dev/md127 or /root/dev/md126 rather than UUID) Message-ID: <[email protected]> References: <[email protected]> X-Devuan-PR-Message: ack 518 X-Devuan-PR-Package: grub-common Reply-To: [email protected] Date: Tue, 03 Nov 2020 04:48:07 +0000 Thank you for filing a new bug report with Devuan. You can follow progress on this bug here: 518: https://bugs.devuan.org/cgi/= bugreport.cgi?bug=3D518. This is an automatically generated reply to let you know your message has been received. Your message is being forwarded to the package maintainers and other interested parties for their attention; they will reply in due course. Your message has been sent to the package maintainer(s): [email protected] If you wish to submit further information on this problem, please send it to [email protected]. Please do not send mail to [email protected] unless you wish to report a problem with the Bug-tracking system. --=20 518: https://bugs.devuan.org/cgi/bugreport.cgi?bug=3D518 Devuan Bug Tracking System Contact [email protected] with problems
X-Loop: [email protected] Subject: bug#518: possible related to check for LVM Reply-To: "Robert M. Riches Jr." <[email protected]>, [email protected] Resent-From: "Robert M. Riches Jr." <[email protected]> Resent-To: [email protected] Resent-CC: [email protected] X-Loop: [email protected] Resent-Date: Wed, 04 Jan 2023 04:06:02 +0000 Resent-Message-ID: <[email protected]> Resent-Sender: [email protected] X-Devuan-PR-Message: followup 518 X-Devuan-PR-Package: grub-common X-Devuan-PR-Keywords: References: <[email protected]> Received: via spool by [email protected] id=B518.167280507222179 (code B ref 518); Wed, 04 Jan 2023 04:06:02 +0000 Received: (at 518) by bugs.devuan.org; 4 Jan 2023 04:04:32 +0000 Delivered-To: [email protected] Received: from email.devuan.org [2001:41d0:2:d06e::5c4:2612] by doc.devuan.org with IMAP (fetchmail-6.4.16) for <debbugs@localhost> (single-drop); Wed, 04 Jan 2023 04:04:32 +0000 (UTC) Received: from email.devuan.org by email.devuan.org with LMTP id FAkeIsH6tGMtcwAAmSBk0A (envelope-from <[email protected]>) for <[email protected]>; Wed, 04 Jan 2023 04:04:17 +0000 Received: by email.devuan.org (Postfix, from userid 109) id 7A5991267; Wed, 4 Jan 2023 04:04:17 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on email.devuan.org X-Spam-Level: X-Spam-Status: No, score=-0.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,SPF_PASS autolearn=ham autolearn_force=no version=3.4.6 Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=136.175.108.248; helo=mail-108-mta248.mxroute.com; [email protected]; receiver=<UNKNOWN> Received: from mail-108-mta248.mxroute.com (mail-108-mta248.mxroute.com [136.175.108.248]) by email.devuan.org (Postfix) with ESMTPS id B62E5CCC for <[email protected]>; Wed, 4 Jan 2023 04:04:12 +0000 (UTC) Received: from mail-111-mta2.mxroute.com ([136.175.111.2] filter006.mxroute.com) (Authenticated sender: mN4UYu2MZsgR) by mail-108-mta248.mxroute.com (ZoneMTA) with ESMTPSA id 1857af35b9f000011e.001 for <[email protected]> (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES128-GCM-SHA256); Wed, 04 Jan 2023 04:04:07 +0000 X-Zone-Loop: 05d79d749034f5e4ea45662025d6086dd99350443458 X-Originating-IP: [136.175.111.2] DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=jacob21819.net; s=x; h=From:Message-Id:Subject:To:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=r7RlqOLlyP6qiE9fF+RMTw99KujT19zd2oSkegCh80s=; b=VbuC/XR7wzC15xC+Y49B5Q4DJj kiXuxLcvcbC8wsFH35oa4+8kHsbgLVtv9A/3rWaj1rNqiocEvhvkiSEkNFRMSLhHHPDwZg+Kp+Qra xAFdOOB7Tzu0CxheRnHInrnRw/QczCzHwYqKLCSB7yGYMauDC0vjNLOCfxa1JlkSJkZqIHL1STd2P Th6g8ub1K2OufXQul7my3z2EtrvCRsBLG6VPLWQRHRtSpazyqaY0H/pFK8j1PpzvgwWdm6xHG2dVP o0EnpRt3brSjuWlElfRR/yE/MYr0bKSnv5gHH/wNEgBxCubK5KTgOhV4l76W5sN1y3M1IDKVz+5Fm 5StdNjug==; Date: Tue, 03 Jan 2023 20:04:03 -0800 To: [email protected] User-Agent: s-nail v14.9.22 Message-Id: <[email protected]> From: "Robert M. Riches Jr." <[email protected]> X-Authenticated-Id: [email protected] 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*. I'm currently running a freshly-installed Chimaera and using LVM, and have not seen this bug manifest on that installation.
Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 X-Loop: [email protected] From: "Devuan bug Tracking System" <[email protected]> To: "Robert M. Riches Jr." <[email protected]> Subject: bug#518: Info received (possible related to check for LVM) Message-ID: <[email protected]> References: <[email protected]> X-Devuan-PR-Message: ack-info 518 X-Devuan-PR-Package: grub-common Reply-To: [email protected] Date: Wed, 04 Jan 2023 04:06:04 +0000 Thank you for the additional information you have supplied regarding this bug report. This is an automatically generated reply to let you know your message has been received. Your message is being forwarded to the package maintainers and other interested parties for their attention; they will reply in due course. Your message has been sent to the package maintainer(s): [email protected] If you wish to submit further information on this problem, please send it to [email protected]. Please do not send mail to [email protected] unless you wish to report a problem with the Bug-tracking system. --=20 518: https://bugs.devuan.org/cgi/bugreport.cgi?bug=3D518 Devuan Bug Tracking System Contact [email protected] with problems
Received: (at control) by bugs.devuan.org; 10 Jan 2023 19:24:03 +0000 Return-Path: <[email protected]> Delivered-To: [email protected] Received: from email.devuan.org [2001:41d0:2:d06e::5c4:2612] by doc.devuan.org with IMAP (fetchmail-6.4.16) for <debbugs@localhost> (single-drop); Tue, 10 Jan 2023 19:24:03 +0000 (UTC) Received: from email.devuan.org by email.devuan.org with LMTP id 4Zq0KUG7vWOCMgAAmSBk0A (envelope-from <[email protected]>) for <[email protected]>; Tue, 10 Jan 2023 19:23:45 +0000 Received: by email.devuan.org (Postfix, from userid 109) id 9EF33B85; Tue, 10 Jan 2023 19:23:45 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on email.devuan.org X-Spam-Level: X-Spam-Status: No, score=0.4 required=5.0 tests=RDNS_DYNAMIC,SPF_PASS autolearn=no autolearn_force=no version=3.4.6 Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=193.36.131.86; helo=mx.hindley.org.uk; [email protected]; receiver=<UNKNOWN> Received: from mx.hindley.org.uk (193-36-131-86.cfwn.uk [193.36.131.86]) by email.devuan.org (Postfix) with ESMTPS id 94A722A8 for <[email protected]>; Tue, 10 Jan 2023 19:23:40 +0000 (UTC) Received: from apollo.hindleynet ([192.168.1.3] helo=hindley.org.uk) by mx.hindley.org.uk with smtp (Exim 4.84_2) (envelope-from <[email protected]>) id 1pFKDj-0003xw-3s for [email protected]; Tue, 10 Jan 2023 19:23:39 +0000 Received: (nullmailer pid 32104 invoked by uid 1000); Tue, 10 Jan 2023 19:23:38 -0000 From: Mark Hindley <[email protected]> To: [email protected] Subject: merging 518 519 Date: Tue, 10 Jan 2023 19:23:38 +0000 User-Agent: devscripts bts/2.22.2 Message-ID: <[email protected]> merge 518 519 thanks
MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) X-Loop: [email protected] From: "Devuan bug Tracking System" <[email protected]> To: Mark Hindley <[email protected]> Subject: bug#518: marked as done (grub-common: grub.cfg is written with /root=/dev/md127 or /root/dev/md126 rather than UUID) Message-ID: <[email protected]> References: <[email protected]> <[email protected]> X-Devuan-PR-Message: closed 518 X-Devuan-PR-Package: grub-common Reply-To: [email protected] Date: Wed, 11 Jan 2023 17:54:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1673459642-20780-0" This is a multi-part message in MIME format... ------------=_1673459642-20780-0 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your message dated Wed, 11 Jan 2023 17:51:32 +0000 with message-id <[email protected]> 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=3D/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 [email protected] immediately.) --=20 518: https://bugs.devuan.org/cgi/bugreport.cgi?bug=3D518 Devuan Bug Tracking System Contact [email protected] with problems ------------=_1673459642-20780-0 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by bugs.devuan.org; 3 Nov 2020 04:40:12 +0000 Return-Path: <[email protected]> Delivered-To: [email protected] Received: from tupac3.dyne.org [195.169.149.119] by doc.devuan.org with IMAP (fetchmail-6.4.0.beta4) for <debbugs@localhost> (single-drop); Tue, 03 Nov 2020 04:40:03 +0000 (UTC) Received: from smtp-out-4.mxes.net (smtp-out-4.mxes.net [198.205.123.69]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by vm6.ganeti.dyne.org (Postfix) with ESMTPS id 1FD74F60A0F for <[email protected]>; Tue, 3 Nov 2020 05:29:01 +0100 (CET) Authentication-Results: vm6.ganeti.dyne.org; dkim=pass (1024-bit key; secure) header.d=mxes.net [email protected] header.b="R904WPlb"; dkim-atps=neutral Received: from Customer-MUA (mua.mxes.net [10.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTPSA id 4524B759BC; Mon, 2 Nov 2020 23:28:57 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mxes.net; s=mta; t=1604377738; bh=p3Tb4jHANyHfQmXhJYDczh8iVZ+qkeV2YTdwv4iku0M=; h=Content-Type:MIME-Version:From:To:Subject:Reply-To:Message-ID: Date; b=R904WPlbctTFttmP3kVPuRuTOkNRSCAP0mt+DZsBduqjPoMgSmYXAgrEpd+ozOhzx fmDp7viHOJTbqdCvLL/R0qqhIbnzAcxnnCIbaj3DfOqtVmW2NmmEGdtipMfoCO5cXS 2rE8lxvF34gmVTpSvSleKtffXimYqtavG3alU6Wc= Received: by one.localnet (Postfix, from userid 501) id C89191E34D3; Mon, 2 Nov 2020 20:28:56 -0800 (PST) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Robert M. Riches Jr." <[email protected]> To: Devuan Bug Tracking System <[email protected]> Subject: grub-common: grub.cfg is written with /root=/dev/md127 or /root/dev/md126 rather than UUID Reply-To: [email protected] Message-ID: <[email protected]> X-Mailer: reportbug 7.1.6+devuan2.1 Date: Mon, 02 Nov 2020 20:28:56 -0800 X-Sent-To: <c3VibWl0QGJ1Z3MuZGV2dWFuLm9yZw==> X-Spam-Status: No, score=-0.3 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, NO_DNS_FOR_FROM,RCVD_IN_DNSWL_LOW,SPF_HELO_PASS,SPF_PASS autolearn=disabled version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on tupac3.dyne.org 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 ------------=_1673459642-20780-0 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 518-done) by bugs.devuan.org; 11 Jan 2023 17:53:01 +0000 Return-Path: <[email protected]> Delivered-To: [email protected] Received: from email.devuan.org [2001:41d0:2:d06e::5c4:2612] by doc.devuan.org with IMAP (fetchmail-6.4.16) for <debbugs@localhost> (single-drop); Wed, 11 Jan 2023 17:53:01 +0000 (UTC) Received: from email.devuan.org by email.devuan.org with LMTP id Wg3aHib3vmOFDAAAmSBk0A (envelope-from <[email protected]>) for <[email protected]>; Wed, 11 Jan 2023 17:51:34 +0000 Received: by email.devuan.org (Postfix, from userid 109) id 7502AB85; Wed, 11 Jan 2023 17:51:34 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on email.devuan.org X-Spam-Level: X-Spam-Status: No, score=0.4 required=5.0 tests=RDNS_DYNAMIC,SPF_PASS autolearn=no autolearn_force=no version=3.4.6 Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=193.36.131.86; helo=mx.hindley.org.uk; [email protected]; receiver=<UNKNOWN> Received: from mx.hindley.org.uk (193-36-131-86.cfwn.uk [193.36.131.86]) by email.devuan.org (Postfix) with ESMTPS id 34542226 for <[email protected]>; Wed, 11 Jan 2023 17:51:34 +0000 (UTC) Received: from apollo.hindleynet ([192.168.1.3] helo=hindley.org.uk) by mx.hindley.org.uk with smtp (Exim 4.84_2) (envelope-from <[email protected]>) id 1pFfG8-0003e0-O4; Wed, 11 Jan 2023 17:51:32 +0000 Received: (nullmailer pid 5333 invoked by uid 1000); Wed, 11 Jan 2023 17:51:32 -0000 Date: Wed, 11 Jan 2023 17:51:32 +0000 From: Mark Hindley <[email protected]> To: "Robert M. Riches Jr." <[email protected]>, [email protected] Subject: Re: bug#518: possible related to check for LVM Message-ID: <[email protected]> References: <[email protected]> <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <[email protected]> X-Debbugs-No-Ack: No Thanks 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 ------------=_1673459642-20780-0--
MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) X-Loop: [email protected] From: "Devuan bug Tracking System" <[email protected]> To: [email protected] Subject: bug#518 closed by Mark Hindley <[email protected]> (Re: bug#518: possible related to check for LVM) Message-ID: <[email protected]> References: <[email protected]> <[email protected]> X-Devuan-PR-Message: they-closed 518 X-Devuan-PR-Package: grub-common Reply-To: [email protected] Date: Wed, 11 Jan 2023 17:54:04 +0000 Content-Type: multipart/mixed; boundary="----------=_1673459644-20780-1" This is a multi-part message in MIME format... ------------=_1673459644-20780-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" This is an automatic notification regarding your bug report which was filed against the grub-common package: #518: grub-common: grub.cfg is written with /root=3D/dev/md127 or /root/dev= /md126 rather than UUID It has been closed by Mark Hindley <[email protected]>. Their explanation is attached below along with your original report. If this explanation is unsatisfactory and you have not received a better one in a separate message then please contact Mark Hindley <mark@hin= dley.org.uk> by replying to this email. --=20 518: https://bugs.devuan.org/cgi/bugreport.cgi?bug=3D518 Devuan Bug Tracking System Contact [email protected] with problems ------------=_1673459644-20780-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 518-done) by bugs.devuan.org; 11 Jan 2023 17:53:01 +0000 Return-Path: <[email protected]> Delivered-To: [email protected] Received: from email.devuan.org [2001:41d0:2:d06e::5c4:2612] by doc.devuan.org with IMAP (fetchmail-6.4.16) for <debbugs@localhost> (single-drop); Wed, 11 Jan 2023 17:53:01 +0000 (UTC) Received: from email.devuan.org by email.devuan.org with LMTP id Wg3aHib3vmOFDAAAmSBk0A (envelope-from <[email protected]>) for <[email protected]>; Wed, 11 Jan 2023 17:51:34 +0000 Received: by email.devuan.org (Postfix, from userid 109) id 7502AB85; Wed, 11 Jan 2023 17:51:34 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on email.devuan.org X-Spam-Level: X-Spam-Status: No, score=0.4 required=5.0 tests=RDNS_DYNAMIC,SPF_PASS autolearn=no autolearn_force=no version=3.4.6 Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=193.36.131.86; helo=mx.hindley.org.uk; [email protected]; receiver=<UNKNOWN> Received: from mx.hindley.org.uk (193-36-131-86.cfwn.uk [193.36.131.86]) by email.devuan.org (Postfix) with ESMTPS id 34542226 for <[email protected]>; Wed, 11 Jan 2023 17:51:34 +0000 (UTC) Received: from apollo.hindleynet ([192.168.1.3] helo=hindley.org.uk) by mx.hindley.org.uk with smtp (Exim 4.84_2) (envelope-from <[email protected]>) id 1pFfG8-0003e0-O4; Wed, 11 Jan 2023 17:51:32 +0000 Received: (nullmailer pid 5333 invoked by uid 1000); Wed, 11 Jan 2023 17:51:32 -0000 Date: Wed, 11 Jan 2023 17:51:32 +0000 From: Mark Hindley <[email protected]> To: "Robert M. Riches Jr." <[email protected]>, [email protected] Subject: Re: bug#518: possible related to check for LVM Message-ID: <[email protected]> References: <[email protected]> <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <[email protected]> X-Debbugs-No-Ack: No Thanks 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 ------------=_1673459644-20780-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by bugs.devuan.org; 3 Nov 2020 04:40:12 +0000 Return-Path: <[email protected]> Delivered-To: [email protected] Received: from tupac3.dyne.org [195.169.149.119] by doc.devuan.org with IMAP (fetchmail-6.4.0.beta4) for <debbugs@localhost> (single-drop); Tue, 03 Nov 2020 04:40:03 +0000 (UTC) Received: from smtp-out-4.mxes.net (smtp-out-4.mxes.net [198.205.123.69]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by vm6.ganeti.dyne.org (Postfix) with ESMTPS id 1FD74F60A0F for <[email protected]>; Tue, 3 Nov 2020 05:29:01 +0100 (CET) Authentication-Results: vm6.ganeti.dyne.org; dkim=pass (1024-bit key; secure) header.d=mxes.net [email protected] header.b="R904WPlb"; dkim-atps=neutral Received: from Customer-MUA (mua.mxes.net [10.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTPSA id 4524B759BC; Mon, 2 Nov 2020 23:28:57 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mxes.net; s=mta; t=1604377738; bh=p3Tb4jHANyHfQmXhJYDczh8iVZ+qkeV2YTdwv4iku0M=; h=Content-Type:MIME-Version:From:To:Subject:Reply-To:Message-ID: Date; b=R904WPlbctTFttmP3kVPuRuTOkNRSCAP0mt+DZsBduqjPoMgSmYXAgrEpd+ozOhzx fmDp7viHOJTbqdCvLL/R0qqhIbnzAcxnnCIbaj3DfOqtVmW2NmmEGdtipMfoCO5cXS 2rE8lxvF34gmVTpSvSleKtffXimYqtavG3alU6Wc= Received: by one.localnet (Postfix, from userid 501) id C89191E34D3; Mon, 2 Nov 2020 20:28:56 -0800 (PST) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Robert M. Riches Jr." <[email protected]> To: Devuan Bug Tracking System <[email protected]> Subject: grub-common: grub.cfg is written with /root=/dev/md127 or /root/dev/md126 rather than UUID Reply-To: [email protected] Message-ID: <[email protected]> X-Mailer: reportbug 7.1.6+devuan2.1 Date: Mon, 02 Nov 2020 20:28:56 -0800 X-Sent-To: <c3VibWl0QGJ1Z3MuZGV2dWFuLm9yZw==> X-Spam-Status: No, score=-0.3 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, NO_DNS_FOR_FROM,RCVD_IN_DNSWL_LOW,SPF_HELO_PASS,SPF_PASS autolearn=disabled version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on tupac3.dyne.org 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 ------------=_1673459644-20780-1--
MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) X-Loop: [email protected] From: "Devuan bug Tracking System" <[email protected]> To: Mark Hindley <[email protected]> Subject: bug#519: marked as done (grub-common: grub.cfg is written with /root=/dev/md127 or /root/dev/md126 rather than UUID) Message-ID: <[email protected]> References: <[email protected]> <[email protected]> X-Devuan-PR-Message: closed 519 X-Devuan-PR-Package: grub-common Reply-To: [email protected] Date: Wed, 11 Jan 2023 17:54:07 +0000 Content-Type: multipart/mixed; boundary="----------=_1673459647-20780-2" This is a multi-part message in MIME format... ------------=_1673459647-20780-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your message dated Wed, 11 Jan 2023 17:51:32 +0000 with message-id <[email protected]> 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=3D/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 [email protected] immediately.) --=20 518: https://bugs.devuan.org/cgi/bugreport.cgi?bug=3D518 Devuan Bug Tracking System Contact [email protected] with problems ------------=_1673459647-20780-2 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by bugs.devuan.org; 3 Nov 2020 04:56:41 +0000 Return-Path: <[email protected]> Delivered-To: [email protected] Received: from tupac3.dyne.org [195.169.149.119] by doc.devuan.org with IMAP (fetchmail-6.4.0.beta4) for <debbugs@localhost> (single-drop); Tue, 03 Nov 2020 04:56:41 +0000 (UTC) Received: from smtp-out-4.mxes.net (smtp-out-4.mxes.net [198.205.123.69]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by vm6.ganeti.dyne.org (Postfix) with ESMTPS id 1FD74F60A0F for <[email protected]>; Tue, 3 Nov 2020 05:29:01 +0100 (CET) Authentication-Results: vm6.ganeti.dyne.org; dkim=pass (1024-bit key; secure) header.d=mxes.net [email protected] header.b="R904WPlb"; dkim-atps=neutral Received: from Customer-MUA (mua.mxes.net [10.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTPSA id 4524B759BC; Mon, 2 Nov 2020 23:28:57 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mxes.net; s=mta; t=1604377738; bh=p3Tb4jHANyHfQmXhJYDczh8iVZ+qkeV2YTdwv4iku0M=; h=Content-Type:MIME-Version:From:To:Subject:Reply-To:Message-ID: Date; b=R904WPlbctTFttmP3kVPuRuTOkNRSCAP0mt+DZsBduqjPoMgSmYXAgrEpd+ozOhzx fmDp7viHOJTbqdCvLL/R0qqhIbnzAcxnnCIbaj3DfOqtVmW2NmmEGdtipMfoCO5cXS 2rE8lxvF34gmVTpSvSleKtffXimYqtavG3alU6Wc= Received: by one.localnet (Postfix, from userid 501) id C89191E34D3; Mon, 2 Nov 2020 20:28:56 -0800 (PST) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Robert M. Riches Jr." <[email protected]> To: Devuan Bug Tracking System <[email protected]> Subject: grub-common: grub.cfg is written with /root=/dev/md127 or /root/dev/md126 rather than UUID Reply-To: [email protected] Message-ID: <[email protected]> X-Mailer: reportbug 7.1.6+devuan2.1 Date: Mon, 02 Nov 2020 20:28:56 -0800 X-Sent-To: <c3VibWl0QGJ1Z3MuZGV2dWFuLm9yZw==> X-Spam-Status: No, score=-0.3 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, NO_DNS_FOR_FROM,RCVD_IN_DNSWL_LOW,SPF_HELO_PASS,SPF_PASS autolearn=disabled version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on tupac3.dyne.org 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 ------------=_1673459647-20780-2 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 518-done) by bugs.devuan.org; 11 Jan 2023 17:53:01 +0000 Return-Path: <[email protected]> Delivered-To: [email protected] Received: from email.devuan.org [2001:41d0:2:d06e::5c4:2612] by doc.devuan.org with IMAP (fetchmail-6.4.16) for <debbugs@localhost> (single-drop); Wed, 11 Jan 2023 17:53:01 +0000 (UTC) Received: from email.devuan.org by email.devuan.org with LMTP id Wg3aHib3vmOFDAAAmSBk0A (envelope-from <[email protected]>) for <[email protected]>; Wed, 11 Jan 2023 17:51:34 +0000 Received: by email.devuan.org (Postfix, from userid 109) id 7502AB85; Wed, 11 Jan 2023 17:51:34 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on email.devuan.org X-Spam-Level: X-Spam-Status: No, score=0.4 required=5.0 tests=RDNS_DYNAMIC,SPF_PASS autolearn=no autolearn_force=no version=3.4.6 Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=193.36.131.86; helo=mx.hindley.org.uk; [email protected]; receiver=<UNKNOWN> Received: from mx.hindley.org.uk (193-36-131-86.cfwn.uk [193.36.131.86]) by email.devuan.org (Postfix) with ESMTPS id 34542226 for <[email protected]>; Wed, 11 Jan 2023 17:51:34 +0000 (UTC) Received: from apollo.hindleynet ([192.168.1.3] helo=hindley.org.uk) by mx.hindley.org.uk with smtp (Exim 4.84_2) (envelope-from <[email protected]>) id 1pFfG8-0003e0-O4; Wed, 11 Jan 2023 17:51:32 +0000 Received: (nullmailer pid 5333 invoked by uid 1000); Wed, 11 Jan 2023 17:51:32 -0000 Date: Wed, 11 Jan 2023 17:51:32 +0000 From: Mark Hindley <[email protected]> To: "Robert M. Riches Jr." <[email protected]>, [email protected] Subject: Re: bug#518: possible related to check for LVM Message-ID: <[email protected]> References: <[email protected]> <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <[email protected]> X-Debbugs-No-Ack: No Thanks 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 ------------=_1673459647-20780-2--
MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) X-Loop: [email protected] From: "Devuan bug Tracking System" <[email protected]> To: [email protected] Subject: bug#519 closed by Mark Hindley <[email protected]> (Re: bug#518: possible related to check for LVM) Message-ID: <[email protected]> References: <[email protected]> <[email protected]> X-Devuan-PR-Message: they-closed 519 X-Devuan-PR-Package: grub-common Reply-To: [email protected] Date: Wed, 11 Jan 2023 17:54:10 +0000 Content-Type: multipart/mixed; boundary="----------=_1673459650-20780-3" This is a multi-part message in MIME format... ------------=_1673459650-20780-3 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" This is an automatic notification regarding your bug report which was filed against the grub-common package: #519: grub-common: grub.cfg is written with /root=3D/dev/md127 or /root/dev= /md126 rather than UUID It has been closed by Mark Hindley <[email protected]>. Their explanation is attached below along with your original report. If this explanation is unsatisfactory and you have not received a better one in a separate message then please contact Mark Hindley <mark@hin= dley.org.uk> by replying to this email. --=20 518: https://bugs.devuan.org/cgi/bugreport.cgi?bug=3D518 Devuan Bug Tracking System Contact [email protected] with problems ------------=_1673459650-20780-3 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 518-done) by bugs.devuan.org; 11 Jan 2023 17:53:01 +0000 Return-Path: <[email protected]> Delivered-To: [email protected] Received: from email.devuan.org [2001:41d0:2:d06e::5c4:2612] by doc.devuan.org with IMAP (fetchmail-6.4.16) for <debbugs@localhost> (single-drop); Wed, 11 Jan 2023 17:53:01 +0000 (UTC) Received: from email.devuan.org by email.devuan.org with LMTP id Wg3aHib3vmOFDAAAmSBk0A (envelope-from <[email protected]>) for <[email protected]>; Wed, 11 Jan 2023 17:51:34 +0000 Received: by email.devuan.org (Postfix, from userid 109) id 7502AB85; Wed, 11 Jan 2023 17:51:34 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on email.devuan.org X-Spam-Level: X-Spam-Status: No, score=0.4 required=5.0 tests=RDNS_DYNAMIC,SPF_PASS autolearn=no autolearn_force=no version=3.4.6 Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=193.36.131.86; helo=mx.hindley.org.uk; [email protected]; receiver=<UNKNOWN> Received: from mx.hindley.org.uk (193-36-131-86.cfwn.uk [193.36.131.86]) by email.devuan.org (Postfix) with ESMTPS id 34542226 for <[email protected]>; Wed, 11 Jan 2023 17:51:34 +0000 (UTC) Received: from apollo.hindleynet ([192.168.1.3] helo=hindley.org.uk) by mx.hindley.org.uk with smtp (Exim 4.84_2) (envelope-from <[email protected]>) id 1pFfG8-0003e0-O4; Wed, 11 Jan 2023 17:51:32 +0000 Received: (nullmailer pid 5333 invoked by uid 1000); Wed, 11 Jan 2023 17:51:32 -0000 Date: Wed, 11 Jan 2023 17:51:32 +0000 From: Mark Hindley <[email protected]> To: "Robert M. Riches Jr." <[email protected]>, [email protected] Subject: Re: bug#518: possible related to check for LVM Message-ID: <[email protected]> References: <[email protected]> <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <[email protected]> X-Debbugs-No-Ack: No Thanks 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 ------------=_1673459650-20780-3 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by bugs.devuan.org; 3 Nov 2020 04:56:41 +0000 Return-Path: <[email protected]> Delivered-To: [email protected] Received: from tupac3.dyne.org [195.169.149.119] by doc.devuan.org with IMAP (fetchmail-6.4.0.beta4) for <debbugs@localhost> (single-drop); Tue, 03 Nov 2020 04:56:41 +0000 (UTC) Received: from smtp-out-4.mxes.net (smtp-out-4.mxes.net [198.205.123.69]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by vm6.ganeti.dyne.org (Postfix) with ESMTPS id 1FD74F60A0F for <[email protected]>; Tue, 3 Nov 2020 05:29:01 +0100 (CET) Authentication-Results: vm6.ganeti.dyne.org; dkim=pass (1024-bit key; secure) header.d=mxes.net [email protected] header.b="R904WPlb"; dkim-atps=neutral Received: from Customer-MUA (mua.mxes.net [10.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTPSA id 4524B759BC; Mon, 2 Nov 2020 23:28:57 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mxes.net; s=mta; t=1604377738; bh=p3Tb4jHANyHfQmXhJYDczh8iVZ+qkeV2YTdwv4iku0M=; h=Content-Type:MIME-Version:From:To:Subject:Reply-To:Message-ID: Date; b=R904WPlbctTFttmP3kVPuRuTOkNRSCAP0mt+DZsBduqjPoMgSmYXAgrEpd+ozOhzx fmDp7viHOJTbqdCvLL/R0qqhIbnzAcxnnCIbaj3DfOqtVmW2NmmEGdtipMfoCO5cXS 2rE8lxvF34gmVTpSvSleKtffXimYqtavG3alU6Wc= Received: by one.localnet (Postfix, from userid 501) id C89191E34D3; Mon, 2 Nov 2020 20:28:56 -0800 (PST) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Robert M. Riches Jr." <[email protected]> To: Devuan Bug Tracking System <[email protected]> Subject: grub-common: grub.cfg is written with /root=/dev/md127 or /root/dev/md126 rather than UUID Reply-To: [email protected] Message-ID: <[email protected]> X-Mailer: reportbug 7.1.6+devuan2.1 Date: Mon, 02 Nov 2020 20:28:56 -0800 X-Sent-To: <c3VibWl0QGJ1Z3MuZGV2dWFuLm9yZw==> X-Spam-Status: No, score=-0.3 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, NO_DNS_FOR_FROM,RCVD_IN_DNSWL_LOW,SPF_HELO_PASS,SPF_PASS autolearn=disabled version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on tupac3.dyne.org 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 ------------=_1673459650-20780-3--
Received: (at control) by bugs.devuan.org; 11 Jan 2023 17:54:31 +0000 Return-Path: <[email protected]> Delivered-To: [email protected] Received: from email.devuan.org [2001:41d0:2:d06e::5c4:2612] by doc.devuan.org with IMAP (fetchmail-6.4.16) for <debbugs@localhost> (single-drop); Wed, 11 Jan 2023 17:54:31 +0000 (UTC) Received: from email.devuan.org by email.devuan.org with LMTP id BZGIDLb3vmOhDAAAmSBk0A (envelope-from <[email protected]>) for <[email protected]>; Wed, 11 Jan 2023 17:53:58 +0000 Received: by email.devuan.org (Postfix, from userid 109) id 29E62B85; Wed, 11 Jan 2023 17:53:58 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on email.devuan.org X-Spam-Level: X-Spam-Status: No, score=0.4 required=5.0 tests=RDNS_DYNAMIC,SPF_PASS autolearn=no autolearn_force=no version=3.4.6 Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=193.36.131.86; helo=mx.hindley.org.uk; [email protected]; receiver=<UNKNOWN> Received: from mx.hindley.org.uk (193-36-131-86.cfwn.uk [193.36.131.86]) by email.devuan.org (Postfix) with ESMTPS id D6859226 for <[email protected]>; Wed, 11 Jan 2023 17:53:57 +0000 (UTC) Received: from apollo.hindleynet ([192.168.1.3] helo=hindley.org.uk) by mx.hindley.org.uk with smtp (Exim 4.84_2) (envelope-from <[email protected]>) id 1pFfIS-0003el-SR for [email protected]; Wed, 11 Jan 2023 17:53:56 +0000 Received: (nullmailer pid 5978 invoked by uid 1000); Wed, 11 Jan 2023 17:53:56 -0000 Date: Wed, 11 Jan 2023 17:53:56 +0000 From: Mark Hindley <[email protected]> To: [email protected] Subject: Tag 518 debian Message-ID: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline tags 518 + debian thanks
Devuan BTS -- Powered by Debian bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997 nCipher Corporation Ltd,
1994-97 Ian Jackson.
Devuan Bugs Owner <[email protected]>.
Last modified:
Sat, 18 Jan 2025 06:39:02 UTC