[Solved - For Me] Re: hash sum mismatch when trying to upgrade

NoOp glgxg at sbcglobal.net
Wed Jul 16 23:55:35 UTC 2008


On 07/16/2008 02:08 PM, NoOp wrote:
> On 07/16/2008 12:26 PM, NoOp wrote:
>> On 07/16/2008 10:11 AM, Michael P. Varre wrote:
>>> Well I really hope I'm not missing something really simple here and
>>> putting you to work for no reason!
>>> 
>>> Thanks for looking into it for me!
>> 
>> Well, it wouldn't be a problem, but 6.06.2 doesn't seem to like my test
>> machine... the one that I have 8.04.1 server on. ISO md5sums match etc,
>> burned at only 4x and when I do a check CD it checks a few devices &
>> then just hangs. Maybe it doesn't like the old Nvidia card that I have
>> in the machine. It works just fine when I do a CD check in another
>> machine... Go figure!  I'll pull the Nvidia card & try again.
> 
> Well, good news and bad news.
> 
> The good news is that I got it to install & update after using
> 'ide=nodma' at the boot.
> 
> The bad news is that I am also getting the same Hash Sum mismatch error
> messages as you are. So, it's definately a bug/problem.
> 

Found the problem; it's the '-d' on the end of do-release-upgrade! The
-d instructs the upgrade manager to try and load the _development_
versions; however, 8.04.1 is fully released so there is no development
packages to fetch. So give this a try:

sudo aptitude upgrade
sudo aptitude dist-upgrade
sudo aptitude install update-manager-core
sudo do-release-upgrade

and you should be good to go. Note: don't forget to do the 'sudo
aptitude dist-upgrade'.

I also found a related bug:
https://bugs.launchpad.net/ubuntu/+source/update-manager-core/+bug/223741
I'll put a note on there about the '-d' screwing things up & also a note
to the upgrade page on the website.

Gary





More information about the ubuntu-users mailing list