| Summary: | installer can' access DVD in Mageia2 beta2 | ||
|---|---|---|---|
| Product: | Mageia | Reporter: | Peter D <0123peter> |
| Component: | Installer | Assignee: | Mageia Bug Squad <bugsquad> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | major | ||
| Priority: | Normal | CC: | davidwhodgins, laidlaws |
| Version: | Cauldron | ||
| Target Milestone: | --- | ||
| Hardware: | i586 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Source RPM: | CVE: | ||
| Status comment: | |||
|
Description
Peter D
2012-03-19 07:34:07 CET
Hi Peter, Can you confirm that after burning the disc, you also checked the integrity of the disc? Also, can you confirm the checksum of the .iso file you downloaded matches the one on our website? (I used the same ISO without issues, though admittedly from a USB stick instead of a DVD) My wag is that this will be a duplicate of bug 4997, but in the installer, I'm not sure how to force the module pata_amd to load before pata_acpi. CC:
(none) =>
davidwhodgins Hmmm, it fails on the computer with a PATA DVD drive but not on the computer with a SATA DVD driver. The command rawread /dev/sr1 | cmp Mageia-2-beta2-i586-DVD.iso - checks out ok on the machine that has the iso file on it, and rawread /dev/sr1 | nice md5sum gets the same number on both machines, BUT that is a different number from the published md5. rawread looks like this... $[psd@live] cat rawread #!/bin/sh # script taken from "Coasterless CD Burning" by Steve Litt # <http://www.troubleshooters.com/linux/coasterless.htm> # Typical use; # rawread /dev/cdrom | nice md5sum # or # rawread /dev/cdrom > my.iso # or # rawread /dev/sr1 | cmp [file_name] - PATH=/opt/schily/bin:$PATH device=$1 blocksize=`isoinfo -d -i $device | grep "^Logical block size is:" | cut -d " " -f 5` if test "$blocksize" = ""; then echo catdevice FATAL ERROR: Blank blocksize >&2 exit fi blockcount=`isoinfo -d -i $device | grep "^Volume size is:" | cut -d " " -f 4` if test "$blockcount" = ""; then echo catdevice FATAL ERROR: Blank blockcount >&2 exit fi # DOESN'T WORK blockcount= $(( "$blockcount" + 166 )) # original # command="dd if=$device bs=$blocksize count=$blockcount conv=notrunc,noerror" # BitTwister command="readcd -v dev=$device f=- sectors=0-$blockcount" echo "$command" >&2 $command I found that the md5sum returned by the "Coasterless" script never matched the published md5sum. If I ran the script on the downloaded ISO, I got a different result which DID match. I have no idea why. Seems much the same for you. CC:
(none) =>
laidlaws Hi, This bug was filed against cauldron, but we do not have cauldron at the moment. Please report whether this bug is still valid for Mageia 2. Thanks :) Cheers, marja Keywords:
(none) =>
NEEDINFO No problem for me nowadays. The only problem is a different one: where do I find the mountpoint? It seems to be somewhere in /run/doug/ closing then, feel free to reopen Keywords:
NEEDINFO =>
(none) |