Comment 242 for bug 57502

Revision history for this message
Andcor (corneliussen) wrote : Re: [Bug 57502] Re: JMicron PATA/SATA Controller does not work

Not like that it wont. I have had luck with irqpoll and all-generic-ide
boot options. But they have to be appended to the kernel line without "".

My bootline looks like this when I'm trying to install (i.e. wants to
get all the information on what goes wrong that I can):
kernel /boot/vmlinuz-2.6.24-16-generic root=/dev/sda1 ro irqpoll
all-generic-ide

dalinuxlova wrote:
> try appending "irqpoll" that it looks like the following:
>
> title Ubuntu 8.04, kernel 2.6.24-16-generic
> root (hd0,2)
> kernel /boot/vmlinuz-2.6.24-16-generic root=UUID=5152f10c-4ae1-4b61-b8cd-7d70b925d309 ro "irqpoll" quiet splash
> initrd /boot/initrd.img-2.6.24-16-generic
> quiet
>
>
> hopefully that helps ...
>
>