I downloaded lubuntu-14.04.1-desktop-i386.iso. The calculated md5sum is: 281fc36d625f7ca0704297b3b811fa66 . According to help.ubuntu.com/community/UbuntuHashes that is the correct md5sum. Also according to cdimage.ubuntu.com/lubuntu/releases/14.04.1/release/lubuntu-14.04.1-desktop-i386.metalink that is the correct md5sum. But wubi downloads instead .../14.04/release/lubuntu-14.04-desktop-i386.metalink, that is the 14.04 version with a different md5sum
Here is the wubi.log showing this:
09-12 12:01 INFO Distro: Found a valid iso for Lubuntu: F:\lubuntu-14.04.1->desktop-i386.iso
09-12 12:01 DEBUG TaskList: New task get_metalink
09-12 12:01 DEBUG TaskList: #### Running get_metalink...
09-12 12:01 DEBUG downloader: downloading .../lubuntu/releases/14.04/release/lubuntu-**14.04**-desktop-i386.metalink > C:\ubuntu\install
...
09-12 12:01 DEBUG downloader: download finished (read 1043 bytes)
...
09-12 12:01 ERROR CommonBackend: The md5 of the metalink does match
09-12 12:01 ERROR CommonBackend: Cannot authenticate the metalink file, it might be corrupt
None
09-12 12:01 DEBUG TaskList: #### Finished get_metalink
09-12 12:01 DEBUG TaskList: New task get_file_md5
09-12 12:01 DEBUG TaskList: #### Running get_file_md5...
09-12 12:02 DEBUG TaskList: #### Finished get_file_md5
09-12 12:02 ERROR CommonBackend: Invalid md5 for ISO F:\lubuntu-14.04.1-desktop->i386.iso (b0d1c58c8515ab40382d01f59655ba85 != 281fc36d625f7ca0704297b3b811fa66)
How do I solve this?
wubi.exe
with the--skipmd5check
flag.) – Eliah Kagan Sep 12 '14 at 12:58