<div dir="ltr"><div class="gmail_default" style="font-family:trebuchet ms,sans-serif;font-size:small">I don't know if this is your situation or not, but I have a customized initrd.img for booting into my encrypted root and the upgrade process deletes this file. So, after every upgrade, I have to be sure to copy my initrd.img back.</div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature"><div><br></div>Tim</div></div>
<br><div class="gmail_quote">On Fri, Jul 3, 2015 at 2:37 AM, Matthias Play <span dir="ltr"><<a href="mailto:matthias_play@gmx.net" target="_blank">matthias_play@gmx.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Be sure you have initrd.img.gz in /boot/kernel and /boot is on an UFS formatted partition. If not, try regenerating it with "mkinitrd -b bootdir".<br>
<br>
Regards,<br>
Matthias<div class="HOEnZb"><div class="h5"><br>
<br>
On 02.07.2015 23:12, Curtis Gagliardi wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I just went through this process upgrading from 4.2.0 to 4.2.1 and now<br>
I'm getting errors with mounting the filesystem.<br>
<br>
A potential key piece of info is that I'm dual booting with debian,<br>
which is the first OS on the disk and has an encrypted lvm group.<br>
<br>
I'm seeing dm_target_[error/zero/crypt]: successfully initialized and<br>
then an attempt to mount "ufs:msdos0"<br>
with an error about there being so such disk.<br>
<br>
Full errors here:<br>
<a href="http://i.imgur.com/QFxfOHt.jpg" rel="noreferrer" target="_blank">http://i.imgur.com/QFxfOHt.jpg</a><br>
<br>
Anyone know what's going wrong, or how I can start going about debugging<br>
this?  My initial guess is that it's trying to mount my debian<br>
partition.  I used the ? command to list the disk devices, and tried<br>
each one by running "hammer:<device>", but they all failed.<br>
<br>
Thanks,<br>
Curtis<br>
<br>
On Wed, Jul 1, 2015, at 06:31 PM, Justin Sherrill wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Yep, it's a 0.0.1 release, to fix a bug in i915 support.  If you<br>
aren't running an Intel chipset, there's no urgent need to update.<br>
You do not have to be at 4.2.0 to update to 4.2.1; for all intents and<br>
purposes, 4.2.1 can be treated the same as 4.2.0.<br>
<br>
I've uploaded the new images and they should be showing up on mirrors<br>
shortly.<br>
<br>
For those already running DragonFly, the same update methods as before<br>
apply:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
cd /usr/src<br>
git fetch origin<br>
git branch DragonFly_RELEASE_4_2 origin/DragonFly_RELEASE_4_2<br>
git checkout DragonFly_RELEASE_4_2<br>
git pull<br>
</blockquote>
<br>
And then rebuild:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
make buildworld<br>
make buildkernel<br>
make installkernel<br>
make installworld<br>
make upgrade<br>
</blockquote>
<br>
Any existing 4.2 packages you have installed are completely compatible.<br>
</blockquote>
<br>
</blockquote>
</div></div></blockquote></div><br></div></div>