Slow Ubuntu Boot [ata2: SRST failed (errno=-16)] and [ata2: reset failed, giving up] The 2019 Stack Overflow Developer Survey Results Are InCan't restore my gpt data with gdiskTrying to add Windows 7 to grub2Drive failure in Raid1. Can't replaceFUBAR Fsckk'd Ubuntu Beyond All Repair?Intel RAID5 array Shows < 50% spacegpt/bios grub2 boot problem, diagnostic and toolsHelp optimizing boot / slow bootAccidentally created new partition table for boot driveThe ext4 file system creation in partition failed to install Ubuntu?Need some serious help to protect my file through FSCK in Linux

Why isn't airport relocation done gradually?

What is the steepest angle that a canal can be traversable without locks?

What is the motivation for a law requiring 2 parties to consent for recording a conversation

How to change the limits of integration

Spanish for "widget"

Unbreakable Formation vs. Cry of the Carnarium

Why can Shazam do this?

Why did Howard Stark use all the Vibranium they had on a prototype shield?

Which Sci-Fi work first showed weapon of galactic-scale mass destruction?

JSON.serialize: is it possible to suppress null values of a map?

What is the best strategy for white in this position?

How come people say “Would of”?

Does light intensity oscillate really fast since it is a wave?

I looked up a future colleague on LinkedIn before I started a job. I told my colleague about it and he seemed surprised. Should I apologize?

A poker game description that does not feel gimmicky

Geography at the pixel level

Why is Grand Jury testimony secret?

On the insanity of kings as an argument against monarchy

Should I write numbers in words or as numerals when there are multiple next to each other?

Can the Protection from Evil and Good spell be used on the caster?

Why do UK politicians seemingly ignore opinion polls on Brexit?

Why is the maximum length of OpenWrt’s root password 8 characters?

Inflated grade on resume at previous job, might former employer tell new employer?

"To split hairs" vs "To be pedantic"



Slow Ubuntu Boot [ata2: SRST failed (errno=-16)] and [ata2: reset failed, giving up]



The 2019 Stack Overflow Developer Survey Results Are InCan't restore my gpt data with gdiskTrying to add Windows 7 to grub2Drive failure in Raid1. Can't replaceFUBAR Fsckk'd Ubuntu Beyond All Repair?Intel RAID5 array Shows < 50% spacegpt/bios grub2 boot problem, diagnostic and toolsHelp optimizing boot / slow bootAccidentally created new partition table for boot driveThe ext4 file system creation in partition failed to install Ubuntu?Need some serious help to protect my file through FSCK in Linux



.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















This Motherboard with a triple boot setup, booting in AHCI mode



Here is the relevant message (pulled from dmesg), note the long delay in timestamp between them:



[ 6.528119] ata2: link is slow to respond, please be patient (ready=-19)
[ 11.028120] ata2: SRST failed (errno=-16)
[ 16.540117] ata2: link is slow to respond, please be patient (ready=-19)
[ 21.040117] ata2: SRST failed (errno=-16)
[ 26.552117] ata2: link is slow to respond, please be patient (ready=-19)
[ 56.072118] ata2: SRST failed (errno=-16)
[ 56.072125] ata2: limiting SATA link speed to 1.5 Gbps
[ 61.104117] ata2: SRST failed (errno=-16)
[ 61.104142] ata2: reset failed, giving up


Seems to work fine on Windows. It's just an Ubuntu issue.



All my drives seem firmly connected, with no jumpers, most are SSD but some are IDE. I have like 6 drives. One is a Hackintosh (Mac GPT drive) and another is Windows. One SSD is connected via eSATA



I don't know if ata2 is the same as /dev/sdb but if it is, this may be interesting:



$ sudo fsck /dev/sdb 
fsck from util-linux 2.31.1
e2fsck 1.44.1 (24-Mar-2018)
ext2fs_open2: Bad magic number in super-block
fsck.ext2: Superblock invalid, trying backup blocks...
fsck.ext2: Bad magic number in super-block while trying to open /dev/sdb

The superblock could not be read or does not describe a valid ext2/ext3/ext4
filesystem. If the device is valid and it really contains an ext2/ext3/ext4
filesystem (and not swap or ufs or something else), then the superblock
is corrupt, and you might try running e2fsck with an alternate superblock:
e2fsck -b 8193 <device>
or
e2fsck -b 32768 <device>

Found a gpt partition table in /dev/sdb


A commentary on the cause: https://www.redhat.com/archives/rhl-list/2006-October/msg03892.html



Because it's a GPT hackintosh drive:



$ sudo gdisk /dev/sdb -l
GPT fdisk (gdisk) version 1.0.3

Partition table scan:
MBR: protective
BSD: not present
APM: not present
GPT: present

Found valid GPT with protective MBR; using GPT.
Disk /dev/sdb: 1953525168 sectors, 931.5 GiB
Model: ST31000524AS
Sector size (logical/physical): 512/512 bytes
Disk identifier (GUID): 384E6D96-A1EE-4D32-8FE5-14B63E4BF049
Partition table holds up to 128 entries
Main partition table begins at sector 2 and ends at sector 33
First usable sector is 34, last usable sector is 1953525134
Partitions will be aligned on 8-sector boundaries
Total free space is 262157 sectors (128.0 MiB)


Verify disk passes:



$ sudo gdisk /dev/sdb
$ v
No problems found. 262157 free sectors (128.0 MiB) available in 2
segments, the largest of which is 262151 (128.0 MiB) in size.









share|improve this question

















This question has an open bounty worth +100
reputation from Jonathan ending ending at 2019-04-17 06:02:51Z">in 7 days.


This question has not received enough attention.


A solution that improves boottime is needed






















    0















    This Motherboard with a triple boot setup, booting in AHCI mode



    Here is the relevant message (pulled from dmesg), note the long delay in timestamp between them:



    [ 6.528119] ata2: link is slow to respond, please be patient (ready=-19)
    [ 11.028120] ata2: SRST failed (errno=-16)
    [ 16.540117] ata2: link is slow to respond, please be patient (ready=-19)
    [ 21.040117] ata2: SRST failed (errno=-16)
    [ 26.552117] ata2: link is slow to respond, please be patient (ready=-19)
    [ 56.072118] ata2: SRST failed (errno=-16)
    [ 56.072125] ata2: limiting SATA link speed to 1.5 Gbps
    [ 61.104117] ata2: SRST failed (errno=-16)
    [ 61.104142] ata2: reset failed, giving up


    Seems to work fine on Windows. It's just an Ubuntu issue.



    All my drives seem firmly connected, with no jumpers, most are SSD but some are IDE. I have like 6 drives. One is a Hackintosh (Mac GPT drive) and another is Windows. One SSD is connected via eSATA



    I don't know if ata2 is the same as /dev/sdb but if it is, this may be interesting:



    $ sudo fsck /dev/sdb 
    fsck from util-linux 2.31.1
    e2fsck 1.44.1 (24-Mar-2018)
    ext2fs_open2: Bad magic number in super-block
    fsck.ext2: Superblock invalid, trying backup blocks...
    fsck.ext2: Bad magic number in super-block while trying to open /dev/sdb

    The superblock could not be read or does not describe a valid ext2/ext3/ext4
    filesystem. If the device is valid and it really contains an ext2/ext3/ext4
    filesystem (and not swap or ufs or something else), then the superblock
    is corrupt, and you might try running e2fsck with an alternate superblock:
    e2fsck -b 8193 <device>
    or
    e2fsck -b 32768 <device>

    Found a gpt partition table in /dev/sdb


    A commentary on the cause: https://www.redhat.com/archives/rhl-list/2006-October/msg03892.html



    Because it's a GPT hackintosh drive:



    $ sudo gdisk /dev/sdb -l
    GPT fdisk (gdisk) version 1.0.3

    Partition table scan:
    MBR: protective
    BSD: not present
    APM: not present
    GPT: present

    Found valid GPT with protective MBR; using GPT.
    Disk /dev/sdb: 1953525168 sectors, 931.5 GiB
    Model: ST31000524AS
    Sector size (logical/physical): 512/512 bytes
    Disk identifier (GUID): 384E6D96-A1EE-4D32-8FE5-14B63E4BF049
    Partition table holds up to 128 entries
    Main partition table begins at sector 2 and ends at sector 33
    First usable sector is 34, last usable sector is 1953525134
    Partitions will be aligned on 8-sector boundaries
    Total free space is 262157 sectors (128.0 MiB)


    Verify disk passes:



    $ sudo gdisk /dev/sdb
    $ v
    No problems found. 262157 free sectors (128.0 MiB) available in 2
    segments, the largest of which is 262151 (128.0 MiB) in size.









    share|improve this question

















    This question has an open bounty worth +100
    reputation from Jonathan ending ending at 2019-04-17 06:02:51Z">in 7 days.


    This question has not received enough attention.


    A solution that improves boottime is needed


















      0












      0








      0








      This Motherboard with a triple boot setup, booting in AHCI mode



      Here is the relevant message (pulled from dmesg), note the long delay in timestamp between them:



      [ 6.528119] ata2: link is slow to respond, please be patient (ready=-19)
      [ 11.028120] ata2: SRST failed (errno=-16)
      [ 16.540117] ata2: link is slow to respond, please be patient (ready=-19)
      [ 21.040117] ata2: SRST failed (errno=-16)
      [ 26.552117] ata2: link is slow to respond, please be patient (ready=-19)
      [ 56.072118] ata2: SRST failed (errno=-16)
      [ 56.072125] ata2: limiting SATA link speed to 1.5 Gbps
      [ 61.104117] ata2: SRST failed (errno=-16)
      [ 61.104142] ata2: reset failed, giving up


      Seems to work fine on Windows. It's just an Ubuntu issue.



      All my drives seem firmly connected, with no jumpers, most are SSD but some are IDE. I have like 6 drives. One is a Hackintosh (Mac GPT drive) and another is Windows. One SSD is connected via eSATA



      I don't know if ata2 is the same as /dev/sdb but if it is, this may be interesting:



      $ sudo fsck /dev/sdb 
      fsck from util-linux 2.31.1
      e2fsck 1.44.1 (24-Mar-2018)
      ext2fs_open2: Bad magic number in super-block
      fsck.ext2: Superblock invalid, trying backup blocks...
      fsck.ext2: Bad magic number in super-block while trying to open /dev/sdb

      The superblock could not be read or does not describe a valid ext2/ext3/ext4
      filesystem. If the device is valid and it really contains an ext2/ext3/ext4
      filesystem (and not swap or ufs or something else), then the superblock
      is corrupt, and you might try running e2fsck with an alternate superblock:
      e2fsck -b 8193 <device>
      or
      e2fsck -b 32768 <device>

      Found a gpt partition table in /dev/sdb


      A commentary on the cause: https://www.redhat.com/archives/rhl-list/2006-October/msg03892.html



      Because it's a GPT hackintosh drive:



      $ sudo gdisk /dev/sdb -l
      GPT fdisk (gdisk) version 1.0.3

      Partition table scan:
      MBR: protective
      BSD: not present
      APM: not present
      GPT: present

      Found valid GPT with protective MBR; using GPT.
      Disk /dev/sdb: 1953525168 sectors, 931.5 GiB
      Model: ST31000524AS
      Sector size (logical/physical): 512/512 bytes
      Disk identifier (GUID): 384E6D96-A1EE-4D32-8FE5-14B63E4BF049
      Partition table holds up to 128 entries
      Main partition table begins at sector 2 and ends at sector 33
      First usable sector is 34, last usable sector is 1953525134
      Partitions will be aligned on 8-sector boundaries
      Total free space is 262157 sectors (128.0 MiB)


      Verify disk passes:



      $ sudo gdisk /dev/sdb
      $ v
      No problems found. 262157 free sectors (128.0 MiB) available in 2
      segments, the largest of which is 262151 (128.0 MiB) in size.









      share|improve this question
















      This Motherboard with a triple boot setup, booting in AHCI mode



      Here is the relevant message (pulled from dmesg), note the long delay in timestamp between them:



      [ 6.528119] ata2: link is slow to respond, please be patient (ready=-19)
      [ 11.028120] ata2: SRST failed (errno=-16)
      [ 16.540117] ata2: link is slow to respond, please be patient (ready=-19)
      [ 21.040117] ata2: SRST failed (errno=-16)
      [ 26.552117] ata2: link is slow to respond, please be patient (ready=-19)
      [ 56.072118] ata2: SRST failed (errno=-16)
      [ 56.072125] ata2: limiting SATA link speed to 1.5 Gbps
      [ 61.104117] ata2: SRST failed (errno=-16)
      [ 61.104142] ata2: reset failed, giving up


      Seems to work fine on Windows. It's just an Ubuntu issue.



      All my drives seem firmly connected, with no jumpers, most are SSD but some are IDE. I have like 6 drives. One is a Hackintosh (Mac GPT drive) and another is Windows. One SSD is connected via eSATA



      I don't know if ata2 is the same as /dev/sdb but if it is, this may be interesting:



      $ sudo fsck /dev/sdb 
      fsck from util-linux 2.31.1
      e2fsck 1.44.1 (24-Mar-2018)
      ext2fs_open2: Bad magic number in super-block
      fsck.ext2: Superblock invalid, trying backup blocks...
      fsck.ext2: Bad magic number in super-block while trying to open /dev/sdb

      The superblock could not be read or does not describe a valid ext2/ext3/ext4
      filesystem. If the device is valid and it really contains an ext2/ext3/ext4
      filesystem (and not swap or ufs or something else), then the superblock
      is corrupt, and you might try running e2fsck with an alternate superblock:
      e2fsck -b 8193 <device>
      or
      e2fsck -b 32768 <device>

      Found a gpt partition table in /dev/sdb


      A commentary on the cause: https://www.redhat.com/archives/rhl-list/2006-October/msg03892.html



      Because it's a GPT hackintosh drive:



      $ sudo gdisk /dev/sdb -l
      GPT fdisk (gdisk) version 1.0.3

      Partition table scan:
      MBR: protective
      BSD: not present
      APM: not present
      GPT: present

      Found valid GPT with protective MBR; using GPT.
      Disk /dev/sdb: 1953525168 sectors, 931.5 GiB
      Model: ST31000524AS
      Sector size (logical/physical): 512/512 bytes
      Disk identifier (GUID): 384E6D96-A1EE-4D32-8FE5-14B63E4BF049
      Partition table holds up to 128 entries
      Main partition table begins at sector 2 and ends at sector 33
      First usable sector is 34, last usable sector is 1953525134
      Partitions will be aligned on 8-sector boundaries
      Total free space is 262157 sectors (128.0 MiB)


      Verify disk passes:



      $ sudo gdisk /dev/sdb
      $ v
      No problems found. 262157 free sectors (128.0 MiB) available in 2
      segments, the largest of which is 262151 (128.0 MiB) in size.






      boot hard-drive sata






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited May 26 '18 at 17:27







      Jonathan

















      asked May 24 '18 at 20:55









      JonathanJonathan

      1,34531532




      1,34531532






      This question has an open bounty worth +100
      reputation from Jonathan ending ending at 2019-04-17 06:02:51Z">in 7 days.


      This question has not received enough attention.


      A solution that improves boottime is needed








      This question has an open bounty worth +100
      reputation from Jonathan ending ending at 2019-04-17 06:02:51Z">in 7 days.


      This question has not received enough attention.


      A solution that improves boottime is needed






















          0






          active

          oldest

          votes












          Your Answer








          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "89"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1039982%2fslow-ubuntu-boot-ata2-srst-failed-errno-16-and-ata2-reset-failed-giving%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Ask Ubuntu!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1039982%2fslow-ubuntu-boot-ata2-srst-failed-errno-16-and-ata2-reset-failed-giving%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Möglingen Índice Localización Historia Demografía Referencias Enlaces externos Menú de navegación48°53′18″N 9°07′45″E / 48.888333333333, 9.129166666666748°53′18″N 9°07′45″E / 48.888333333333, 9.1291666666667Sitio web oficial Mapa de Möglingen«Gemeinden in Deutschland nach Fläche, Bevölkerung und Postleitzahl am 30.09.2016»Möglingen

          Virtualbox - Configuration error: Querying “UUID” failed (VERR_CFGM_VALUE_NOT_FOUND)“VERR_SUPLIB_WORLD_WRITABLE” error when trying to installing OS in virtualboxVirtual Box Kernel errorFailed to open a seesion for the virtual machineFailed to open a session for the virtual machineUbuntu 14.04 LTS Virtualbox errorcan't use VM VirtualBoxusing virtualboxI can't run Linux-64 Bit on VirtualBoxUnable to insert the virtual optical disk (VBoxguestaddition) in virtual machine for ubuntu server in win 10VirtuaBox in Ubuntu 18.04 Issues with Win10.ISO Installation

          Antonio De Lisio Carrera Referencias Menú de navegación«Caracas: evolución relacional multipleja»«Cuando los gobiernos subestiman a las localidades: L a Iniciativa para la Integración de la Infraestructura Regional Suramericana (IIRSA) en la frontera Colombo-Venezolana»«Maestría en Planificación Integral del Ambiente»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»«Conózcanos»«Caracas: evolución relacional multipleja»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»