<div dir="ltr">For people trying to do crypto installs with the experimental HAMMER2 filesystem from the 5.0.0-REL ISO/IMG, there was a bug where we did not include mount_hammer2 in the recovery shell (which is also used to bootstrap the root mount when crypto is enabled).<div><br></div><div>As a workaround, we have placed a replacement /boot/kernel/initrd.img.gz on mirror-master at this URL:</div><div><br></div><div><div><a href="http://mirror-master.dragonflybsd.org/iso-images/initrd.img.gz">http://mirror-master.dragonflybsd.org/iso-images/initrd.img.gz</a></div></div><div><br></div><div><div>MD5 (initrd.img.gz) = 2b131341f437aefcf76391dbb1dfb896 (4502554 bytes)</div></div><div><br></div><div>This is strictly temporary until we get the 5.0.1 ISO/IMG released.  I will remove the file after we get 5.0.1 out the door :-).  You can repair a crypto HAMMER2 installation as follows:</div><div><br></div><div>First, get the new initrd image.  Unfortunately the recovery shell doesn't have 'fetch' yet (which we will correct.. but the one for 5.0.0 doesn't), so get it elsewhere and pop it onto a fat32 usb stick or something.</div><div><br></div><div>* fetch <a href="http://mirror-master.dragonflybsd.org/iso-images/initrd.img.gz">http://mirror-master.dragonflybsd.org/iso-images/initrd.img.gz</a><br></div><div>* (put onto a fat32 usb stick or something)</div><div><br></div><div>* Boot into the recovery shell</div><div>* mount the /boot partition, typically:</div><div>  </div><div>  mount /dev/da0s1a /boot</div><div><br></div><div>* cd /tmp<br></div><div>* retrieve the initrd.img.gz file from whereever you stuffed it.  If mounting a fat32 usb</div><div>  stick you can use (typically da8 slice 1 .. da8s1):</div><div><br></div><div>  mount_msdos /dev/da8s1 /mnt</div><div><br></div><div>  The 5.0.0 initrd doesn't have an internet fetch program unfortunately, but if you want to do it via the network connection and you have another box you can NFS export from, you can get the network connection working and mount something over NFS.  ssh commands like 'scp' however are available in the 5.0.0 initrd image.</div><div><br></div><div>* cp /mnt/initrd.img.gz file to /boot/kernel/<br></div><div>* sync</div><div>* umount /mnt</div><div>* umount /boot</div><div>* reboot</div><div><br></div><div>This is a bit of hassle, sorry.  The 5.0.1 initrd image will correct these deficiencies and will also have the 'fetch' binary built in to make it easier to download stuff over the internet from the emergency shell.</div><div><br></div><div>-Matt</div></div>