[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Operation System installation



Em Seg, 2013-01-14 às 10:08 +0000, ignacio nanoartista escreveu:
> 
> Hello..I´d downloaded the Debian operation System and I cant install
> it. I download the CD image for AMD64...and when im tryin to install
> from CD gives and error from reading CD....
> 
> Thank you.
> 

Dear Ignacio,

From
www.troubleshooters.com/linux/#coasterless.htm_TestingCD)

To check the integrity of CD I used the application isoinfo:

isoinfo -d -i /dev/cdrom

and extracted the information lines:

Logical block size is: 2048
Volume size is: 76872
 
To generate an iso image of the cd with the command "dd"

dd if=/dev/cdrom bs=2048 count=76872 > CD_debian.iso

And finally compared the md5sum of the iso file

md5sum CD_debian.iso

with the md5sum of the list 
http://cdimage.debian.org/debian-cd/6.0.6/amd64/iso-cd/MD5SUMS

(considering you are installing Squeeze amd64)

Greetings,
Markos



Reply to: