Boot error

Asked by Tamer

I have Ubuntu 9.04 installed on my Toshiba Tecra S10-11A laptop. When I boot my system, I get the following error:

"ata2.00: failed to set xfermode (err_mask=0x4)"

I get this error for three times and then system continues to load. This error does not block booting but it makes boot time longer than it is.

What should be the cause of the problem?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Tamer
Solved:
Last query:
Last reply:
Revision history for this message
Steven Danna (ssd7) said :
#1

Try the following:

1) Open a terminal (Applications->Accessories->Terminal)
2) Run the following command:

gksudo gedit /boot/grub/menu.lst

3) Gedit should open after you put in your password. Scroll to the bottom of the final until you see the first operating system entry. It should look something like this:

## ## End Default Options ##

title Ubuntu 9.04, kernel 2.6.28-13-generic
uuid 8d96f1c1-2234-4069-8701-1af5e067057e
kernel /boot/vmlinuz-2.6.28-13-generic root=UUID=8d96f1c1-2234-4069-8701-1af5e067057e ro quiet splash
initrd /boot/initrd.img-2.6.28-13-generic
quiet

4) At the end of the "kernel" line add the word: irqpoll so that it looks like something like this:

## ## End Default Options ##

title Ubuntu 9.04, kernel 2.6.28-13-generic
uuid 8d96f1c1-2234-4069-8701-1af5e067057e
kernel /boot/vmlinuz-2.6.28-13-generic root=UUID=8d96f1c1-2234-4069-8701-1af5e067057e ro quiet splash irqpoll
initrd /boot/initrd.img-2.6.28-13-generic
quiet

5) Save and close the file.
6) Reboot. If the problem is gone. Do the following:

a) Open a terminal (Applications->Accessories->Terminal)
b) Run the command:

gksudo gedit /boot/grub/menu.lst

c) Find the line that says:

# defoptions=quiet splash

d) Add irqpoll to this line:

# defoptions=quiet splash irqpoll

e) Save and close the file.
f) Run this command at the terminal:

sudo update-grub

Revision history for this message
Tamer (tameru) said :
#2

Thanks for your response Steven. I followed your steps and added irqpoll parameter. But it didn't solve my problem.

Revision history for this message
Steven Danna (ssd7) said :
#3

Hi. Since the irqpoll didn't work, you may want to remove that edit from your /boot/grub/menu.lst file.

Do you know if what you are experiencing has anything to do with this bug: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/305724

People in that bug report claim to have received the same error.

Revision history for this message
Tamer (tameru) said :
#4

Hi. I looked to that bug report, but I couldn't figure out anything.

Revision history for this message
Tamer (tameru) said :
#5

The problem is solved by updating the firmware of my DVD Drive.