I've just attempted to install the above latest ISO using the following:
qemu-img create -f qcow2 -o size=30G hydrogen.qcow2
kvm -m 2048 -boot d -cdrom proxmox-ve_1.8-6070-5.iso -hda hydrogen.qcow2
After 3 failed installs I found that the md5sum was bad.
The reason I'm writing this though is because of the way in which the installer failed. It's a one-way train, the installer. It gives RMS' lovely EULA of Freedom to get our hopes up, then dashes them on the rocks with a zero-choice installer which, when it fails, offers "Press Alt-2" to see more information about the failure, but that has no effect. The only real option is to reboot without ever knowing what went wrong. There's no escape.
Being a long-term Linux user, I know lilo and I tried tab, found the debug mode, and managed to find out that tar was dying because of a deflation error due to the ISO being corrupt. Maybe the installer behaves better when it's not corrupt... but from what I could see, that doesn't seem likely.
In an hour I'll have a fresh download with cURL done, and if that manages to pass md5 muster I'll try installing it. if not, I'll come back and ask again...