<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://dev1galaxy.org/extern.php?action=feed&amp;tid=7549&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [SOLVED] Can't run Devuan Excalibur on Software Raid]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=7549</link>
		<description><![CDATA[The most recent posts in [SOLVED] Can't run Devuan Excalibur on Software Raid.]]></description>
		<lastBuildDate>Sat, 15 Nov 2025 16:41:29 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] Can't run Devuan Excalibur on Software Raid]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=59677#p59677</link>
			<description><![CDATA[<p>Hi</p><p>Metadata 1.2 works perfectly with Excalibur in the VM. I don&#039;t need 0.90. </p><p>I set up my first software RAID when 0.90 was the default. Since then, I&#039;ve had several hard drive crashes without any data loss. It did exactly what it was supposed to do.</p><p>I simply had no reason to change my default settings.</p><p>Thanks for the support.</p><p>fuchur</p>]]></description>
			<author><![CDATA[dummy@example.com (fuchur)]]></author>
			<pubDate>Sat, 15 Nov 2025 16:41:29 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=59677#p59677</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Can't run Devuan Excalibur on Software Raid]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=59660#p59660</link>
			<description><![CDATA[<p>I&#039;ve repeated your setup and it fails for me as well.</p><p>However, with the variation to use the default type 1.2 metadata for the raids the installation was successful.</p><p>Perhaps you can try that, unless you require type 0.90 metadata for some reason?</p><p>I don&#039;t know enough about it to comment on that difference, but it seems type 1.2 was the default already in chimaera.</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Sat, 15 Nov 2025 00:50:42 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=59660#p59660</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Can't run Devuan Excalibur on Software Raid]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=59635#p59635</link>
			<description><![CDATA[<p>Hi</p><p>@ralph.ronnquist<br />It seems we&#039;re talking about two completely different things. It has nothing to do with the bootloader or netinstall from excalibur. Netinstall does exactly what it&#039;s supposed to do. But with software RAID in Excalibur, you can reproduce it in a VM. I have use Virtualbox.<br />If step by step necessary i can post it later</p><p>1.) Create a VM with two disk 20GB<br />2.) Boot you VM with netinstall-amd64 from excalibur and choose rescure mode.<br />3.) Use fdisk for sda and sdb.It should look like this</p><div class="codebox"><pre class="vscroll"><code>Disk /dev/sda: 20 GiB, 21474836480 bytes, 41943040 sectors
Disk model: VBOX HARDDISK
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0xafcb94f1

Device     Boot    Start      End  Sectors Size Id Type
/dev/sda1  *        2048  2099199  2097152   1G 83 Linux
/dev/sda2        2099200  4196351  2097152   1G 82 Linux swap / Solaris
/dev/sda3        4196352 41943039 37746688  18G  5 Extended
/dev/sda5        4198400 20975615 16777216   8G fd Linux raid autodetect
/dev/sda6       20977664 31463423 10485760   5G fd Linux raid autodetect
/dev/sda7       31465472 41943039 10477568   5G fd Linux raid autodetect

Disk /dev/sdb: 20 GiB, 21474836480 bytes, 41943040 sectors
Disk model: VBOX HARDDISK
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x2baa2a22

Device     Boot    Start      End  Sectors Size Id Type
/dev/sdb1  *        2048  2099199  2097152   1G 83 Linux
/dev/sdb2        2099200  4196351  2097152   1G 82 Linux swap / Solaris
/dev/sdb3        4198398 41943039 37744642  18G  5 Extended
/dev/sdb5        4198400 20975615 16777216   8G fd Linux raid autodetect
/dev/sdb6       20977664 31463423 10485760   5G fd Linux raid autodetect
/dev/sdb7       31465472 41943039 10477568   5G fd Linux raid autodetect</code></pre></div><p>4.) Use mdadm to create software raid. It should look like this</p><div class="codebox"><pre><code># mdadm --detail --scan --verbose
ARRAY /dev/md0 level=raid1 num-devices=2 metadata=0.90 UUID=3030d066:e777f10d:8efc9be6:7d87f4ff
   devices=/dev/sda5,/dev/sdb5
ARRAY /dev/md1 level=raid1 num-devices=2 metadata=0.90 UUID=6b2407b5:2cfc93b1:8efc9be6:7d87f4ff
   devices=/dev/sda6,/dev/sdb6
ARRAY /dev/md2 level=raid1 num-devices=2 metadata=0.90 UUID=cd1c07c0:1efe1692:8efc9be6:7d87f4ff
   devices=/dev/sda7,/dev/sdb7</code></pre></div><p>5.) Run mkfs on sda1 sdb1, mkswap on sda2 sdb2 and mkfs.ext4 on md0 md1 md2<br />6.) reboot <br />7.) Choose experte install and start install<br />8.) I the partitionsmenu choose advance/manually. Choose sda1, select format as ext2 and mount as /boot, for sda2 choose swap and for md1 select format as ext4, and mount as /<br />9.) If you come to the grub menu, install grub to sda.<br />10.) After installation is finish reboot.<br />11.) I hope i have nothing forget.</p><p>And now you have a system that cannot boot. You will get a busybox shell. <br />The initrd.img-XXX from exkalibur create a software raid from /dev/sda1 and /dev/sdb1 to <br />/dev/md0 and then exit.</p><p>If you follow the same steps with Daedalus netinstall, you&#039;ll get a system you can boot, but if you upgrade this installation to Excalibur, you&#039;ll only get a shell. That is a problem with the initrd.img-XXX from excalibur.</p><p>And that&#039;s exactly my problem. I upgraded Daedalus to Excalibur on /dev/md1 and I can&#039;t boot it.</p><p>@steve_v</p><p>My settings here are:<br />My bootloader is install in the mbr from sda and sdb. I can choose from bios (f8) from which hardisk i want to boot. On sda1 and sdb1 are the kernel etc. In grub on sda1 i have a entry</p><div class="codebox"><pre><code>title       Devuan [DISK 1]
root        (hd1,0)
configfile  /grub/menu.lst</code></pre></div><p> so that I can switch to the grub menu on sdb1 an back with </p><div class="codebox"><pre><code>title       Devuan [DISK 0]
root        (hd0,0)
configfile  /grub/menu.lst</code></pre></div><p> If a hard drive is &quot;dead,&quot; I can still boot my system ...</p><p>Thank you<br />fuchur</p>]]></description>
			<author><![CDATA[dummy@example.com (fuchur)]]></author>
			<pubDate>Fri, 14 Nov 2025 17:45:54 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=59635#p59635</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Can't run Devuan Excalibur on Software Raid]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=59542#p59542</link>
			<description><![CDATA[<p>Confusing to say the least, and not least because of the large number of RAID&#039;ed partitions... Likely in squarely in the &quot;easy to fix if I was sitting in front of it, very difficult to diagnose remotely&quot; category.</p><p>To (attempt to) clarify:<br />Where is your /boot supposed to be? Is it a RAID array? If so, which disks/partitions should comprise it?<br />Where is your boot MBR/PBR and where is GRUB stage1 installed?</p><div class="quotebox"><blockquote><div><p>Excalibur creates a RAID array from my partitions sda1 and sdb1.<br />See my output of fdisk -l, sda1 and sdb1 are not RAID partitions.</p></div></blockquote></div><p>So sda1 and sdb1 are supposed to be independent devices, not part of an array? They contain duplicate but independent /boot filesystems, yes?</p><p>Partition type doesn&#039;t really decide whether a device is part of a RAID array, it&#039;s just a hint. Mdadm will scan for signatures and assemble what it can. <br />What does &#039;blkid&#039; and/or &#039;wipefs -n&#039; say about those disks (sda, sdb) and partitions (sda1, sdb1)? Do any of them have RAID signatures on them?</p><p>---</p><div class="quotebox"><blockquote><div><p>You should have /dev/sda1 or /dev/sdb1 partitions assigned as BOOT_bios partitions for grub to use (choosing which is the boot disk). So you can&#039;t use them in a raid and you can&#039;t install a filesystem on them.</p></div></blockquote></div><p>Both &quot;legacy&quot; BIOS (MBR) and UEFI (GPT) can usually boot just fine from MDRAID1, since the RAID headers (v&lt;1.1) are at the end of the member devices and they are otherwise indistinguishable from normal partitions.<br />The latter (along with putting EFI on MDRAID1) is very much &quot;unsupported&quot; though, and will require diddling with GRUB config and/or use of the &#039;--removable&#039; flag when installing EFI entries.</p><p>MBR just needs an MBR/PBR (and some free blocks for the stage1 loader) and a partition GRUB can read, UEFI just needs an EFI/ESP partition the firmware can read. RAID1 works for both.</p><p>For (NVME/GPT) example:</p><div class="codebox"><pre><code>nvme0n1     259:0    0 931.5G  0 disk  
├─nvme0n1p1 259:1    0   256M  0 part  
│ └─md0       9:0    0 255.9M  0 raid1 /boot
├─nvme0n1p2 259:2    0 927.3G  0 part  
│ └─md1       9:1    0 927.1G  0 raid1 /
└─nvme0n1p3 259:3    0     4G  0 part  [SWAP]
nvme1n1     259:4    0 931.5G  0 disk  
├─nvme1n1p1 259:5    0   256M  0 part  
│ └─md0       9:0    0 255.9M  0 raid1 /boot
├─nvme1n1p2 259:6    0 927.3G  0 part  
│ └─md1       9:1    0 927.1G  0 raid1 /
└─nvme1n1p3 259:7    0     4G  0 part  [SWAP]</code></pre></div><div class="codebox"><pre><code>/dev/nvme0n1p1       2048     526335     524288   256M EFI System
/dev/nvme0n1p2     526336 1945131007 1944604672 927.3G Linux filesystem
/dev/nvme0n1p3 1945131008 1953519615    8388608     4G Linux swap</code></pre></div><div class="codebox"><pre><code>/dev/nvme1n1p1       2048     526335     524288   256M EFI System
/dev/nvme1n1p2     526336 1945131007 1944604672 927.3G Linux filesystem
/dev/nvme1n1p3 1945131008 1953519615    8388608     4G Linux swap</code></pre></div><div class="codebox"><pre><code>/boot/EFI
├── BOOT
│   └── BOOTX64.EFI
└── gentoo
    └── grubx64.efi</code></pre></div><p>Another box around here has a near idential layout with BIOS/MBR boot, /boot on RAID1, and grub stage1 installed to the MBR of both member devices... I&#039;d have used that one as an example, but it&#039;s got 19 drives so it&#039;s a mite messy to wade through the lsblk output <img src="http://dev1galaxy.org/img/smilies/tongue.png" width="15" height="15" alt="tongue" /></p>]]></description>
			<author><![CDATA[dummy@example.com (steve_v)]]></author>
			<pubDate>Thu, 13 Nov 2025 11:10:36 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=59542#p59542</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Can't run Devuan Excalibur on Software Raid]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=59516#p59516</link>
			<description><![CDATA[<p>You confuse me. What is the problem, really?<br />The installer doesn&#039;t build any md assemblies by itself. And the raid1 setup seems fine.</p><p>However the lack of a bootloader partition for grub on the boot disk is a problem. You should have /dev/sda1 or /dev/sdb1 partitions assigned as BOOT_bios partitions for grub to use (choosing which is the boot disk). So you can&#039;t use them in a raid and you can&#039;t install a filesystem on them.</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Wed, 12 Nov 2025 23:06:01 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=59516#p59516</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Can't run Devuan Excalibur on Software Raid]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=59515#p59515</link>
			<description><![CDATA[<p>Hi</p><p>First of all, thank you for your help. It seems I didn&#039;t provide enough information, sorry.</p><p>I was gentoo user from 2003 until 2018 before that redhat. Since 2018 I uses devuan.<br />But i have allways more as one dist on my computer. And always a debian on one partition.<br />Now i have on md0 daedalus, on md1 also devuan and on md2 debian bookworm. <br />I have been working almost exclusively with Devuan since 2018. Upgrade from ascii to beowulf to chimaera to daedalus without reinstalling.</p><p>I also always use software raid1. If one hard disk shows any error, I buy two new ones and replace both.</p><p>What I have found out so far:<br />My partitions&#160; fdisk -l /dev/sda and&#160; fdisk -l /dev/sdb</p><div class="codebox"><pre class="vscroll"><code>Disk /dev/sda: 465,76 GiB, 500107862016 bytes, 976773168 sectors
Disk model: XXXXX
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: dos
Disk identifier: 0xa84fef2b

Device     Boot     Start       End   Sectors   Size Id Type
/dev/sda1  *         2048   2099199   2097152     1G 83 Linux
/dev/sda2         2099200   8390655   6291456     3G 82 Linux swap / Solaris
/dev/sda3         8392702 976773167 968380466 461,8G  5 Extended
/dev/sda5         8392704  71307263  62914560    30G fd Linux raid autodetect
/dev/sda6        71309312 134223871  62914560    30G fd Linux raid autodetect
/dev/sda7       134225920 197140479  62914560    30G fd Linux raid autodetect
/dev/sda8       197142528 260057087  62914560    30G fd Linux raid autodetect
/dev/sda9       260059136 322973695  62914560    30G fd Linux raid autodetect
/dev/sda10      322975744 532690943 209715200   100G fd Linux raid autodetect
/dev/sda11      532692992 742408191 209715200   100G fd Linux raid autodetect
/dev/sda12      742410240 868239359 125829120    60G fd Linux raid autodetect
/dev/sda13      868241408 976773167 108531760  51,8G fd Linux raid autodetect

Disk /dev/sdb: 465,76 GiB, 500107862016 bytes, 976773168 sectors
Disk model: XXXXXX
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: dos
Disk identifier: 0x23f22cdd

Device     Boot     Start       End   Sectors   Size Id Type
/dev/sdb1  *         2048   2099199   2097152     1G 83 Linux
/dev/sdb2         2099200   8390655   6291456     3G 82 Linux swap / Solaris
/dev/sdb3         8392702 976773167 968380466 461,8G  5 Extended
/dev/sdb5         8392704  71307263  62914560    30G fd Linux raid autodetect
/dev/sdb6        71309312 134223871  62914560    30G fd Linux raid autodetect
/dev/sdb7       134225920 197140479  62914560    30G fd Linux raid autodetect
/dev/sdb8       197142528 260057087  62914560    30G fd Linux raid autodetect
/dev/sdb9       260059136 322973695  62914560    30G fd Linux raid autodetect
/dev/sdb10      322975744 532690943 209715200   100G fd Linux raid autodetect
/dev/sdb11      532692992 742408191 209715200   100G fd Linux raid autodetect
/dev/sdb12      742410240 868239359 125829120    60G fd Linux raid autodetect
/dev/sdb13      868241408 976773167 108531760  51,8G fd Linux raid autodetect</code></pre></div><p>I&#160; try upgrade or netinstall exkalibur on md1 it doesn&#039;t work. <br />By daedalus i have by &quot;ls -al /dev/disk/by-uuid/&quot;</p><div class="codebox"><pre><code>insgesamt 0
drwxr-xr-x 2 root root 380 12. Nov 22:30 .
drwxr-xr-x 6 root root 120 12. Nov 22:30 ..
lrwxrwxrwx 1 root root   9 12. Nov 21:32 00e3a430-c3f3-415a-8184-b9f296dfcb4a -&gt; ../../md6
lrwxrwxrwx 1 root root  10 12. Nov 21:32 16aeeea9-79e7-45af-b910-c9f67a1e2e71 -&gt; ../../dm-0
lrwxrwxrwx 1 root root   9 12. Nov 21:32 205d2bd2-921c-4026-b75e-852d5ff4b776 -&gt; ../../md4
lrwxrwxrwx 1 root root  10 12. Nov 21:32 20c75327-2c6c-45e3-b84c-6dbe7274345c -&gt; ../../dm-1
lrwxrwxrwx 1 root root  10 12. Nov 21:32 2e65ba46-112d-4db4-a59f-85347acd6a93 -&gt; ../../sdb1
lrwxrwxrwx 1 root root  10 12. Nov 21:32 31769cbd-e6aa-4389-bf84-f08820c082c0 -&gt; ../../sda1
lrwxrwxrwx 1 root root  10 12. Nov 21:32 344d7261-85e7-492d-8af3-7bb401e5b0ec -&gt; ../../dm-3
lrwxrwxrwx 1 root root   9 12. Nov 21:32 47f3e46c-88c8-4f7d-ae23-2d4a30aed144 -&gt; ../../md2
lrwxrwxrwx 1 root root  10 12. Nov 21:32 65855ccf-6959-4f44-9627-3c0e8c7dea57 -&gt; ../../dm-5
lrwxrwxrwx 1 root root  10 12. Nov 21:32 9147d4bc-2be0-45ca-8480-11052c08749b -&gt; ../../dm-6
lrwxrwxrwx 1 root root   9 12. Nov 21:32 96317a0a-5a62-41c5-acff-4e00e4da6257 -&gt; ../../md7
lrwxrwxrwx 1 root root   9 12. Nov 21:32 9c398194-0af4-46a6-aa22-a3eb22cadad9 -&gt; ../../md3
lrwxrwxrwx 1 root root   9 12. Nov 21:32 a79feef2-3f48-4bc7-b5bf-ace12566dbe0 -&gt; ../../md8
lrwxrwxrwx 1 root root  10 12. Nov 21:32 abe5ff0e-b8ef-490c-8eab-bec30bb237b7 -&gt; ../../dm-4
lrwxrwxrwx 1 root root   9 12. Nov 21:32 d6ddee59-f8c7-4e29-85c6-8670b0ad6e6a -&gt; ../../md1
lrwxrwxrwx 1 root root   9 12. Nov 21:32 d866b428-e3af-4dea-9f6c-60f3f56aa302 -&gt; ../../md0
lrwxrwxrwx 1 root root   9 12. Nov 21:32 deac6dd7-a584-4c2b-88e6-f978ef0c19f2 -&gt; ../../md5</code></pre></div><p>and by excalibur from busybox</p><div class="codebox"><pre><code>total 0
drwxr-xr-x    2 0        0              100 Nov 12 13:53 .
drwxr-xr-x    6 0        0              120 Nov 12 13:53 ..
lrwxrwxrwx    1 0        0               11 Nov 12 13:53 d6ddee59-f8c7-4e29-85c6-8670b0ad6e6a -&gt; ../../md8p6
lrwxrwxrwx    1 0        0                9 Nov 12 13:53 d866b428-e3af-4dea-9f6c-60f3f56aa302 -&gt; ../../md0
lrwxrwxrwx    1 0        0               11 Nov 12 13:53 e1e1fbca-b4f3-42f5-8553-898219668ad4 -&gt; ../../md8p1</code></pre></div><p>To find out which partitions are md0 I mount md0 in busybox</p><div class="codebox"><pre class="vscroll"><code>mkdir /aaa
mount /dev/md0 /aaa -t ext2
ls -al /aaa

insgesamt 43404
lrwxrwxrwx 1 root root        1 14. Aug 2010  boot -&gt; .
-rw-r--r-- 1 root root   259588  7. Mai 2025  config-6.1.0-35-amd64
-rw-r--r-- 1 root root   259590 26. Aug 22:35 config-6.1.0-39-amd64
drwxr-xr-x 3 root root     4096 25. Jan 2017  debian
drwxr-xr-x 3 root root     4096 14. Dez 2013  extlinux
drwxr-xr-x 5 root root     4096 25. Okt 2014  fedora
drwxr-xr-x 2 root root     4096 21. Jan 2018  gentoo
drwxr-xr-x 2 root root     4096 12. Nov 21:30 grub
drwxr-xr-x 4 root root     4096 17. Okt 2011  grub-17.10.11
drwxr-xr-x 3 root root     4096  4. Sep 2010  grub-26.09.10
-rw-r--r-- 1 root root       70 24. Aug 2004  grub-einrichten
drwxr-xr-x 2 root root     4096 30. Nov 2003  grub-genntoo.org
drwxr-xr-x 2 root root     4096 30. Nov 2003  grub.org
-rw-r--r-- 1 root root      733 30. Nov 2003  initrd-erstellen
lrwxrwxrwx 1 root root       25  7. Sep 02:01 initrd.img -&gt; initrd.img-6.1.0-39-amd64
-rw-r--r-- 1 root root 13319909 12. Nov 21:29 initrd.img-6.1.0-35-amd64
-rw-r--r-- 1 root root 13311761 12. Nov 21:29 initrd.img-6.1.0-39-amd64
lrwxrwxrwx 1 root root       25  7. Sep 02:01 initrd.img.old -&gt; initrd.img-6.1.0-35-amd64
drwx------ 2 root root    16384 30. Nov 2003  lost+found
drwxr-xr-x 2 root root     4096 23. Aug 2014  memtest86
-rw-r--r-- 1 root root    98964 29. Jul 2019  memtest86.bin
-rw-r--r-- 1 root root   138712 11. Feb 2023  memtest86+ia32.bin
-rw-r--r-- 1 root root   139776 11. Feb 2023  memtest86+ia32.efi
drwxr-xr-x 2 root root     4096 23. Aug 2014  memtest86plus
-rw-r--r-- 1 root root   144312 11. Feb 2023  memtest86+x64.bin
-rw-r--r-- 1 root root   145408 11. Feb 2023  memtest86+x64.efi
drwxr-xr-x 3 root root     4096  8. Sep 2014  mint
-rw------- 1 root root       32 11. Feb 2017  quota.group
-rw------- 1 root root        0 30. Nov 2003  quota.user
-rw-r--r-- 1 root root       83  7. Mai 2025  System.map-6.1.0-35-amd64
-rw-r--r-- 1 root root       83 26. Aug 22:35 System.map-6.1.0-39-amd64
lrwxrwxrwx 1 root root       22  7. Sep 02:01 vmlinuz -&gt; vmlinuz-6.1.0-39-amd64
-rw-r--r-- 1 root root  8193984  7. Mai 2025  vmlinuz-6.1.0-35-amd64
-rw-r--r-- 1 root root  8230848 26. Aug 22:35 vmlinuz-6.1.0-39-amd64
lrwxrwxrwx 1 root root       22  7. Sep 02:01 vmlinuz.old -&gt; vmlinuz-6.1.0-35-amd64</code></pre></div><p>It is my boot partition /dev/sda1 ???<br />Ok we want the uuid from my disks</p><div class="codebox"><pre><code>ls -al /dev/disk/by-uuid/ &gt;/aaa/uuid.txt</code></pre></div><p>Umount /aaa and reboot. And now my system was broken. I can&#039;t boot an other linux, grub error. I run rescure mode from netinstall stick run fsck.ext2 on /dev/sda1 and the same on /dev/sdb1. I mount /dev/sda1 to check:</p><div class="codebox"><pre><code>ls -al sda1
insgesamt 40096
-rw-r--r-- 1 fuchur root     151020 17. Nov 2024  boot
-rw-r--r-- 1 fuchur root     157184 17. Nov 2024  config-6.1.0-35-amd64
-rw-r--r-- 1 fuchur root    8186236 12. Nov 03:52 config-6.1.0-39-amd64
drwxr-xr-x 2 fuchur root       4096 12. Nov 03:52 fedora
-rw-r--r-- 1 fuchur root        172 12. Nov 03:49 grub-17.10.11
lrwxrwxrwx 1 fuchur fuchur       27 12. Nov 18:31 grub-einrichten -&gt; vmlinuz-6.12.48+deb13-amd64
-rw-r--r-- 1 fuchur root        191 31. Aug 16:01 grub.org
lrwxrwxrwx 1 fuchur fuchur       30 12. Nov 18:31 initrd-erstellen -&gt; initrd.img-6.12.48+deb13-amd64
lrwxrwxrwx 1 fuchur fuchur       27 12. Nov 18:31 initrd.img-6.1.0-35-amd64 -&gt; vmlinuz-6.12.43+deb13-amd64
-rw-r--r-- 1 fuchur root     283278 27. Aug 10:10 initrd.img.old
-rw-r--r-- 1 fuchur root     283306 20. Sep 20:41 .keep
drwx------ 2 fuchur root       4096 31. Aug 15:53 lost+found
-rw-r--r-- 1 fuchur root         83 27. Aug 10:10 memtest86+x64.efi
-rw-r--r-- 1 fuchur root         83 20. Sep 20:41 quota.group
-rw-r--r-- 1 fuchur root   12101568 27. Aug 10:10 quota.user
-rw-r--r-- 1 fuchur root    7424114 12. Nov 03:26 System.map-6.1.0-35-amd64
-rw-r--r-- 1 fuchur root     152064 17. Nov 2024  System.map-6.1.0-39-amd64
drwxr-xr-x 2 fuchur root       4096 12. Nov 15:05 uuid
-rw-r--r-- 1 fuchur root     155992 17. Nov 2024  vmlinuz
-rw-r--r-- 1 fuchur root   12109760 20. Sep 20:41 vmlinuz-6.1.0-39-amd64</code></pre></div><p>On sdb1 i also see wrong links, missing files (see above). <br />Here&#039;s what happened:<br />Excalibur creates a RAID array from my partitions sda1 and sdb1. <br />See my output of fdisk -l, sda1 and sdb1 are not RAID partitions.<br />Later today i do a netinstall with Daedalus to check i am right.</p><p>Thank you</p><p>fuchur</p>]]></description>
			<author><![CDATA[dummy@example.com (fuchur)]]></author>
			<pubDate>Wed, 12 Nov 2025 22:31:53 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=59515#p59515</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Can't run Devuan Excalibur on Software Raid]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=59493#p59493</link>
			<description><![CDATA[<p>@ralph.ronnquist, the mdadm report looks normal to me (example from Daedalus of four SATA disks raided in pairs)</p><div class="codebox"><pre><code>mdadm --detail --scan
ARRAY /dev/md1 metadata=1.2 name=localhost:1 UUID=bbfe098d:4d1afad0:46f8d336:6e554bce
ARRAY /dev/md0 metadata=1.2 name=localhost:0 UUID=ad7eb025:c0a54024:836db957:a0985a5b</code></pre></div><p>@fuchur<br />Is there a specific reason you are raiding individual partitions ?<br />Performance will suffer.</p><p>check /proc/mdstat to confirm raid integrity &#039;[UU]&#039; (healthy example from Daedalus)</p><div class="codebox"><pre><code>cat /proc/mdstat
Personalities : [raid1]
md0 : active raid1 sdd[0] sde[1]
      499975488 blocks super 1.2 [2/2] [UU]
      bitmap: 0/4 pages [0KB], 65536KB chunk

md1 : active (auto-read-only) raid1 sdf[0] sdg[1]
      499975488 blocks super 1.2 [2/2] [UU]
      bitmap: 0/4 pages [0KB], 65536KB chunk

unused devices: &lt;none&gt;</code></pre></div><p>These two issues are serious and should be addressed</p><div class="quotebox"><blockquote><div><p>[&#160; &#160; 4.752157] md8: p1 p2 p3 &lt; p5 p6 &gt;<br />[&#160; &#160; 4.754464] md8: partition table partially beyond EOD, truncated<br />[&#160; &#160; 4.757160] md8: p6 size 62914560 extends beyond EOD, truncated</p><p>.. snip ..</p><p>[&#160; &#160;43.777082] md/raid1:md0: active with 1 out of 2 mirrors</p></div></blockquote></div><p>In my experience USB device failures can cause other errors especially when a power cycle is triggered.<br />Disconnect this device if you can.</p><div class="quotebox"><blockquote><div><p>[&#160; &#160; 4.757161] usb 2-8: device descriptor read/64, error -62<br />[&#160; &#160; 4.836704] usb 1-2.4.3: New USB device found, idVendor=0a12, idProduct=0001, bcdDevice=52.76<br />[&#160; &#160; 4.839117] usb 1-2.4.3: New USB device strings: Mfr=0, Product=0, SerialNumber=0<br />[&#160; &#160; 5.049056] usb 2-8: device descriptor read/64, error -62<br />[&#160; &#160; 5.153101] usb usb2-port8: attempt power cycle<br />[&#160; &#160; 5.353075] usb 2-8: new full-speed USB device number 4 using ohci-pci<br />[&#160; &#160; 5.765081] usb 2-8: device not accepting address 4, error -62<br />[&#160; &#160; 5.949074] usb 2-8: new full-speed USB device number 5 using ohci-pci<br />[&#160; &#160; 6.361077] usb 2-8: device not accepting address 5, error -62<br />[&#160; &#160; 6.363620] usb usb2-port8: unable to enumerate USB device</p></div></blockquote></div><p>Cannot be helpful without more to go on, sorry.</p>]]></description>
			<author><![CDATA[dummy@example.com (g4sra)]]></author>
			<pubDate>Wed, 12 Nov 2025 14:20:47 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=59493#p59493</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Can't run Devuan Excalibur on Software Raid]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=59492#p59492</link>
			<description><![CDATA[<p>I&#039;ve now set up a VM with 2 disks /dev/sda and /dev/sdb, with some 8 partitions each, to form 7 raid1 assemblies, while /dev/sda1 and /dev/sdb1 are set up as &quot;BIOS boot&quot; partitions for grub. Though only /dev/sd1 is in use for booting.</p><p>The key step for making it work is to not install grub via the installer but by hand from the C-A-F2 console, and then bind-mount /run from the installer onto <br />/target/run before the chroot into /target and the grub installation.</p><p>If you missed out on that, you can recover by starting the installer in menu choice 1, and progress that to the hostname dialog; then go to C-A -F2 console for recovery actions, for example:</p><div class="codebox"><pre><code># mdadm -C -n2 -x0 -lraid1 -v /dev/md0 /dev/sda2 /dev/sdb2
# mount -t ext4 /dev/md0 /mnt
# mount --bind /run /mnt/run
# chroot /mnt /bin/bash -i</code></pre></div><p> and continue in the chroot</p><div class="codebox"><pre><code># mount -t proc proc /proc
# mount -t devtmpfs dev /dev
# mount -t devpts devpts /dev/pts
# mount -t sysfs sys /sys
# mdadm --assemble --scan
# mount -a
# apt-get install --reinstall grub
# update-grub
# grub-install /dev/sda
# update-initramfs -u
# exit</code></pre></div><p> and then </p><div class="codebox"><pre><code>reboot</code></pre></div><p>The above is on the assumption that md0 has sda2 and sdb2, and contains the root filesystem. Further /etc/mdadm/mdadm.conf must be duly prepared; but the key is still to have md0 assembled in the console and then that /run is bind-mounted into the chroot before you go into that for the further rescue actions.</p><p>HTH</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Wed, 12 Nov 2025 13:47:34 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=59492#p59492</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Can't run Devuan Excalibur on Software Raid]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=59475#p59475</link>
			<description><![CDATA[<p>Have you verified uuid? it&#039;s unusual for me to see &quot;:&quot; rather than &quot;-&quot; in uuid, though it may well be an mdadm thing(?)</p><div class="codebox"><pre><code>ls -l /dev/disk/by-uuid</code></pre></div><p>In any case I&#039;ll set up a VM trial to see if I can replicate your problem.</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Wed, 12 Nov 2025 03:02:44 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=59475#p59475</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Can't run Devuan Excalibur on Software Raid]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=59467#p59467</link>
			<description><![CDATA[<p>Hi</p><p>Thank you stargate-sg1-cheyenne-mtn.<br />It doesn&#039;t help in my situation.</p><p>For testing purposes, I installed Debian Trixie on md1. I&#039;m getting the same errors.<br />I have no idea why it&#039;s like that. And I&#039;ve tried a lot of things. <img src="http://dev1galaxy.org/img/smilies/sad.png" width="15" height="15" alt="sad" /><br />Okay, I&#039;ll keep looking ... </p><p>Is anyone here who is running Excalibur or Trixie on a software RAID?</p><p>fuchur</p>]]></description>
			<author><![CDATA[dummy@example.com (fuchur)]]></author>
			<pubDate>Wed, 12 Nov 2025 00:30:02 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=59467#p59467</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Can't run Devuan Excalibur on Software Raid]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=59414#p59414</link>
			<description><![CDATA[<p>Welcome to the forum.</p><p>this happened recently(no idea if it will help in your specific situation):</p><p><a href="https://dev1galaxy.org/viewtopic.php?id=7213" rel="nofollow"> https://dev1galaxy.org/viewtopic.php?id=7213</a></p>]]></description>
			<author><![CDATA[dummy@example.com (stargate-sg1-cheyenne-mtn)]]></author>
			<pubDate>Tue, 11 Nov 2025 07:47:18 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=59414#p59414</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] Can't run Devuan Excalibur on Software Raid]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=59400#p59400</link>
			<description><![CDATA[<p>Hi </p><p>I have a devuan&#160; on a software raid1. If i upgrade to excalibur i can&#039;t boot excalibur. If i install<br />excalibur with the netinstall iso it is the same. I can&#039;t run excalibur on software raid1.</p><p>My settings on daedalus are:</p><p>ls -al /dev/sd*</p><div class="codebox"><pre><code>brw-rw---- 1 root disk 8,  0 10. Nov 17:01 /dev/sda
brw-rw---- 1 root disk 8,  1 10. Nov 17:02 /dev/sda1
brw-rw---- 1 root disk 8, 10 10. Nov 17:01 /dev/sda10
brw-rw---- 1 root disk 8, 11 10. Nov 17:01 /dev/sda11
brw-rw---- 1 root disk 8, 12 10. Nov 17:01 /dev/sda12
brw-rw---- 1 root disk 8, 13 10. Nov 17:01 /dev/sda13
brw-rw---- 1 root disk 8,  2 10. Nov 17:01 /dev/sda2
brw-rw---- 1 root disk 8,  3 10. Nov 17:01 /dev/sda3
brw-rw---- 1 root disk 8,  5 10. Nov 17:01 /dev/sda5
brw-rw---- 1 root disk 8,  6 10. Nov 17:01 /dev/sda6
brw-rw---- 1 root disk 8,  7 10. Nov 17:01 /dev/sda7
brw-rw---- 1 root disk 8,  8 10. Nov 17:01 /dev/sda8
brw-rw---- 1 root disk 8,  9 10. Nov 17:01 /dev/sda9
brw-rw---- 1 root disk 8, 16 10. Nov 17:01 /dev/sdb
brw-rw---- 1 root disk 8, 17 10. Nov 17:02 /dev/sdb1
brw-rw---- 1 root disk 8, 26 10. Nov 17:01 /dev/sdb10
brw-rw---- 1 root disk 8, 27 10. Nov 17:01 /dev/sdb11
brw-rw---- 1 root disk 8, 28 10. Nov 17:01 /dev/sdb12
brw-rw---- 1 root disk 8, 29 10. Nov 17:01 /dev/sdb13
brw-rw---- 1 root disk 8, 18 10. Nov 17:01 /dev/sdb2
brw-rw---- 1 root disk 8, 19 10. Nov 17:01 /dev/sdb3
brw-rw---- 1 root disk 8, 21 10. Nov 17:01 /dev/sdb5
brw-rw---- 1 root disk 8, 22 10. Nov 17:01 /dev/sdb6
brw-rw---- 1 root disk 8, 23 10. Nov 17:01 /dev/sdb7
brw-rw---- 1 root disk 8, 24 10. Nov 17:01 /dev/sdb8
brw-rw---- 1 root disk 8, 25 10. Nov 17:01 /dev/sdb9</code></pre></div><p>ls -al /dev/md*</p><div class="codebox"><pre><code>brw-rw---- 1 root disk 9, 0 10. Nov 17:01 /dev/md0
brw-rw---- 1 root disk 9, 1 10. Nov 17:01 /dev/md1
brw-rw---- 1 root disk 9, 2 10. Nov 17:01 /dev/md2
brw-rw---- 1 root disk 9, 3 10. Nov 17:01 /dev/md3
brw-rw---- 1 root disk 9, 4 10. Nov 17:01 /dev/md4
brw-rw---- 1 root disk 9, 5 10. Nov 17:02 /dev/md5
brw-rw---- 1 root disk 9, 6 10. Nov 17:02 /dev/md6
brw-rw---- 1 root disk 9, 7 10. Nov 17:02 /dev/md7
brw-rw---- 1 root disk 9, 8 10. Nov 17:02 /dev/md8</code></pre></div><p>and my /etc/mdadm/mdadm.conf:</p><div class="codebox"><pre class="vscroll"><code>...
...
### mdadm --detail --scan ###
ARRAY /dev/md0 metadata=0.90 UUID=35db0565:bdb0a530:cb89c46c:33eba8ec
ARRAY /dev/md1 metadata=0.90 UUID=590d4c31:66a551d9:edd8d016:611227ea
ARRAY /dev/md2 metadata=0.90 UUID=a69a5500:3b8eb3dd:edd8d016:611227ea
ARRAY /dev/md3 metadata=0.90 UUID=74568af8:de558d15:edd8d016:611227ea
ARRAY /dev/md4 metadata=0.90 UUID=5cf35ac9:42f8c8f8:edd8d016:611227ea
ARRAY /dev/md5 metadata=0.90 UUID=f2fbc821:cb4ccbc1:edd8d016:611227ea
ARRAY /dev/md6 metadata=0.90 UUID=2bd8ae10:6c9d0453:edd8d016:611227ea
ARRAY /dev/md7 metadata=0.90 UUID=b6764357:172ddd81:cb89c46c:33eba8ec
ARRAY /dev/md8 metadata=0.90 UUID=4631c52e:843a9462:cb89c46c:33eba8ec

### mdadm --detail --scan --verbose ###
#ARRAY /dev/md0 level=raid1 num-devices=2 metadata=0.90 UUID=35db0565:bdb0a530:cb89c46c:33eba8ec
#   devices=/dev/sda5,/dev/sdb5
#ARRAY /dev/md1 level=raid1 num-devices=2 metadata=0.90 UUID=590d4c31:66a551d9:edd8d016:611227ea
#   devices=/dev/sda6,/dev/sdb6
#ARRAY /dev/md2 level=raid1 num-devices=2 metadata=0.90 UUID=a69a5500:3b8eb3dd:edd8d016:611227ea
#   devices=/dev/sda7,/dev/sdb7
#ARRAY /dev/md3 level=raid1 num-devices=2 metadata=0.90 UUID=74568af8:de558d15:edd8d016:611227ea
#   devices=/dev/sda8,/dev/sdb8
#ARRAY /dev/md4 level=raid1 num-devices=2 metadata=0.90 UUID=5cf35ac9:42f8c8f8:edd8d016:611227ea
#   devices=/dev/sda9,/dev/sdb9
#ARRAY /dev/md5 level=raid1 num-devices=2 metadata=0.90 UUID=f2fbc821:cb4ccbc1:edd8d016:611227ea
#   devices=/dev/sda10,/dev/sdb10
#ARRAY /dev/md6 level=raid1 num-devices=2 metadata=0.90 UUID=2bd8ae10:6c9d0453:edd8d016:611227ea
#   devices=/dev/sda11,/dev/sdb11
#ARRAY /dev/md7 level=raid1 num-devices=2 metadata=0.90 UUID=b6764357:172ddd81:cb89c46c:33eba8ec
#   devices=/dev/sda12,/dev/sdb12
#ARRAY /dev/md8 level=raid1 num-devices=2 metadata=0.90 UUID=4631c52e:843a9462:cb89c46c:33eba8ec
#   devices=/dev/sda13,/dev/sdb13</code></pre></div><p>After upgrade daedalus to excalibur (or new install excalibur) and try to boot i see several times:<br />Running: scripts/local-block<br />and the its opens a busybox shell.</p><p>If i now type &quot;ls -al /dev/sd*&quot; in got this:</p><div class="codebox"><pre><code>brw-------    1 0        0           8,   0 Nov 10 01:25 /dev/sda
brw-------    1 0        0           8,  16 Nov 10 01:25 /dev/sdb</code></pre></div><p>and by &quot;ls -al /dev/md*&quot; this:</p><div class="codebox"><pre><code>brw-------    1 0        0           9,   0 Nov 10 01:26 /dev/md0
brw-------    1 0        0           9,   8 Nov 10 01:25 /dev/md8
brw-------    1 0        0         259,   0 Nov 10 01:25 /dev/md8p1
brw-------    1 0        0         259,   1 Nov 10 01:25 /dev/md8p2
brw-------    1 0        0         259,   2 Nov 10 01:25 /dev/md8p3
brw-------    1 0        0         259,   3 Nov 10 01:25 /dev/md8p5
brw-------    1 0        0         259,   4 Nov 10 01:25 /dev/md8p6</code></pre></div><p>the last 40 lines from dmesg:</p><div class="codebox"><pre class="vscroll"><code>[    4.415900] usb 1-2.4: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    4.418091] usb 1-2.4: Product: USB2.0 HUB
[    4.420597] hub 1-2.4:1.0: USB hub found
[    4.422778] hub 1-2.4:1.0: 4 ports detected
[    4.502171]  sda: sda1 sda2 sda3 &lt; sda5 sda6 sda7 sda8 sda9 sda10 sda11 sda12 sda13 &gt;
[    4.504859] sd 2:0:0:0: [sda] Attached SCSI disk
[    4.520338]  sdb: sdb1 sdb2 sdb3 &lt; sdb5 sdb6 sdb7 sdb8 sdb9 sdb10 sdb11 sdb12 sdb13 &gt;
[    4.523111] sd 3:0:0:0: [sdb] Attached SCSI disk
[    4.565092] usb 2-8: new full-speed USB device number 3 using ohci-pci
[    4.689374] md/raid1:md8: active with 2 out of 2 mirrors
[    4.691551] md8: detected capacity change from 0 to 108531584
[    4.703950] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[    4.706245] device-mapper: uevent: version 1.0.3
[    4.708621] device-mapper: ioctl: 4.50.0-ioctl (2025-04-28) initialised: dm-devel@lists.linux.dev
[    4.709063] usb 1-2.4.3: new full-speed USB device number 5 using ehci-pci
[    4.752157]  md8: p1 p2 p3 &lt; p5 p6 &gt;
[    4.754464] md8: partition table partially beyond EOD, truncated
[    4.757160] md8: p6 size 62914560 extends beyond EOD, truncated
[    4.757161] usb 2-8: device descriptor read/64, error -62
[    4.836704] usb 1-2.4.3: New USB device found, idVendor=0a12, idProduct=0001, bcdDevice=52.76
[    4.839117] usb 1-2.4.3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    5.049056] usb 2-8: device descriptor read/64, error -62
[    5.153101] usb usb2-port8: attempt power cycle
[    5.353075] usb 2-8: new full-speed USB device number 4 using ohci-pci
[    5.765081] usb 2-8: device not accepting address 4, error -62
[    5.949074] usb 2-8: new full-speed USB device number 5 using ohci-pci
[    6.361077] usb 2-8: device not accepting address 5, error -62
[    6.363620] usb usb2-port8: unable to enumerate USB device
[   18.293082] scsi host6: Adaptec AIC7XXX EISA/VLB/PCI SCSI HBA DRIVER, Rev 7.0
[   18.293082]         &lt;Adaptec 2940 Ultra2 SCSI adapter (OEM)&gt;
[   18.293082]         aic7890/91: Ultra2 Wide Channel A, SCSI Id=7, 32/253 SCBs
[   18.293082] 
[   22.329035] raid6: sse2x4   gen()  6481 MB/s
[   22.397084] raid6: sse2x2   gen()  6365 MB/s
[   22.465023] raid6: sse2x1   gen()  4907 MB/s
[   22.467541] raid6: using algorithm sse2x4 gen() 6481 MB/s
[   22.537025] raid6: .... xor() 1851 MB/s, rmw enabled
[   22.539616] raid6: using intx1 recovery algorithm
[   22.551090] xor: measuring software checksum speed
[   22.553894]    prefetch64-sse  : 10620 MB/sec
[   22.556676]    generic_sse     :  9950 MB/sec
[   22.559114] xor: using function: prefetch64-sse (10620 MB/sec)
[   22.569735] async_tx: api initialized (async)
[   43.777082] md/raid1:md0: active with 1 out of 2 mirrors
[   43.779121] md0: detected capacity change from 0 to 62914432</code></pre></div><p>To test what happens. From a other linux i chroot excalibur and remove mdadm with <br />&quot;apt remove mdadm&quot; (i know i can&#039;t run excalibur on /dev/md1, it&#039;s for testing only).<br />I reboot excalibur and now i see this:</p><p>&quot;ls -al /dev/sd*&quot;</p><div class="codebox"><pre><code>brw-------    1 0        0           8,   0 Nov 10 01:38 /dev/sda
brw-------    1 0        0           8,   1 Nov 10 01:38 /dev/sda1
brw-------    1 0        0           8,  10 Nov 10 01:38 /dev/sda10
brw-------    1 0        0           8,  11 Nov 10 01:38 /dev/sda11
brw-------    1 0        0           8,  12 Nov 10 01:38 /dev/sda12
brw-------    1 0        0           8,  13 Nov 10 01:38 /dev/sda13
brw-------    1 0        0           8,   2 Nov 10 01:38 /dev/sda2
brw-------    1 0        0           8,   3 Nov 10 01:38 /dev/sda3
brw-------    1 0        0           8,   5 Nov 10 01:38 /dev/sda5
brw-------    1 0        0           8,   6 Nov 10 01:38 /dev/sda6
brw-------    1 0        0           8,   7 Nov 10 01:38 /dev/sda7
brw-------    1 0        0           8,   8 Nov 10 01:38 /dev/sda8
brw-------    1 0        0           8,   9 Nov 10 01:38 /dev/sda9
brw-------    1 0        0           8,  16 Nov 10 01:38 /dev/sdb
brw-------    1 0        0           8,  17 Nov 10 01:38 /dev/sdb1
brw-------    1 0        0           8,  26 Nov 10 01:38 /dev/sdb10
brw-------    1 0        0           8,  27 Nov 10 01:38 /dev/sdb11
brw-------    1 0        0           8,  28 Nov 10 01:38 /dev/sdb12
brw-------    1 0        0           8,  29 Nov 10 01:38 /dev/sdb13
brw-------    1 0        0           8,  18 Nov 10 01:38 /dev/sdb2
brw-------    1 0        0           8,  19 Nov 10 01:38 /dev/sdb3
brw-------    1 0        0           8,  21 Nov 10 01:38 /dev/sdb5
brw-------    1 0        0           8,  22 Nov 10 01:38 /dev/sdb6
brw-------    1 0        0           8,  23 Nov 10 01:38 /dev/sdb7
brw-------    1 0        0           8,  24 Nov 10 01:38 /dev/sdb8
brw-------    1 0        0           8,  25 Nov 10 01:38 /dev/sdb9</code></pre></div><p>and the last 40 lines from dmesg:</p><div class="codebox"><pre class="vscroll"><code>[    4.464448] usbcore: registered new interface driver usb-storage
[    4.494119]  sda: sda1 sda2 sda3 &lt; sda5 sda6 sda7 sda8 sda9 sda10 sda11 sda12 sda13 &gt;
[    4.496997] sd 1:0:0:0: [sda] Attached SCSI disk
[    4.509077] usb 1-2.4: new high-speed USB device number 5 using ehci-pci
[    4.525091] usb 2-8: new full-speed USB device number 3 using ohci-pci
[    4.534870]  sdb: sdb1 sdb2 sdb3 &lt; sdb5 sdb6 sdb7 sdb8 sdb9 sdb10 sdb11 sdb12 sdb13 &gt;
[    4.537843] sd 3:0:0:0: [sdb] Attached SCSI disk
[    4.552617] usbcore: registered new interface driver uas
[    4.626410] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[    4.628846] device-mapper: uevent: version 1.0.3
[    4.631422] device-mapper: ioctl: 4.50.0-ioctl (2025-04-28) initialised: dm-devel@lists.linux.dev
[    4.634336] usb 1-2.4: New USB device found, idVendor=214b, idProduct=7250, bcdDevice= 1.00
[    4.636837] usb 1-2.4: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    4.639380] usb 1-2.4: Product: USB2.0 HUB
[    4.642468] hub 1-2.4:1.0: USB hub found
[    4.645112] hub 1-2.4:1.0: 4 ports detected
[    4.717084] usb 2-8: device descriptor read/64, error -62
[    4.929072] usb 1-2.4.3: new full-speed USB device number 6 using ehci-pci
[    5.013107] usb 2-8: device descriptor read/64, error -62
[    5.056771] usb 1-2.4.3: New USB device found, idVendor=0a12, idProduct=0001, bcdDevice=52.76
[    5.059414] usb 1-2.4.3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    5.121103] usb usb2-port8: attempt power cycle
[    5.317086] usb 2-8: new full-speed USB device number 4 using ohci-pci
[    5.494025] scsi 7:0:0:0: Direct-Access     Intenso  Business         0.00 PQ: 0 ANSI: 2
[    5.641008] sd 7:0:0:0: [sdc] 15237120 512-byte logical blocks: (7.80 GB/7.27 GiB)
[    5.644485] sd 7:0:0:0: [sdc] Write Protect is off
[    5.647149] sd 7:0:0:0: [sdc] Mode Sense: 00 00 00 00
[    5.647857] sd 7:0:0:0: [sdc] Asking for cache data failed
[    5.650535] sd 7:0:0:0: [sdc] Assuming drive cache: write through
[    5.729093] usb 2-8: device not accepting address 4, error -62
[    5.913083] usb 2-8: new full-speed USB device number 5 using ohci-pci
[    5.963129]  sdc: sdc1 sdc2 &lt; sdc5 sdc6 sdc7 sdc8 &gt;
[    5.966197] sd 7:0:0:0: [sdc] Attached SCSI removable disk
[    6.325087] usb 2-8: device not accepting address 5, error -62
[    6.327790] usb usb2-port8: unable to enumerate USB device
[   18.293079] scsi host6: Adaptec AIC7XXX EISA/VLB/PCI SCSI HBA DRIVER, Rev 7.0
[   18.293079]         &lt;Adaptec 2940 Ultra2 SCSI adapter (OEM)&gt;
[   18.293079]         aic7890/91: Ultra2 Wide Channel A, SCSI Id=7, 32/253 SCBs
[   18.293079] 
[  396.036000] usb 1-2.1: USB disconnect, device number 4</code></pre></div><p>I have excalibur install on /dev/md1.</p><p>I have downgrade mdadm, eudev and initramfs-tools from<br />daedalus in excalibur (chroot) but it is the same.</p><p>Can someone help?</p><p>Thank you fuchur</p>]]></description>
			<author><![CDATA[dummy@example.com (fuchur)]]></author>
			<pubDate>Mon, 10 Nov 2025 21:48:14 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=59400#p59400</guid>
		</item>
	</channel>
</rss>
