Hi Dave,
regressing back to an earlier version is almost always a bad idea. Even worse, when I find more issues and repair them, you will not be able to enjoy the fixed features. And I will certainly not backport fixes in an earlier version.
1. Just tested: The Geneve emulation is working perfectly under 0.147 here, together with hard disk emulation. So there is no general problem with the emulation.
2. Your converted hard disk is most likely still bootable. It is not a matter of chdman or other MESS tools. So if you can still read the hard disk with MDM on the TI it should still work. Try TIImageTool and browse through your converted hard disk, have a look at the files.
3. The command line and the configuration have *heavily* changed with 0.145. Have you made sure that you adapted your start-up scripts or configurations within frontends?
See in particular
http://www.ninerpedia.org/index.php/MESS_TI_emulation_usageMost importantly, you do not have any default disk controller in the system anymore. You must plug in the HFDC controller. A proper startup line should look like this:
./mess64 geneve -peb:slot8 hfdc -hard1 /home/michael/mess/disks/hd/scsi2.hd $*
Michael