<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									How to remove the SoftRAID kext from the extension folder? - Big Sur Issues				            </title>
            <link>https://forums.softraid.com/macos-issues-2-2-big-sur-issues/how-to-remove-the-softraid-kext-from-the-extension-folder/</link>
            <description>SoftRAID Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Sat, 25 Apr 2026 23:56:11 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: How to remove the SoftRAID kext from the extension folder?</title>
                        <link>https://forums.softraid.com/macos-issues-2-2-big-sur-issues/how-to-remove-the-softraid-kext-from-the-extension-folder/#post-12163</link>
                        <pubDate>Sat, 23 Oct 2021 05:32:16 +0000</pubDate>
                        <description><![CDATA[@jduprey
I use:
sudo kmutil clear-stagingsudo kextcache -i /
and restart
 
But if you install all components in the utility menu, it should accomplish this. You should not have to go th...]]></description>
                        <content:encoded><![CDATA[<p>@jduprey</p>
<p>I use:</p>
<p>sudo kmutil clear-staging<br />sudo kextcache -i /</p>
<p>and restart</p>
<p> </p>
<p>But if you install all components in the utility menu, it should accomplish this. You should not have to go through manual removal of components, however (unless there is a problem doing it with SoftRAID)</p>
<p>I assume you are doing this to investigate your kernel panic bugs?</p>]]></content:encoded>
						                            <category domain="https://forums.softraid.com/macos-issues-2-2-big-sur-issues/">Big Sur Issues</category>                        <dc:creator>SoftRAID Support</dc:creator>
                        <guid isPermaLink="true">https://forums.softraid.com/macos-issues-2-2-big-sur-issues/how-to-remove-the-softraid-kext-from-the-extension-folder/#post-12163</guid>
                    </item>
				                    <item>
                        <title>RE: How to remove the SoftRAID kext from the extension folder?</title>
                        <link>https://forums.softraid.com/macos-issues-2-2-big-sur-issues/how-to-remove-the-softraid-kext-from-the-extension-folder/#post-12159</link>
                        <pubDate>Sat, 23 Oct 2021 01:55:05 +0000</pubDate>
                        <description><![CDATA[Via this:
This did the trick:
sudo kextcache -prune-staging]]></description>
                        <content:encoded><![CDATA[<p>Via this: https://stackoverflow.com/questions/46535279/what-is-library-stagedextensions-for-and-how-to-remove-extensions</p>
<p>This did the trick:</p>
<pre contenteditable="false">sudo kextcache -prune-staging</pre>]]></content:encoded>
						                            <category domain="https://forums.softraid.com/macos-issues-2-2-big-sur-issues/">Big Sur Issues</category>                        <dc:creator>jduprey</dc:creator>
                        <guid isPermaLink="true">https://forums.softraid.com/macos-issues-2-2-big-sur-issues/how-to-remove-the-softraid-kext-from-the-extension-folder/#post-12159</guid>
                    </item>
				                    <item>
                        <title>How to remove the SoftRAID kext from the extension folder?</title>
                        <link>https://forums.softraid.com/macos-issues-2-2-big-sur-issues/how-to-remove-the-softraid-kext-from-the-extension-folder/#post-12158</link>
                        <pubDate>Sat, 23 Oct 2021 01:51:48 +0000</pubDate>
                        <description><![CDATA[After uninstalling SoftRAID 6.1 from the menu option in the SoftRAID app, and rebooting.  I notice that the kext and the application folder is still around.  I was able to delete the SoftRai...]]></description>
                        <content:encoded><![CDATA[<p>After uninstalling SoftRAID 6.1 from the menu option in the SoftRAID app, and rebooting.  I notice that the kext and the application folder is still around.  I was able to delete the SoftRaid folder from the /Applications folder</p>
<pre contenteditable="false">% ls -l /Library/StagedExtensions/Library/Extensions/
total 0
drwxr-xr-x@ 3 root  wheel  96 Oct 20 20:48 SoftRAID.kext
</pre>
<p>The extension doesn't appear to be loaded</p>
<pre contenteditable="false">% kextstat -l  | grep -i "softraid"
Executing: /usr/bin/kmutil showloaded --list-only
No variant specified, falling back to release</pre>
<p>Removing it doesn't seem to be allowed:</p>
<pre contenteditable="false">% sudo kextunload /Library/StagedExtensions/Library/Extensions/SoftRAID.kext
Executing: /usr/bin/kmutil unload -p /Library/StagedExtensions/Library/Extensions/SoftRAID.kext
Error Domain=KMErrorDomain Code=3 "Error occurred unloading extensions: Missing extension with identifier com.softraid.driver.SoftRAID : Could not find: Extension with identifier 'com.softraid.driver.SoftRAID' not found" UserInfo={NSLocalizedDescription=Error occurred unloading extensions: Missing extension with identifier com.softraid.driver.SoftRAID : Could not find: Extension with identifier 'com.softraid.driver.SoftRAID' not found}</pre>
<pre contenteditable="false">% sudo rm -rf /Library/StagedExtensions/Library/Extensions/SoftRAID.kext
rm: /Library/StagedExtensions/Library/Extensions/SoftRAID.kext/Contents/_CodeSignature/CodeResources: Operation not permitted
rm: /Library/StagedExtensions/Library/Extensions/SoftRAID.kext/Contents/_CodeSignature: Operation not permitted
rm: /Library/StagedExtensions/Library/Extensions/SoftRAID.kext/Contents/MacOS/softraidd: Operation not permitted
...
...</pre>
<p> </p>
<p>Manual removal seems quite involved: https://grafxflow.co.uk/blog/mac-os-x/delete-ioplatformpluginfamilykext-macos-big-sur</p>
<p> </p>]]></content:encoded>
						                            <category domain="https://forums.softraid.com/macos-issues-2-2-big-sur-issues/">Big Sur Issues</category>                        <dc:creator>jduprey</dc:creator>
                        <guid isPermaLink="true">https://forums.softraid.com/macos-issues-2-2-big-sur-issues/how-to-remove-the-softraid-kext-from-the-extension-folder/#post-12158</guid>
                    </item>
							        </channel>
        </rss>
		
<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced (Requested URI contains query) 

Served from: forums.softraid.com @ 2026-04-25 18:56:11 by W3 Total Cache
-->