Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
system initialization with error: ata2: COMRESET failed (errno=-16)
#1
Hello from Braizil.
Newbe, here.

When starting the system, the following messages appear:
[ 12.455142] ata2: COMRESET failed (errno=-16)
[ 22.487141] ata2: COMRESET failed (errno=-16)
[ 57.539126] ata2: COMRESET failed (errno=-16)
[ 62.591133] ata2: COMRESET failed (errno=-16)
[ 62.592391] ata2: reset failed, giving up

Is it possible to arrange?
"It's not just the fish that dies by mouth."
Reply
#2
Difficult to say what's going on with the information provided.
Has this symptom recently started on a previously working system ?
Could be a hardware error but need more information.
stevef
clueless
Reply
#3
(12-18-2022, 08:58 AM)stevef link Wrote: Difficult to say what's going on with the information provided.
Has this symptom recently started on a previously working system ?
Could be a hardware error but need more information.

I noticed this only after installing some system updates.
But that was the same day I installed lite.
But before, when I was using UBUNTU, it also happened right after updating the system to install Inkscape.
"It's not just the fish that dies by mouth."
Reply
#4
Does the system halt (fail to complete boot) when you get these messages ?

Can you boot off another media to try to work out what ata2 might be referring to and run some disk checks ?
Try installing LL 5.8 perhaps ?

stevef
clueless
Reply
#5
Quote:I noticed this only after installing some system updates
Quote:when I was using UBUNTU, it also happened
Taking a swing here, your profile says kernel 6 on an i5. I doubt this involves disk failure. It's probably because ata firmware is involved and the kernel can't address the disk features correctly. It is a rare but old time issue with Ubuntu when upgrading kernels after an existing install. Just my opinion, but if you're going to play with new kernels and don't understand things like pre-seeding firmware results will be unpredictable.

TC   
All opinions expressed and all advice given by Trinidad Cruz on this forum are his responsibility alone and do not necessarily reflect the views or methods of the developers of Linux Lite. He is a citizen of the United States where it is acceptable to occasionally be uninformed and inept as long as you pay your taxes.
Reply
#6
(12-18-2022, 01:24 PM)stevef link Wrote: Does the system halt (fail to complete boot) when you get these messages ?

Can you boot off another media to try to work out what ata2 might be referring to and run some disk checks ?
Try installing LL 5.8 perhaps ?

No problem with the system, it boots up "normally.

I can check the disk with the command "fsck". But the tutorial say "unmount the drive you want to check". Can you tell me how can I found that?

Terminal:
 mfm  ~  sudo lsblk
[sudo] password for mfm:
NAME  MAJ:MIN RM  SIZE RO TYPE MOUNTPOINTS
sda      8:0    0  1,8T  0 disk
├─sda1  8:1    0  200M  0 part
└─sda2  8:2    0  1,8T  0 part
sdb      8:16  0 298,1G  0 disk
├─sdb1  8:17  0  512M  0 part
├─sdb2  8:18  0  513M  0 part /boot/efi
├─sdb3  8:19  0    1K  0 part
└─sdb5  8:21  0 297,1G  0 part /

"It's not just the fish that dies by mouth."
Reply
#7
(12-18-2022, 02:45 PM)trinidad link Wrote:
Quote:I noticed this only after installing some system updates
Quote:when I was using UBUNTU, it also happened
Taking a swing here, your profile says kernel 6 on an i5. I doubt this involves disk failure. It's probably because ata firmware is involved and the kernel can't address the disk features correctly. It is a rare but old time issue with Ubuntu when upgrading kernels after an existing install. Just my opinion, but if you're going to play with new kernels and don't understand things like pre-seeding firmware results will be unpredictable.

TC 

Sorry, I just checked, my kernel version is 5.15.0-56-generic

I really don't understand any of this, I am completely nub with linux.
Could you give me some tips?
"It's not just the fish that dies by mouth."
Reply
#8
Quote:No problem with the system, it boots up "normally.

OK, that's good.  How did you notice these messages ?
What exactly is the problem you are trying to solve here ?

In order to properly test your disks you need to boot from another media, like a USB stick but if your system boots ok you can run these commands to find if the ata2 message is referring to one of your disks.

Code:
udevadm info -q path -n /dev/sda

Code:
udevadm info -q path -n /dev/sdb
stevef
clueless
Reply
#9

Looks like Linux Lite / is on sdb5. What is on sda1? Are you dual booting? Are you using an external or USB disk? If the Linux Lite system is booting and running the ata error messages may just be informative rather than consequential i/e a device may not be immediately connectable in the initial boot order but does connect later on. Do you have fast boot disabled in the UEFI settings if this computer was originally Windows?
TC
All opinions expressed and all advice given by Trinidad Cruz on this forum are his responsibility alone and do not necessarily reflect the views or methods of the developers of Linux Lite. He is a citizen of the United States where it is acceptable to occasionally be uninformed and inept as long as you pay your taxes.
Reply
#10
(12-19-2022, 11:20 AM)stevef link Wrote:
Quote:OK, that's good.  How did you notice these messages ?
What exactly is the problem you are trying to solve here ?

I thought that those error messages were wrong and that it would be good to fix them. The messages appear at boot, they are the only messages I can see at boot.

Code:
udevadm info -q path -n /dev/sda
/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.0/host1/target1:0:0/1:0:0:0/block/sda

Code:
udevadm info -q path -n /dev/sdb
/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sdb
"It's not just the fish that dies by mouth."
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)