<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=7213&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [SOLVED] Should the live desktop auto start RAID arrays?]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=7213</link>
		<description><![CDATA[The most recent posts in [SOLVED] Should the live desktop auto start RAID arrays?.]]></description>
		<lastBuildDate>Wed, 03 Sep 2025 03:45:18 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] Should the live desktop auto start RAID arrays?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=57785#p57785</link>
			<description><![CDATA[<p>Sure, and thanks for listening to my request, AND for fixing the memtest.</p>]]></description>
			<author><![CDATA[dummy@example.com (Eeqmcsq)]]></author>
			<pubDate>Wed, 03 Sep 2025 03:45:18 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=57785#p57785</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Should the live desktop auto start RAID arrays?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=57751#p57751</link>
			<description><![CDATA[<p>Thanks for all the testing and thanks to all for helping with this. I&#039;ll keep this arrangement, and I already made a minimal-live iso with mdadm included but not installed. That one and future desktop isos won&#039;t have &quot;noraid&quot; in the name, but that&#039;s what they will be.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Mon, 01 Sep 2025 21:06:15 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=57751#p57751</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Should the live desktop auto start RAID arrays?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=57750#p57750</link>
			<description><![CDATA[<p>I tested devuan_excalibur_6.0-noraid-2025-08-29_1719_amd64_desktop-live.iso on the two PCs that I had reported in the first comment. I ran the live desktop, then rebooted into the PC, and the RAID arrays were started normally with no issues. I repeated the test 2 more times on each PC, and no RAID issues, or any other issues to report.</p><p>So the solution of not having any RAID installed by default on the live-desktop worked.</p>]]></description>
			<author><![CDATA[dummy@example.com (Eeqmcsq)]]></author>
			<pubDate>Mon, 01 Sep 2025 18:27:31 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=57750#p57750</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Should the live desktop auto start RAID arrays?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=57740#p57740</link>
			<description><![CDATA[<p>speaking of surprises reminded me of this regarding ACL breakage:</p><p><a href="https://michael.orlitzky.com/articles/fix_busted_acls_faster_with_libadacl.xhtml" rel="nofollow"> https://michael.orlitzky.com/articles/fix_busted_acls_faster_with_libadacl.xhtml</a></p>]]></description>
			<author><![CDATA[dummy@example.com (stargate-sg1-cheyenne-mtn)]]></author>
			<pubDate>Mon, 01 Sep 2025 06:02:06 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=57740#p57740</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Should the live desktop auto start RAID arrays?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=57721#p57721</link>
			<description><![CDATA[<p><strong>* Quick summary</strong></p><p>@fsmithred - I tested the live desktop iso devuan_excalibur_6.0-noraid-2025-08-29_1719_amd64_desktop-live.iso, and I confirmed that it did NOT auto start my test RAID arrays, which is good. I also confirmed that I can install the mdadm.deb in the root directory and do some RAID stuff.</p><p>The next test is the REAL test: run the desktop live on the 2 PCs that I reported in the first comment and make sure there are no other hidden surprises. Of course, I&#039;ll have to first run backups on those two PCs, which means digging out some extra HDDs, USB to SATA dock, etc. from my closet of tech stuff. So it might take a few days before I have more test results.</p><p><strong>* Test notes</strong></p><div class="codebox"><pre><code>* Checking the iso&#039;s /live/initrd.img
  - file: devuan_excalibur_6.0-noraid-2025-08-29_1719_amd64_desktop-live.iso
  - Steps: Mount the iso, copy live/initrd.img to a temp directory.
  - cmd: unmkinitramfs initrd.img &lt;output directory&gt;
  - Weird. Extracting the initrd.img produces 3 directories: early, early2, main. Since it works, this could be just the way the live desktop init ram disk is organized.
  - Inside main, the contents look like the usual init ram disk.
  - find . | grep mdadm : No files found. Nothing related to mdadm is inside this ramdisk.
  - find . | grep rules.d : None of the rules files in udev/rules.d have any relation to md or raid.</code></pre></div><p>Conclusion so far: If the init ram disk is has no knowledge of RAID, it shouldn&#039;t auto start any of my test RAID arrays.</p><div class="codebox"><pre><code>* Checking the live desktop
  - cat /proc/mdstat  : file not found
  - sudo which mdadm  : file not found
  - lsmod | grep raid : No raid0, raid1, etc. modules.
  - lsmod | grep md   : No md_mod module.</code></pre></div><p>Conclusion so far: Now that&#039;s what I call a solution. As predicted, since the init ram disk is totally clueless about RAID, it didn&#039;t (or couldn&#039;t) auto start any of the RAID arrays.</p><div class="codebox"><pre><code>* Live desktop: installing mdadm.deb located on the root directory
  - install cmd: sudo dpkg -i /mdadm_4.4-11devuan3_amd64.deb
    - The install worked. There were some info messages about &quot;live system is running on read-only media&quot;, and an error with grub-probe, but I&#039;ll see how far I can get.
  - Checking lsmod, md_mod is now loaded, but none of the raid modules are loaded.
  - cat /proc/mdstat: File exists. No RAID personalities listed. No arrays started.
  - sudo mdadm --examine --scan
    - Correctly discovered two RAID arrays, /dev/md/11, dev/md/22.
      - I don&#039;t know what the extra / means between the &quot;md&quot; and the number, but I&#039;ll keep going.
  - sudo mdadm --assemble /dev/md77 --uuid=&lt;RAID UUID&gt;
    - Array started on the intentionally weird md number, md77.
    - Array is confirmed in /proc/mdstat.
    - /proc/mdstat also shows the &quot;raid1&quot; personality.
    - lsmod now shows that the raid1 module is loaded. I guess the raid modules get loaded when they&#039;re needed.
      - This is convenient. The user doesn&#039;t have to manually load specific RAID modules in order to start their RAID arrays.
  - sudo mdadm --stop /dev/md77
    - Unsurprisingly, this also works.

  + Retest with no network connection (unplug from the PC).
    - Results: all same

  + Retest with no internet connection (plug PC into LAN, but unplug router&#039;s WAN).
    - Results: all same</code></pre></div><p>Conclusion: Confirmed that the user can install mdadm locally and do RAID stuff, and there&#039;s no dependency on an Internet connection or any LAN connection.</p>]]></description>
			<author><![CDATA[dummy@example.com (Eeqmcsq)]]></author>
			<pubDate>Sun, 31 Aug 2025 06:09:28 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=57721#p57721</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Should the live desktop auto start RAID arrays?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=57685#p57685</link>
			<description><![CDATA[<p>I think I found a simple solution. This iso does not have mdadm installed or have the config files for it. It does have the mdadm package sitting in the root of the filesystem, and it can easily be installed with <span class="bbc">sudo dpkg -i /mdadm*.deb</span>. You don&#039;t need a network connection for this to work.<br /><a href="https://files.devuan.org/devuan_excalibur/desktop-live/devuan_excalibur_6.0-noraid-2025-08-29_1719_amd64_desktop-live.iso" rel="nofollow">https://files.devuan.org/devuan_excalib … p-live.iso</a></p><p>Tested in vbox with a RAID1 with two virtual hard disks. I booted the iso with the drives attached, installed mdadm and was able to run mdadm commands. There was no active array until I assembled /dev/md0. Please confirm.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Fri, 29 Aug 2025 18:32:24 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=57685#p57685</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Should the live desktop auto start RAID arrays?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=57672#p57672</link>
			<description><![CDATA[<p>Yeah, I ran into that &quot;module is in use&quot; warning. I managed to screw up my builds yesterday so that the desktop wouldn&#039;t start, and I finally found my error this morning. Right now I&#039;m leaning toward removing all the mdadm stuff from the live and letting people rely on the rescue functions in the netinstall iso. I think I&#039;ll make a no-raid iso for the main site and any other test isos can be uploaded to a different location.</p><p>I&#039;m assuming that the netinstall gives you more control over assembling raid arrays, but I&#039;ve only used it a couple of times and never looked into the code.</p><p>I&#039;m still a little frazzled from yesterday. New iso(s) coming later today (probably).</p><p>Thanks for persevering.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Fri, 29 Aug 2025 11:53:02 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=57672#p57672</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Should the live desktop auto start RAID arrays?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=57669#p57669</link>
			<description><![CDATA[<p>thanks to everyone who is talented enough to continue to investigate &quot;the borking&quot;</p><p>hopefully a fix can be found</p>]]></description>
			<author><![CDATA[dummy@example.com (stargate-sg1-cheyenne-mtn)]]></author>
			<pubDate>Fri, 29 Aug 2025 09:09:28 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=57669#p57669</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Should the live desktop auto start RAID arrays?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=57666#p57666</link>
			<description><![CDATA[<p>Here&#039;s what I&#039;ve learned tonight about blacklisting that&#039;s not been mentioned in other comments.</p><p><strong>* What it takes to unload the md_mod module</strong></p><p>Running &quot;sudo modprobe -r md_mod&quot; returns the error: &quot;modprobe: FATAL: Module md_mod is in use.&quot;. But it doesn&#039;t tell you who&#039;s using it.</p><p>Running &quot;sudo rmmod md_mod&quot; returns the error: &quot;rmmod: ERROR: Module md_mod is in use by: raid1 raid10 raid0 raid456&quot;.</p><p>So the solution is:</p><p>- Stop all RAID arrays so that the raid modules can be unloaded:<br />&#160; - sudo mdadm --stop /dev/mdx /dev/mdy, etc</p><p>- Remove the 4 raid modules, then md_mod.<br />&#160; - sudo rmmod raid1 raid10 raid0 raid456 md_mod</p><p><strong>* What if you blacklisted the raid modules</strong></p><p>I modified /etc/modprobe.d/mdadm.conf and added these lines, then rebuilt the init ram disk, then rebooted.</p><div class="codebox"><pre><code>blacklist raid1
blacklist raid10
blacklist raid0
blacklist raid456
blacklist md_mod</code></pre></div><p>The result was that the RAID arrays block devices were STILL created, but are inactive. /proc/mdstat also shows no raid &quot;personalities&quot; available.</p><div class="codebox"><pre><code>$ ls -l /dev/md*
brw-rw---- 1 root disk 9, 127 Aug 28 21:45 /dev/md127
brw-rw---- 1 root disk 9,  22 Aug 28 21:45 /dev/md22

$ cat /proc/mdstat 
Personalities : 
md22 : inactive sda1[1] sdc1[0]
      200705 blocks super 1.2
       
md127 : inactive sda2[1] sdc2[0]
      197953 blocks super 1.2
       
unused devices: &lt;none&gt;</code></pre></div><p>Looking at the loaded modules &quot;sudo lsmod | egrep &#039;raid|md&#039; | sort&quot;, the md_mod is STILL loaded, but none of the raid modules were loaded. As mentioned by g4sra, blacklisting doesn&#039;t prevent other ways of loading the md_mod.</p>]]></description>
			<author><![CDATA[dummy@example.com (Eeqmcsq)]]></author>
			<pubDate>Fri, 29 Aug 2025 05:21:00 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=57666#p57666</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Should the live desktop auto start RAID arrays?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=57662#p57662</link>
			<description><![CDATA[<p>@fsmithred - You asked if anyone has the file &quot;/etc/modprobe.d/mdadm.conf&quot;.</p><p>Ans: Yep, I also have that file on my excalibur PC, and I also see it in the init ram disk.</p><p>I ran a quick test to see if I can see what effects &quot;start_ro&quot; has. &quot;start_ro&quot; has an effect on the RAID arrays I defined in /etc/mdadm/mdadm.conf, but it has no effect on the auto-started arrays at md127, md126. The setting will set whether or not the explicitly defined arrays are started with &quot;auto-read-only&quot; or not. For auto-started arrays at md127, the array is always started with &quot;auto-read-only&quot;. I didn&#039;t dig any further to see what &quot;auto-read-only&quot; means, but the setting DOES show an effect.</p><p>When the &quot;start_ro=1&quot; line is defined (md22 is the raid number I explicitly defined in mdadm.conf):</p><div class="codebox"><pre><code>$ cat /proc/mdstat 
Personalities : [raid1] [raid0] [raid6] [raid5] [raid4] [raid10] 
md127 : active (auto-read-only) raid1 sdc2[1] sdb2[0]
      98944 blocks super 1.2 [2/2] [UU]
      bitmap: 0/1 pages [0KB], 65536KB chunk

md22 : active (auto-read-only) raid1 sdc1[1] sdb1[0]
      100352 blocks super 1.2 [2/2] [UU]
      bitmap: 0/1 pages [0KB], 65536KB chunk

unused devices: &lt;none&gt;</code></pre></div><p>When the &quot;start_ro=1&quot; line is commented out:</p><div class="codebox"><pre><code>$ cat /proc/mdstat
Personalities : [raid1] [raid0] [raid6] [raid5] [raid4] [raid10] 
md22 : active raid1 sda1[1] sdc1[0]
      100352 blocks super 1.2 [2/2] [UU]
      bitmap: 0/1 pages [0KB], 65536KB chunk

md127 : active (auto-read-only) raid1 sda2[1] sdc2[0]
      98944 blocks super 1.2 [2/2] [UU]
      bitmap: 0/1 pages [0KB], 65536KB chunk

unused devices: &lt;none&gt;</code></pre></div><p>Next, I&#039;ll play around with blacklisting the md module. If I find out something new that hasn&#039;t already been mentioned, I&#039;ll post my test results.</p>]]></description>
			<author><![CDATA[dummy@example.com (Eeqmcsq)]]></author>
			<pubDate>Fri, 29 Aug 2025 03:04:46 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=57662#p57662</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Should the live desktop auto start RAID arrays?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=57648#p57648</link>
			<description><![CDATA[<p>@fsmithred, been playing.<br />Blacklisting md_mod is not sufficient although it does prevent passive loading.<br />When &#039;mdadm&#039; is invoked with certain parameters it will then in turn trigger the kernel to load md_mod.<br />That is why &#039;chmod ugo-x /usr/share/initramfs-tools/hooks/mdadm&#039; and thus knobbling &#039;mdadm&#039; fixed it for me.</p><p>NB, and knobbling the UDEV rules as well...</p>]]></description>
			<author><![CDATA[dummy@example.com (g4sra)]]></author>
			<pubDate>Thu, 28 Aug 2025 10:57:51 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=57648#p57648</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Should the live desktop auto start RAID arrays?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=57646#p57646</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>- I mounted the file &quot;devuan_excalibur_6.0-preview-2025-08-25_0923_amd64_desktop-live.iso&quot; to the local file system, copied ./live/initrd.img to a temp directory and extracted it using the same 3* cpio + zstdcat|cpio, and examined ./etc/mdadm/mdadm.conf. The contents look like a default file. No &quot;AUTO -all&quot; or dummy &quot;ARRAY &lt;ignore&gt;&quot; lines.</p></div></blockquote></div><p>I think you nailed it. The build script copies the kernel and initramfs to the /live directory from the chroot system that&#039;s being built. I think it&#039;s doing it too early, so it&#039;s not getting the final changes. I have to look at the code to confirm this (and correct it).</p><p>FWIW - unmkinitramfs will unpack the initrd easily with just one command.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Thu, 28 Aug 2025 09:43:07 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=57646#p57646</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Should the live desktop auto start RAID arrays?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=57642#p57642</link>
			<description><![CDATA[<p><strong>@fsmithred</strong>: Tonight, I tested your two images:<br />&#160; - devuan_excalibur_6.0-preview-2025-08-25_0923_amd64_desktop-live.iso<br />&#160; - devuan_excalibur_6.0-preview-2025-08-25_1056_amd64_desktop-live.iso</p><p>First some quick replies to your comments:</p><p>- You said the 0923 iso &quot;somehow got the default /etc/default/mdadm with START_DAEMON=true&quot;.<br />&#160; - Ans: I didn&#039;t see that on the 0923 iso. It was START_DAEMON=false, the same as the &quot;2025-08-13&quot; that I tested a few days ago.</p><p>- You also asked if I could &quot;still use the mdadm command without the service running?&quot;<br />&#160; - Ans: Yes, I was able to run the mdadm command in the 0923 iso. These two examples worked:<br />&#160; &#160; - sudo mdadm --examine --scan<br />&#160; &#160; - sudo mdadm --stop /dev/md127</p><p><strong>* Test results for 0923 and 1056 were the same</strong></p><p>&#160; - /proc/mdstat showed that the RAID arrays auto started at md127, md126.<br />&#160; - /etc/default/mdadm has START_DAEMON=false<br />&#160; - Checking &quot;ps -ef | grep mdadm&quot;, I didn&#039;t see any &quot;mdadm --monitor&quot;. The mdadm monitoring/reporting daemon was NOT running.<br />&#160; - Can I run the mdadm cmd? Yes, these cmds worked:<br />&#160; &#160; - sudo mdadm --examine --scan<br />&#160; &#160; &#160; - listed both of my test RAID arrays<br />&#160; &#160; - sudo mdadm --stop /dev/md127</p><p><strong>* Investigation</strong></p><p>So why did the RAID arrays auto start? Here are my investigation notes. Note that I tested using legacy boot.</p><p>- /etc/mdadm/mdadm.conf does contain the lines &quot;AUTO -all&quot; and the dummy line &quot;ARRAY &lt;ignore&gt;&quot; with UUID of all zeroes. This looks OK.</p><p>- I extracted the contents of /boot/initrd.img.-6.12.38+deb13-amd64. This init ram disk in the live desktop apparently has 4 total archives concatenated together, with the last one being compressed.</p><div class="codebox"><pre><code>(cpio -id ; cpio -id ; cpio -id ; zstdcat | cpio -id) &lt; /boot/initrd.img-6.12.38+deb13-amd64</code></pre></div><p>&#160; &#160;And the contents of ./etc/mdadm/mdadm.conf contains the two lines &quot;AUTO -all&quot; and &quot;ARRAY &lt;ignore&gt;&quot;. So this looks OK.<br />&#160; &#160;<br />&#160; &#160;And yet, the live-desktop STILL auto started my test RAID arrays???</p><p>- Checking the output of dmesg for clues, the second line shows the &quot;Command line&quot; args. And one of the lines show initrd=/live/initrd.img.</p><p>&#160; Aha, /live looks like something on the .iso image.</p><p>- I mounted the file &quot;devuan_excalibur_6.0-preview-2025-08-25_0923_amd64_desktop-live.iso&quot; to the local file system, copied ./live/initrd.img to a temp directory and extracted it using the same 3* cpio + zstdcat|cpio, and examined ./etc/mdadm/mdadm.conf. The contents look like a default file. No &quot;AUTO -all&quot; or dummy &quot;ARRAY &lt;ignore&gt;&quot; lines.</p><p>- Conclusion: This would explain why the RAID arrays got autostarted. The live-desktop loaded THIS init ram disk that&#039;s located on the .iso.</p><p>- More info: The legacy boot menu comes from the iso image file &quot;./isolinux/isolinux.cfg&quot;, which adds the &quot;initrd&quot; and other args to the boot cmd line.</p><div class="codebox"><pre><code>label toram
    menu label devuan-live (amd64) (load to RAM)
    linux /live/vmlinuz
    append initrd=/live/initrd.img boot=live username=devuan toram  nottyautologin</code></pre></div><p><strong>* Test and investigation (UEFI live desktop)</strong><br />- The test results and investigation results were the same, except that dmesg does NOT contain an &quot;initrd&quot; arg, so there&#039;s no clue about what init ram disk was loaded.</p><p>- Mounting the .iso again and checking &quot;./boot/grub/grub.cfg&quot;, the menu entry contains a separate initrd line, which refers to the same &quot;/live/initrd.img&quot;.</p><div class="codebox"><pre><code>menuentry &quot;devuan-live (load to RAM)&quot; {
    set gfxpayload=keep
    linux   /live/vmlinuz boot=live username=devuan toram nottyautologin 
    initrd  /live/initrd.img
}</code></pre></div><p>So both the UEFI and legacy boot must be loading the same init ram disk on the .iso file, which doesn&#039;t contain the two lines &quot;AUTO -all&quot; and &quot;ARRAY &lt;ignore&gt;&quot;.</p>]]></description>
			<author><![CDATA[dummy@example.com (Eeqmcsq)]]></author>
			<pubDate>Thu, 28 Aug 2025 05:41:37 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=57642#p57642</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Should the live desktop auto start RAID arrays?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=57638#p57638</link>
			<description><![CDATA[<p>@fsmithred</p><p>Re script:<strong>/etc/modprobe.d/mdadm.conf</strong> mine comes from the installed package:</p><div class="codebox"><pre><code>ii  mdadm          4.2-5        amd64        Tool to administer Linux MD arrays (software RAID)</code></pre></div><p>With the execute mode removed from script:<strong>/usr/share/initramfs-tools/hooks/mdadm</strong> mdadm is not invoked (not installed) in the initramfs.<br />That in conjunction with sysvinit &#039;mdadm&#039; service being disabled md_mod is not automatically loaded at boot.</p><p>NB: If dm_raid has loaded that would use md_mod.</p>]]></description>
			<author><![CDATA[dummy@example.com (g4sra)]]></author>
			<pubDate>Wed, 27 Aug 2025 17:14:22 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=57638#p57638</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Should the live desktop auto start RAID arrays?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=57636#p57636</link>
			<description><![CDATA[<p>I tried adding &quot;blacklist md_mod&quot; to /etc/modprobe.d/mdadm.conf and rebuilding the initramfs. Did it with and without commenting out the existing line (...ro=1) and it didn&#039;t help. All the raid modules are still being loaded.</p><p>Also noted that &#039;modprobe -r md_mod&#039; fails with message that md_mod is in use. There&#039;s no raid on my test box, so I don&#039;t know who is using it. (mdadm is not running)</p><p>Another option I thought of would be to build the iso without mdadm installed but with the deb package in the iso in case someone needed it. I think that could work, but I&#039;m not sure.</p><p>One other thought came up after booting an older kernel whose initrd was made before installing mdadm. That would be to have two initrds in the iso, one of them made without mdadm installed and one with. That&#039;s more complicated to automate.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Wed, 27 Aug 2025 14:26:48 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=57636#p57636</guid>
		</item>
	</channel>
</rss>
