cat disk.img > nc
nc > /dev/sda
Since we had an entire lab to clone to, we combined dd, netcat, and tee to just daisy chain the data out. It worked _magically_.
cat disk.img > nc
nc > /dev/sda