Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
md5sum (windows question!)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
Vincent Weber
n00b
n00b


Joined: 22 Oct 2005
Posts: 6
Location: Netherlands, the

PostPosted: Sat Oct 22, 2005 10:23 am    Post subject: md5sum (windows question!) Reply with quote

Hello,

First of all I must warn you that this is probably the most newbisch question you shall ever encounter on this forum, but the Gentoo handbook said that they don't eat people over here so I decided to give it a try. I am not sure if I am at the right adress on the internet for this question, so excuse me if I am wrong.

Here is the deal: I downloaded the ´packages-athlon-xp-2005.1.ISO´. The Gentoo Handbook (1.2.3: Download, Burn and Boot the Gentoo Universal
Installation CD) recommends me to check if the ISO is corrupted or not. This can be done by a executable file called md5sum (http://www.etree.org/md5com.html). I followed the instructions on the website for a windows environnement, but there are no instructions for Windows XP. I tried following the Windows NT/2000 instructions:
Quote:
Windows NT/2000: Download md5sum.exe to your c:\winnt\system32
Open an MS-DOS window and go to the directory of the show you want to check. When you are in that directory, type:
Code:
md5sum -c [filename].md5

There is no c:\winnt\system32 directory on my HD :( I have also never had any experience with DOS in my life :oops: Can somebody help me out? Thank you for your time.
_________________
"How can you call yourself a 'Chief Technology Officer' if you have no idea what your technology is doing?"
Back to top
View user's profile Send private message
die_vms_die
Apprentice
Apprentice


Joined: 16 Nov 2002
Posts: 189
Location: MS

PostPosted: Sat Oct 22, 2005 10:35 am    Post subject: Reply with quote

http://www.md5summer.org/
Back to top
View user's profile Send private message
jmbsvicetto
Moderator
Moderator


Joined: 27 Apr 2005
Posts: 4735
Location: Angra do Heroísmo (PT)

PostPosted: Sat Oct 22, 2005 11:00 am    Post subject: Reply with quote

Hi Vincent Weber.

I will try not to bite! :P The DOS they're refering to, is the command prompt that you have on Start --> All Programs --> Accessories --> Command Prompt. You can also open it with Start + R and running command.com.
If you don't have c:\winnt, check if you have c:\windows. If not, in what disk did you install Windows XP?
_________________
Jorge.

Your twisted, but hopefully friendly daemon.
AMD64 / x86 / Sparc Gentoo
Help answer || emwrap.sh
Back to top
View user's profile Send private message
Vincent Weber
n00b
n00b


Joined: 22 Oct 2005
Posts: 6
Location: Netherlands, the

PostPosted: Sat Oct 22, 2005 11:46 am    Post subject: Reply with quote

@jmbsvicetto: I have one harddisk in my computer with one partition (c:\). I do have a windows folder, but c:\winnt\system32 does not exist.

1) Where should I place md5sum.exe?
2) Where should I place packages-athlon-xp-2005.1.iso?
3) How do I browse in the command prompt? (entering something like
Code:
C:\map\map\
does not work)

I run Windows XP Profesional SP2 build 2600

Thanks you for your help.
_________________
"How can you call yourself a 'Chief Technology Officer' if you have no idea what your technology is doing?"
Back to top
View user's profile Send private message
nixnut
Bodhisattva
Bodhisattva


Joined: 09 Apr 2004
Posts: 10974
Location: the dutch mountains

PostPosted: Sat Oct 22, 2005 1:45 pm    Post subject: Reply with quote

Vincent Weber wrote:
@jmbsvicetto: I have one harddisk in my computer with one partition (c:\). I do have a windows folder, but c:\winnt\system32 does not exist.

1) Where should I place md5sum.exe?
2) Where should I place packages-athlon-xp-2005.1.iso?
3) How do I browse in the command prompt? (entering something like
Code:
C:\map\map\
does not work)

I don't think it matters too much where you put the md5sum.exe.
You can change directories with the cd command: cd c:\map\map
_________________
Please add [solved] to the initial post's subject line if you feel your problem is resolved. Help answer the unanswered

talk is cheap. supply exceeds demand
Back to top
View user's profile Send private message
Vincent Weber
n00b
n00b


Joined: 22 Oct 2005
Posts: 6
Location: Netherlands, the

PostPosted: Sun Oct 23, 2005 10:36 am    Post subject: Reply with quote

nixnut wrote:
I don't think it matters too much where you put the md5sum.exe.
You can change directories with the cd command: cd c:\map\map


I placed the ISO and md5sum.exe in c:\
The prompt history:
Code:

Microsoft(R) Windows DOS
(C)Copyright Microsoft Corp 1990-2001.

C:\DOCUME~1\VINCENT>cd c:\

C:\>md5sum -c packages-athlon-xp-2005.1.md5
MD5SUM: packages-athlon-xp-2005.1.md5: No such file or directory

C:\>


http://www.etree.org/md5com.html told me this:
Quote:
*Windows 95/98/Me: Download md5sum.exe to c:\windows\command

*Windows NT/2000: Download md5sum.exe to your c:\winnt\system32


They say nothing about Windows XP. Should I try to put it in a directory like C:\WINDOWS\system32\ ?
_________________
"How can you call yourself a 'Chief Technology Officer' if you have no idea what your technology is doing?"
Back to top
View user's profile Send private message
jmbsvicetto
Moderator
Moderator


Joined: 27 Apr 2005
Posts: 4735
Location: Angra do Heroísmo (PT)

PostPosted: Sun Oct 23, 2005 11:59 am    Post subject: Reply with quote

Vincent Weber wrote:
nixnut wrote:
I don't think it matters too much where you put the md5sum.exe.
You can change directories with the cd command: cd c:\map\map


I placed the ISO and md5sum.exe in c:\
The prompt history:
Code:

Microsoft(R) Windows DOS
(C)Copyright Microsoft Corp 1990-2001.

C:\DOCUME~1\VINCENT>cd c:\
C:\>md5sum -c packages-athlon-xp-2005.1.md5
MD5SUM: packages-athlon-xp-2005.1.md5: No such file or directory
C:\>



md5sum is telling you that you're missing the md5 file! You have to download it from the Gentoo site. The md5 file is a small text file that includes the md5 signature of the iso you've downloaded. That will allow you to compare the md5sum of the file you got and the md5sum that was produced from the original file. If they differ, you got a "modified" iso and should not install it.
_________________
Jorge.

Your twisted, but hopefully friendly daemon.
AMD64 / x86 / Sparc Gentoo
Help answer || emwrap.sh
Back to top
View user's profile Send private message
Vincent Weber
n00b
n00b


Joined: 22 Oct 2005
Posts: 6
Location: Netherlands, the

PostPosted: Mon Oct 24, 2005 11:42 am    Post subject: Reply with quote

Where on the Gentoo website can I find the file?
_________________
"How can you call yourself a 'Chief Technology Officer' if you have no idea what your technology is doing?"
Back to top
View user's profile Send private message
Vincent Weber
n00b
n00b


Joined: 22 Oct 2005
Posts: 6
Location: Netherlands, the

PostPosted: Mon Oct 24, 2005 4:11 pm    Post subject: Reply with quote

Solved :)

Thanks for your help :D
_________________
"How can you call yourself a 'Chief Technology Officer' if you have no idea what your technology is doing?"
Back to top
View user's profile Send private message
jmbsvicetto
Moderator
Moderator


Joined: 27 Apr 2005
Posts: 4735
Location: Angra do Heroísmo (PT)

PostPosted: Mon Oct 24, 2005 10:41 pm    Post subject: Reply with quote

In that case, please add [solved] to the thread title (edit first post).
_________________
Jorge.

Your twisted, but hopefully friendly daemon.
AMD64 / x86 / Sparc Gentoo
Help answer || emwrap.sh
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum