"Heiko L." <hlehmann(a)fh-lausitz.de> wrote:
Have you made
sure that the ISO image you downloaded isn't corrupt? Try
downloading it manually, and see if that makes a difference.
improbable.
$ unzip -tv ReactOS-0.3.11-REL-iso.zip
Archive: ReactOS-0.3.11-REL-iso.zip
testing: ReactOS.iso OK
No errors detected in compressed data of ReactOS-0.3.11-REL-iso.zip.
I found just now the cause...
I unpacked zip wrongly. sorry.
$ unzip ReactOS-0.3.11-REL-iso.zip
$ unzip -c ReactOS-0.3.11-REL-iso.zip > ReactOS-0.3.11-REL-iso
$ md5sum ReactOS*
d773bd6c69869f4f7ad32831d50a8b10 ReactOS-0.3.11-REL-iso
faf16fdbf5713b5443dcaeee8d5fab91 ReactOS-0.3.11-REL-iso.zip
9411dcb2635111d55a52e66c80dcbab8 ReactOS.iso
-> md5sum different
- ReactOS.iso: boot successful
- ReactOS-0.3.11-REL-iso: Error: CDROM boot failure code : 0005
- summary: do not use unzip stdout
Use unzip -p instead of unzip -c:
unzip --help | grep -- -p
--
Maurus Cuelenaere