FS#16374 - 2009.8 CDr does not boot properly with a SATA DVDr
Attached to Project:
Release Engineering
Opened by John (graysky) - Sunday, 27 September 2009, 18:34 GMT
Last edited by Dieter Plaetinck (Dieter_be) - Monday, 05 April 2010, 20:08 GMT
Opened by John (graysky) - Sunday, 27 September 2009, 18:34 GMT
Last edited by Dieter Plaetinck (Dieter_be) - Monday, 05 April 2010, 20:08 GMT
|
Details
Neither my Sony Optiarc AD-7240S-0B (SATA) nor my Plextor
PX-880AS (SATA) will properly boot the 2009.8 iso burned to
CDr (either architecture). I have burnt several discs from
the isos at different speeds and they all act the same
giving long delay on booting after selecting the first menu
option from GRUB. That said, the very same media works fine
on IDE-based DVDROM machines.
A bunch of stuff flys by, one relevant line reads: <Code> driver `sr` needs updating - please use the bus_type methods </code> Then there is a ~20 sec pause and the following message gets repeated: <Code> Buffer I/O error, dev sr0, logical block 93084 sr 4:0:0:0: [sr0] Result: hostbyte=0x00 driverbyte=0x08 sr 4:0:0:0: [sr0] Sense Key : 0x5 [current] Info fld=0x2d739 sr 4:0:0:0: [sr0] ASC=0x64 ASCQ=0x0 end_request: I/O error, dev, sr0, sector 744672 </code> This gets repeated many times and there is a delay of about 2 min before it boots properly into the (#) prompt or just hangs indefinitely. I don't think the problem is with the physical drive because it reads/boots the 2009.2 x86_64/i686 CDs just fine; I also downloaded and burn a Jaunty CDROM which also works just fine. Wish I could post the entire dmseg but lately, I can't get to the (#) prompt. Another person has confirmed this in the forums, see [[http://bbs.archlinux.org/viewtopic.php?pid=626777|this post]] for more. Steps to reproduce: Boot of the CD, select the 1st GRUB menu option. Hardware details: DFI LP LT P35-TR2 (BIOS: LP35D919) Intel X3360 @ 8.5x400=3.40 GHz 266/667 MHz Strap CPU Vcc=1.12500 NB Core=1.370 CPU VTT=1.310 Corsair Dominator DDR2-1066 | (TWIN2X4096-8500C5D) 4 x 2Gb @ 5-5-5-15 (performance level 6) @ 1,000 MHz (4:5) @ 2.100V I have tried both SATA controllers on my board and was met with the same result (Intel ICH9R or JMicron JMB363). SATA mode is AHCI to match the HDDs in the box. |
This task depends upon
Closed by Dieter Plaetinck (Dieter_be)
Monday, 05 April 2010, 20:08 GMT
Reason for closing: Not a bug
Additional comments about closing: bad burning tools
Monday, 05 April 2010, 20:08 GMT
Reason for closing: Not a bug
Additional comments about closing: bad burning tools
image used: archlinux-2009.08-core-i686.iso
end_request: I/O error on device fd0, logical block 0
It pauses for about 30 sec, then continues.
With what program you burned the medium cdrkit/cdrtools/cdrdao/growisofs/other ?
What are the settings about DAO(SAO)/TAO others?
wodim -v dev=/dev/sr0 speed=8 -sao -data -tsize=186168s driveropts=burnfree ~/Downloads/archlinux-2009.08-netinstall-i686-isolinux.iso
And it's pretty improbable that the same burn error occurs on several tries. I'm, btw, not the only one who has this issue. See the thread "Unable to install Arch on Server" in the mailing list arch-general.
FS#17231. I guess both are quite different issues. So forget what I've written. ;-)During Arch Linux kernel boot, an error is displayed 8 times just after the Uniform CD-ROM driver Revision: 3.20.
sr 2:0:0:0: [sr0] Unhandled sense code
sr 2:0:0:0: [sr0] Result: hostbyte=0x00 driverbyte=0x08
sr 2:0:0:0: [sr0] Sense key : 0x3 [current]
Info fld=0x2d7ce
sr 2:0:0:0: [sr0] ASC=0x6 ASCQ=0x0
end_request: I/O error, dev sr0, sector 745272
Buffer I/O error on device sr0, logical block 93159
Then the boot sequence goes on as if nothing happened.
The CD is 100% fine - md5sums and everything double/triple checked.
I'm trying 2009.2 now.
Info fld=0x2d601
sr 3:0:0:0 [sr0] ASC=0x64 ASQC=0x0
sr 3:0:0:0 [dr0] CDB: cdb[0]=0x28: 28 00 00 02 d6 00 00 00 02 00
end_request: I/O error on device sr0, sector 743424
Buffer I/O error on device sr0, logical block 92928
sr 3:0:0:0 [sr0] Result: hostbyte=0x00 driverbyte=0x08
sr 3:0:0:0 [sr0] Sense Key : 0x5 [current]
Info fld=0x2d601
There's a bunch more like the above.
can you try different burning tools? brasero, k3b, wodim, ..
Burnt using brasero -> errors during boot from the cd
Burnt using burnimg on win32 -> no errors
archlinux-2010.03.02-netinstall-i686.iso was used on both occasions, both where verified before burn.
Could the current sr (2009.8) have some flaws that cause the burning of new images to mess up?
http://img62.imageshack.us/img62/7281/94827682.jpg
PS: if you compare the md5sum of .iso and what is burned both are the same?
md5sum archxyz.iso
head -c $(isosize /dev/yourcdrom) /dev/yourcdrom | md5sum
As the problem is burning tool, not iso file I will close this ticket.