At first I thought the problem for the initial post is your DVD/CD reader/writer, so I thought for nuxeon the problem was related to:
LITE-ON IDE CD-R/RW
LITE-ON IDE DVD-R/RW
I have the same DVD reader/writer and I can confirm that neither the kubuntu install cd nor the redhat fedora core 4 linux installation dvd works (failing at some point during install). The fedore core 4 dvd is telling me it can't continue installation because it needs to know the driver for the device. According to rumours on the internet this DVD reader/writer is able to go into some idle/auto sleep mode so that it basically becomes disabled. I've never heard of such features for DVD readers/writers, but this or the lack of an appropriate linux driver for this particular device may be the problem. I don't see why generic IDE/ATAPI cdrom drivers fail to work on this device though, at least initiating the installation procedure is possible, but then apparently at some point the device becomes unreadable/unmountable for some awkward reason, so that continuing the installation procedure fails to continue for many distros on machines containing this device. Maybe someone more knowledgable than myself can shed some more light on this issue. The only operating systems I could successfully install were Windows and OpenSolaris, so the installation procedure must be doing something different which might already be fixed in newer linux distros.
I've tried installing the latest Ubuntu (7.04, feisty fawn) and the menu comes up, allows me to choose something and when it wants to read the install CD the following message occurs:
Loading isolinux: Disk error 80, AX = 4200, drive FF
Now I'm beginning to think the
JMicron I/O controller on my
ASUS P5KC motherboard (also dual core) may be responsible for the not functionning of the cd-rom drive since I replaced the lite-on cd/dvd reader/writer with another cd reader/writer and I have the same problems again. (which I never had on other systems with that older cd reader/writer). There is information on the internet that actually suggests this may be the reason, and that alot of kernels do not support JMicron controllers properly.
I have read that the
JMicron controller is fully supported by 2.6.18 kernels and up, so this means any install cd of any linux distribution with a < 2.6.18 kernel would fail in most cases without special boot options, excluding alot of install cd's since these usually boot with older kernels. So perhaps you have the same I/O controller or some other exotic I/O controller for all these new SATA/PATA/whatever technologies on your high tech motherboard that ain't supported by older install cd kernels.
JMicron (JMB36x) is present on the following motherboards:
MSI P965 Neo
ASUS P5KC
...
This FAQ from JMicron is interesting (it gives pointers on how to make install CD's work that use < 2.6.18 linux kernel versions) :
http://www.jmicron.com/Support_FAQ.html
The following kernel booting option effectively enabled me to continue the install procedure from the redhat fedora core 4 linux installation cd beyond the "searching for source cd" phase :
linux all-generic-ide=1
Searching for a way to make the install procedure work on the ubuntu install CD's I came accross this page:
https://wiki.ubuntu.com/Core_2_Duo_Support
I've downloaded Fedora 7 and I can confirm that this works on my system without any required boot options, however the installation tends to hang with kernel messages similar to the ones in this bug report:
http://www.mail-archive.com/ubuntu-b...msg427236.html
This got resolved by attaching my harddisk to SATA port 3 instead of port 1 on my motherboard, and leaving my CD-rom attached to the only available IDE port.