![]() |
system initialization with error: ata2: COMRESET failed (errno=-16) - Printable Version +- Linux Lite Forums (https://www.linuxliteos.com/forums) +-- Forum: Hardware - Support (https://www.linuxliteos.com/forums/forumdisplay.php?fid=6) +--- Forum: Start up and Shutdown (https://www.linuxliteos.com/forums/forumdisplay.php?fid=27) +--- Thread: system initialization with error: ata2: COMRESET failed (errno=-16) (/showthread.php?tid=8618) |
Re: system initialization with error: ata2: COMRESET failed (errno=-16) - emil - 12-23-2022 (12-23-2022, 05:23 AM)stevef link Wrote: For ata2, it tries a few times, then tries at a slower speed and then gives up but doesn't appear to log the port as down.Yes, I use an external USB hard drive without any problems. Quote:There's no CD/DVD drive being identified - does the system have one ?No, this laptop does not have a CD/DVD drive. Quote:Does the system have a slot for a memory card perhaps ?Yes, SD card, and it's working. Quote:From what you've told us so far, I don't think this is anything to worry about but it would be interesting to find out what's going on. I really appreciate the info. Yes, I agree... it would be nice to be able to understand what's going on, but apparently it's something complex. Re: system initialization with error: ata2: COMRESET failed (errno=-16) - stevef - 12-23-2022 Have you noticed if booting with/without a card in the SD slot makes a difference to the error message ? If the error message appears to be associated with either state of a card being in or out, repeat several times to check if it is consistent. Re: system initialization with error: ata2: COMRESET failed (errno=-16) - emil - 12-26-2022 (12-23-2022, 02:17 PM)stevef link Wrote: Have you noticed if booting with/without a card in the SD slot makes a difference to the error message ? It makes no difference, always the same message. Re: system initialization with error: ata2: COMRESET failed (errno=-16) - stevef - 12-26-2022 OK, I thought the SD card reader might be associated with ata2. Re: system initialization with error: ata2: COMRESET failed (errno=-16) - trinidad - 12-26-2022 You have a couple things going on. The seagate backup disk is GPT because it's 2TB. The installed LL system 300GB onboard drive is DOS. The backup drive is looking for a Windows UEFI entry that isn't there anymore. As far as I know you can't run that backup drive in its current state after installing a Linux OS because it still needs a Windows boot manager. The missing ata initializing file for that drive is gone. Linux will still recognize the drive but it may or may not work for data storage. It is normally not considered Linux compatilbe. I would unplug the backup drive and REMOVE any BIOS entry noting or listing it, then reinstall Linux Lite to the onboard drive without the backup drive plugged in. That should properly designate the Linux drive as sda not sdb. "Possibly" making the backup drive Linux compatible will involve some other steps but that's not worth doing until you get the Linux system installed without the backup drive present. But... BEFORE you do any of the above see if you can store and then retrieve a Linux file to and from the backup drive. If you can do that you may want to leave it as is. I doubt you will be able to, but it's worth trying. If the data partition is FAT32 and not NTFS it may still work. You may even be able partition a space on it for Linux. By the way you may still be able to edit the backup drive EFI partition and boot windows from it if there is a full backup on it. (Windows live ent disk should work or even bcedit) TC Re: system initialization with error: ata2: COMRESET failed (errno=-16) - emil - 12-28-2022 (12-26-2022, 02:27 PM)stevef link Wrote: OK, I thought the SD card reader might be associated with ata2. How do I find out what is associated with ata2? Re: system initialization with error: ata2: COMRESET failed (errno=-16) - trinidad - 12-28-2022 Quote:How do I find out what is associated with ata2?Again, try to save a file from Linux Lite to the backup drive. The backup drive initialization file was Windows EFI which is no longer there as I expalined before. TC |