<div class="gmail_quote">On Mon, May 2, 2011 at 1:38 PM, Patrick O&#39;Callaghan <span dir="ltr">&lt;<a href="mailto:pocallaghan@gmail.com">pocallaghan@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div><div></div><div class="h5">On Mon, 2011-05-02 at 13:14 -0400, Tod Thomas wrote:<br>
&gt; On Mon, May 2, 2011 at 11:40 AM, Patrick O&#39;Callaghan<br>
&gt; &lt;<a href="mailto:pocallaghan@gmail.com">pocallaghan@gmail.com</a>&gt;wrote:<br>
&gt;<br>
&gt; &gt; On Mon, 2011-05-02 at 08:02 -0700, Tod Thomas wrote:<br>
&gt; &gt; &gt; I&#39;ve installed VirtualBox on a Win7 workstation and established a<br>
&gt; &gt; &gt; running<br>
&gt; &gt; &gt; FC14 VM.  Everything was fine until I tried doing a yum upgrade and<br>
&gt; &gt; &gt; then I<br>
&gt; &gt; &gt; discovered my boot partition needed to be at least 7GB! to be able to<br>
&gt; &gt; &gt; perform the upgrade.<br>
&gt; &gt;<br>
&gt; &gt; That can&#39;t de right. No way does the boot partition need to be 7GB. More<br>
&gt; &gt; like 500MB. Do you mean the root partition? If so, try saving space by<br>
&gt; &gt; moving /var/cache/yum to a different partition and leaving a symlink in<br>
&gt; &gt; its place.<br>
&gt; &gt;<br>
&gt; &gt; poc<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; I typed GB but meant MB:<br>
&gt;<br>
&gt; Running rpm_check_debug<br>
&gt; Running Transaction Test<br>
&gt;<br>
&gt;<br>
&gt; Transaction Check Error:<br>
&gt;   installing package kernel-2.6.35.12-90.fc14.i686 needs 7MB on the /boot<br>
&gt; filesystem<br>
&gt;<br>
&gt; Error Summary<br>
&gt; -------------<br>
&gt; Disk Requirements:<br>
&gt;   At least 7MB more space needed on the /boot filesystem.<br>
&gt;<br>
&gt;<br>
&gt; /dev/sda1              49M   26M   21M  57% /boot<br>
<br>
</div></div>You also misstated the error message. It wants 7MB *more* on the /boot<br>
partition (not &quot;at least 7[M|G]B&quot;).<br>
<br>
You can recover space by deleting older kernels (e.g. kernel, System.map<br>
and initramfs files in /boot for versions except the previous one). The<br>
installation process can&#39;t know how many kernels you&#39;re going to want to<br>
keep which is why it can&#39;t guess how much space you might need. Do this<br>
using yum: yum remove kernel-&lt;version&gt; (&quot;yum list kernel&quot; to get current<br>
values of &lt;version&gt;)<br>
<br>
Also take a look at the &quot;installonly_limit&quot; value in /etc/yum.conf and<br>
reduce it e.g. from 3 to 2. This will tell yum to keep only two kernels<br>
(current and previous).<br>
<br>
If you decide to increase the size of /boot, put it up to 500MB or even<br>
1GB to avoid issues, especially if you intend to use preupgrade in the<br>
future.<br>
<div><div></div><div class="h5"><br>
poc<br>
<br>
--<br>
users mailing list<br>
<a href="mailto:users@lists.fedoraproject.org">users@lists.fedoraproject.org</a><br>
To unsubscribe or change subscription options:<br>
<a href="https://admin.fedoraproject.org/mailman/listinfo/users" target="_blank">https://admin.fedoraproject.org/mailman/listinfo/users</a><br>
Guidelines: <a href="http://fedoraproject.org/wiki/Mailing_list_guidelines" target="_blank">http://fedoraproject.org/wiki/Mailing_list_guidelines</a><br>
</div></div></blockquote></div><br><br>Thanks Patrick - asleep at the wheel I suppose.  I booted with gparted and bumped up the boot partition size along with root.  I had already added 10GB to the VM via VirtualBox tools so I think I should have plenty now.  Will follow up after everything is settled.<br>
<br><br>- Tod<br>