From unknown Fri Mar 29 00:17:48 2024 Received: (at submit) by bugs.devuan.org; 3 Nov 2020 04:56:41 +0000 Return-Path: Delivered-To: devuanbugs@dyne.org Received: from tupac3.dyne.org [195.169.149.119] by doc.devuan.org with IMAP (fetchmail-6.4.0.beta4) for (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 ; 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 header.i=@mxes.net 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." To: Devuan Bug Tracking System Subject: grub-common: grub.cfg is written with /root=/dev/md127 or /root/dev/md126 rather than UUID Reply-To: rm.riches@jacob21819.net Message-ID: <160437773675.19278.9973454300726259478.reportbug@one.localnet> X-Mailer: reportbug 7.1.6+devuan2.1 Date: Mon, 02 Nov 2020 20:28:56 -0800 X-Sent-To: 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: *********************** 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: *********************** 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 pn multiboot-doc pn xorriso -- 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 pn multiboot-doc pn xorriso -- no debconf information From unknown Fri Mar 29 00:17:48 2024 Received: (at control) by bugs.devuan.org; 10 Jan 2023 19:24:03 +0000 Return-Path: Delivered-To: bugs@devuan.org Received: from email.devuan.org [2001:41d0:2:d06e::5c4:2612] by doc.devuan.org with IMAP (fetchmail-6.4.16) for (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 ) for ; 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; envelope-from=mark@hindley.org.uk; receiver= 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 ; 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 ) id 1pFKDj-0003xw-3s for control@bugs.devuan.org; 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 To: control@bugs.devuan.org Subject: merging 518 519 Date: Tue, 10 Jan 2023 19:23:38 +0000 User-Agent: devscripts bts/2.22.2 Message-ID: <1673378618-4066-bts-leepen@debian.org> merge 518 519 thanks From unknown Fri Mar 29 00:17:48 2024 Received: (at 518-done) by bugs.devuan.org; 11 Jan 2023 17:53:01 +0000 Return-Path: Delivered-To: bugs@devuan.org Received: from email.devuan.org [2001:41d0:2:d06e::5c4:2612] by doc.devuan.org with IMAP (fetchmail-6.4.16) for (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 ) for ; 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; envelope-from=mark@hindley.org.uk; receiver= 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 <518-done@bugs.devuan.org>; 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 ) 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 To: "Robert M. Riches Jr." , 518-done@bugs.devuan.org Subject: Re: bug#518: possible related to check for LVM Message-ID: References: <160437773675.19278.9973454300726259478.reportbug@one.localnet> <20230104040403.65F2C283920@one.localnet> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230104040403.65F2C283920@one.localnet> 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 From unknown Fri Mar 29 00:17:48 2024 Received: (at control) by bugs.devuan.org; 11 Jan 2023 17:54:31 +0000 Return-Path: Delivered-To: bugs@devuan.org Received: from email.devuan.org [2001:41d0:2:d06e::5c4:2612] by doc.devuan.org with IMAP (fetchmail-6.4.16) for (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 ) for ; 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; envelope-from=mark@hindley.org.uk; receiver= 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 ; 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 ) id 1pFfIS-0003el-SR for control@bugs.devuan.org; 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 To: control@bugs.devuan.org Subject: Tag 518 debian Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline tags 518 + debian thanks