With current CHDK version, "Unidentified Image" happens on all models. Camera expects a image which was not saved on SD-Card.
It is possible to create a script to test remote capture, something like this:
> rec
> luar set_prop(require("propcase").RESOLUTION,0)
> luar set_prop(require("propcase").QUALITY,0)
>TODO: "PTM FUNCTION to Set Single capture or Continuous shoot"
> rs -jpg /tmp/
> play
> list