<p dir="ltr">On Jun 11, 2014 6:13 PM, &quot;Patrick O&#39;Callaghan&quot; &lt;<a href="mailto:pocallaghan@gmail.com">pocallaghan@gmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt; On trying to boot the above kernel, I get a &quot;Failed to start Load Kernel<br>
&gt; Modules&quot; error. This appears to be caused by missing vboxdrv modules<br>
&gt; (from VirtualBox). Booting an earlier kernel works fine.<br>
&gt;<br>
&gt; Two comments:<br>
&gt;<br>
&gt; 1) I thought DKMS was supposed to rebuild the VBox modules for each new<br>
&gt; kernel automatically. This has happened in the past but seems to have<br>
&gt; failed now. Why would this be and how can I fix it?<br>
&gt;<br>
&gt; 2) The error message was unhelpful as it didn&#39;t identify which modules<br>
&gt; failed. It took some searching to find what the problem was. Surely this<br>
&gt; could be done better. (In fact I&#39;d argue that failing to load these<br>
&gt; modules shouldn&#39;t result in a failed boot, but I realize that&#39;s maybe<br>
&gt; harder to deal with).<br>
&gt;<br>
&gt; poc<br>
&gt;<br>
&gt; --<br>
&gt; users mailing list<br>
&gt; <a href="mailto:users@lists.fedoraproject.org">users@lists.fedoraproject.org</a><br>
&gt; To unsubscribe or change subscription options:<br>
&gt; <a href="https://admin.fedoraproject.org/mailman/listinfo/users">https://admin.fedoraproject.org/mailman/listinfo/users</a><br>
&gt; Fedora Code of Conduct: <a href="http://fedoraproject.org/code-of-conduct">http://fedoraproject.org/code-of-conduct</a><br>
&gt; Guidelines: <a href="http://fedoraproject.org/wiki/Mailing_list_guidelines">http://fedoraproject.org/wiki/Mailing_list_guidelines</a><br>
&gt; Have a question? Ask away: <a href="http://ask.fedoraproject.org">http://ask.fedoraproject.org</a></p>
<p dir="ltr">Do you have RPMFusions&#39;s VB or the one from Oracle&#39;s repo? I found RPMFusion&#39;s build problematic as they provide modules through kmod. Akmod can automatically build modules for you.</p>
<p dir="ltr">So I have switched to Oracle&#39;s version. It comes with /etc/init.d/vboxdrv that you could run manually to build the modules using following command.</p>
<p dir="ltr">/etc/init.d/vboxdrv setup</p>
<p dir="ltr">-Sudhir.</p>