Slow Ubuntu Boot [ata2: SRST failed (errno=-16)] and [ata2: reset failed, giving up] The 2019 Stack Overflow Developer Survey Results Are In Unicorn Meta Zoo #1: Why another podcast? Announcing the arrival of Valued Associate #679: Cesar Manara“ata2: link is slow to respond, please be patient” during bootCan'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
What information about me do stores get via my credit card?
Match Roman Numerals
Is every episode of "Where are my Pants?" identical?
Drawing vertical/oblique lines in Metrical tree (tikz-qtree, tipa)
ELI5: Why do they say that Israel would have been the fourth country to land a spacecraft on the Moon and why do they call it low cost?
Why can't devices on different VLANs, but on the same subnet, communicate?
What do I do when my TA workload is more than expected?
Can a flute soloist sit?
Why doesn't a hydraulic lever violate conservation of energy?
Homework question about an engine pulling a train
Are there continuous functions who are the same in an interval but differ in at least one other point?
Is it ethical to upload a automatically generated paper to a non peer-reviewed site as part of a larger research?
Huge performance difference of the command find with and without using %M option to show permissions
Didn't get enough time to take a Coding Test - what to do now?
Do working physicists consider Newtonian mechanics to be "falsified"?
Working through the single responsibility principle (SRP) in Python when calls are expensive
Intergalactic human space ship encounters another ship, character gets shunted off beyond known universe, reality starts collapsing
How to support a colleague who finds meetings extremely tiring?
Would an alien lifeform be able to achieve space travel if lacking in vision?
Why are PDP-7-style microprogrammed instructions out of vogue?
What aspect of planet Earth must be changed to prevent the industrial revolution?
Am I ethically obligated to go into work on an off day if the reason is sudden?
Do ℕ, mathbbN, BbbN, symbbN effectively differ, and is there a "canonical" specification of the naturals?
What force causes entropy to increase?
Slow Ubuntu Boot [ata2: SRST failed (errno=-16)] and [ata2: reset failed, giving up]
The 2019 Stack Overflow Developer Survey Results Are In
Unicorn Meta Zoo #1: Why another podcast?
Announcing the arrival of Valued Associate #679: Cesar Manara“ata2: link is slow to respond, please be patient” during bootCan'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;
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
add a comment |
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
add a comment |
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
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
boot hard-drive sata
edited May 26 '18 at 17:27
Jonathan
asked May 24 '18 at 20:55
JonathanJonathan
1,35531533
1,35531533
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Step 1 - Identify ATA2
It's a guess that ATA2
references /dev/sdb
. The way to find out for sure is using:
$ ll /sys/block/
total 0
drwxr-xr-x 2 root root 0 Apr 10 16:46 ./
dr-xr-xr-x 13 root root 0 Apr 4 21:05 ../
lrwxrwxrwx 1 root root 0 Apr 10 16:46 loop0 -> ../devices/virtual/block/loop0/
lrwxrwxrwx 1 root root 0 Apr 10 16:46 loop1 -> ../devices/virtual/block/loop1/
lrwxrwxrwx 1 root root 0 Apr 10 16:46 loop2 -> ../devices/virtual/block/loop2/
lrwxrwxrwx 1 root root 0 Apr 10 16:46 loop3 -> ../devices/virtual/block/loop3/
lrwxrwxrwx 1 root root 0 Apr 10 16:46 loop4 -> ../devices/virtual/block/loop4/
lrwxrwxrwx 1 root root 0 Apr 10 16:46 loop5 -> ../devices/virtual/block/loop5/
lrwxrwxrwx 1 root root 0 Apr 10 16:46 loop6 -> ../devices/virtual/block/loop6/
lrwxrwxrwx 1 root root 0 Apr 10 16:46 loop7 -> ../devices/virtual/block/loop7/
lrwxrwxrwx 1 root root 0 Apr 10 16:46 nvme0n1 -> ../devices/pci0000:00/0000:00:1d.0/0000:3e:00.0/nvme/nvme0/nvme0n1/
lrwxrwxrwx 1 root root 0 Apr 10 16:46 sda -> ../devices/pci0000:00/0000:00:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sda/
lrwxrwxrwx 1 root root 0 Apr 10 16:46 sr0 -> ../devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.3/1-1.3:1.0/host2/target2:0:0/2:0:0:0/block/sr0/
Ignore the loop1
through loop7
entries.
sda
(a hard drive) is on channelata2
nvme0n1
(an SSD) is on0000:3e:00.0
(actually hardwired to the CPU @ 40 GB/s)sr0
is onusb1
So your first step is to discover which devices are on ata2
Step 2 - Check devices
ide
devices can be chained with master/slave arrangement and if on ata2
you might need to check their settings whilst removing them one by one to ascertain which is defective.
Someone with same error discovered their DVD/CD drive on ata2
was the culprit and defective: "ata2: link is slow to respond, please be patient" during boot
Another person found a defective SSD was the problem: ata1: link is slow to respond, please be patient (ready=0)
By all means run fsck
or whatever drive testing utilities at your disposal too.
I'm traveling so I can't verify this yet but I'll give you the bounty and i'll followup later
– Jonathan
3 hours ago
add a comment |
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Step 1 - Identify ATA2
It's a guess that ATA2
references /dev/sdb
. The way to find out for sure is using:
$ ll /sys/block/
total 0
drwxr-xr-x 2 root root 0 Apr 10 16:46 ./
dr-xr-xr-x 13 root root 0 Apr 4 21:05 ../
lrwxrwxrwx 1 root root 0 Apr 10 16:46 loop0 -> ../devices/virtual/block/loop0/
lrwxrwxrwx 1 root root 0 Apr 10 16:46 loop1 -> ../devices/virtual/block/loop1/
lrwxrwxrwx 1 root root 0 Apr 10 16:46 loop2 -> ../devices/virtual/block/loop2/
lrwxrwxrwx 1 root root 0 Apr 10 16:46 loop3 -> ../devices/virtual/block/loop3/
lrwxrwxrwx 1 root root 0 Apr 10 16:46 loop4 -> ../devices/virtual/block/loop4/
lrwxrwxrwx 1 root root 0 Apr 10 16:46 loop5 -> ../devices/virtual/block/loop5/
lrwxrwxrwx 1 root root 0 Apr 10 16:46 loop6 -> ../devices/virtual/block/loop6/
lrwxrwxrwx 1 root root 0 Apr 10 16:46 loop7 -> ../devices/virtual/block/loop7/
lrwxrwxrwx 1 root root 0 Apr 10 16:46 nvme0n1 -> ../devices/pci0000:00/0000:00:1d.0/0000:3e:00.0/nvme/nvme0/nvme0n1/
lrwxrwxrwx 1 root root 0 Apr 10 16:46 sda -> ../devices/pci0000:00/0000:00:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sda/
lrwxrwxrwx 1 root root 0 Apr 10 16:46 sr0 -> ../devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.3/1-1.3:1.0/host2/target2:0:0/2:0:0:0/block/sr0/
Ignore the loop1
through loop7
entries.
sda
(a hard drive) is on channelata2
nvme0n1
(an SSD) is on0000:3e:00.0
(actually hardwired to the CPU @ 40 GB/s)sr0
is onusb1
So your first step is to discover which devices are on ata2
Step 2 - Check devices
ide
devices can be chained with master/slave arrangement and if on ata2
you might need to check their settings whilst removing them one by one to ascertain which is defective.
Someone with same error discovered their DVD/CD drive on ata2
was the culprit and defective: "ata2: link is slow to respond, please be patient" during boot
Another person found a defective SSD was the problem: ata1: link is slow to respond, please be patient (ready=0)
By all means run fsck
or whatever drive testing utilities at your disposal too.
I'm traveling so I can't verify this yet but I'll give you the bounty and i'll followup later
– Jonathan
3 hours ago
add a comment |
Step 1 - Identify ATA2
It's a guess that ATA2
references /dev/sdb
. The way to find out for sure is using:
$ ll /sys/block/
total 0
drwxr-xr-x 2 root root 0 Apr 10 16:46 ./
dr-xr-xr-x 13 root root 0 Apr 4 21:05 ../
lrwxrwxrwx 1 root root 0 Apr 10 16:46 loop0 -> ../devices/virtual/block/loop0/
lrwxrwxrwx 1 root root 0 Apr 10 16:46 loop1 -> ../devices/virtual/block/loop1/
lrwxrwxrwx 1 root root 0 Apr 10 16:46 loop2 -> ../devices/virtual/block/loop2/
lrwxrwxrwx 1 root root 0 Apr 10 16:46 loop3 -> ../devices/virtual/block/loop3/
lrwxrwxrwx 1 root root 0 Apr 10 16:46 loop4 -> ../devices/virtual/block/loop4/
lrwxrwxrwx 1 root root 0 Apr 10 16:46 loop5 -> ../devices/virtual/block/loop5/
lrwxrwxrwx 1 root root 0 Apr 10 16:46 loop6 -> ../devices/virtual/block/loop6/
lrwxrwxrwx 1 root root 0 Apr 10 16:46 loop7 -> ../devices/virtual/block/loop7/
lrwxrwxrwx 1 root root 0 Apr 10 16:46 nvme0n1 -> ../devices/pci0000:00/0000:00:1d.0/0000:3e:00.0/nvme/nvme0/nvme0n1/
lrwxrwxrwx 1 root root 0 Apr 10 16:46 sda -> ../devices/pci0000:00/0000:00:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sda/
lrwxrwxrwx 1 root root 0 Apr 10 16:46 sr0 -> ../devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.3/1-1.3:1.0/host2/target2:0:0/2:0:0:0/block/sr0/
Ignore the loop1
through loop7
entries.
sda
(a hard drive) is on channelata2
nvme0n1
(an SSD) is on0000:3e:00.0
(actually hardwired to the CPU @ 40 GB/s)sr0
is onusb1
So your first step is to discover which devices are on ata2
Step 2 - Check devices
ide
devices can be chained with master/slave arrangement and if on ata2
you might need to check their settings whilst removing them one by one to ascertain which is defective.
Someone with same error discovered their DVD/CD drive on ata2
was the culprit and defective: "ata2: link is slow to respond, please be patient" during boot
Another person found a defective SSD was the problem: ata1: link is slow to respond, please be patient (ready=0)
By all means run fsck
or whatever drive testing utilities at your disposal too.
I'm traveling so I can't verify this yet but I'll give you the bounty and i'll followup later
– Jonathan
3 hours ago
add a comment |
Step 1 - Identify ATA2
It's a guess that ATA2
references /dev/sdb
. The way to find out for sure is using:
$ ll /sys/block/
total 0
drwxr-xr-x 2 root root 0 Apr 10 16:46 ./
dr-xr-xr-x 13 root root 0 Apr 4 21:05 ../
lrwxrwxrwx 1 root root 0 Apr 10 16:46 loop0 -> ../devices/virtual/block/loop0/
lrwxrwxrwx 1 root root 0 Apr 10 16:46 loop1 -> ../devices/virtual/block/loop1/
lrwxrwxrwx 1 root root 0 Apr 10 16:46 loop2 -> ../devices/virtual/block/loop2/
lrwxrwxrwx 1 root root 0 Apr 10 16:46 loop3 -> ../devices/virtual/block/loop3/
lrwxrwxrwx 1 root root 0 Apr 10 16:46 loop4 -> ../devices/virtual/block/loop4/
lrwxrwxrwx 1 root root 0 Apr 10 16:46 loop5 -> ../devices/virtual/block/loop5/
lrwxrwxrwx 1 root root 0 Apr 10 16:46 loop6 -> ../devices/virtual/block/loop6/
lrwxrwxrwx 1 root root 0 Apr 10 16:46 loop7 -> ../devices/virtual/block/loop7/
lrwxrwxrwx 1 root root 0 Apr 10 16:46 nvme0n1 -> ../devices/pci0000:00/0000:00:1d.0/0000:3e:00.0/nvme/nvme0/nvme0n1/
lrwxrwxrwx 1 root root 0 Apr 10 16:46 sda -> ../devices/pci0000:00/0000:00:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sda/
lrwxrwxrwx 1 root root 0 Apr 10 16:46 sr0 -> ../devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.3/1-1.3:1.0/host2/target2:0:0/2:0:0:0/block/sr0/
Ignore the loop1
through loop7
entries.
sda
(a hard drive) is on channelata2
nvme0n1
(an SSD) is on0000:3e:00.0
(actually hardwired to the CPU @ 40 GB/s)sr0
is onusb1
So your first step is to discover which devices are on ata2
Step 2 - Check devices
ide
devices can be chained with master/slave arrangement and if on ata2
you might need to check their settings whilst removing them one by one to ascertain which is defective.
Someone with same error discovered their DVD/CD drive on ata2
was the culprit and defective: "ata2: link is slow to respond, please be patient" during boot
Another person found a defective SSD was the problem: ata1: link is slow to respond, please be patient (ready=0)
By all means run fsck
or whatever drive testing utilities at your disposal too.
Step 1 - Identify ATA2
It's a guess that ATA2
references /dev/sdb
. The way to find out for sure is using:
$ ll /sys/block/
total 0
drwxr-xr-x 2 root root 0 Apr 10 16:46 ./
dr-xr-xr-x 13 root root 0 Apr 4 21:05 ../
lrwxrwxrwx 1 root root 0 Apr 10 16:46 loop0 -> ../devices/virtual/block/loop0/
lrwxrwxrwx 1 root root 0 Apr 10 16:46 loop1 -> ../devices/virtual/block/loop1/
lrwxrwxrwx 1 root root 0 Apr 10 16:46 loop2 -> ../devices/virtual/block/loop2/
lrwxrwxrwx 1 root root 0 Apr 10 16:46 loop3 -> ../devices/virtual/block/loop3/
lrwxrwxrwx 1 root root 0 Apr 10 16:46 loop4 -> ../devices/virtual/block/loop4/
lrwxrwxrwx 1 root root 0 Apr 10 16:46 loop5 -> ../devices/virtual/block/loop5/
lrwxrwxrwx 1 root root 0 Apr 10 16:46 loop6 -> ../devices/virtual/block/loop6/
lrwxrwxrwx 1 root root 0 Apr 10 16:46 loop7 -> ../devices/virtual/block/loop7/
lrwxrwxrwx 1 root root 0 Apr 10 16:46 nvme0n1 -> ../devices/pci0000:00/0000:00:1d.0/0000:3e:00.0/nvme/nvme0/nvme0n1/
lrwxrwxrwx 1 root root 0 Apr 10 16:46 sda -> ../devices/pci0000:00/0000:00:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sda/
lrwxrwxrwx 1 root root 0 Apr 10 16:46 sr0 -> ../devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.3/1-1.3:1.0/host2/target2:0:0/2:0:0:0/block/sr0/
Ignore the loop1
through loop7
entries.
sda
(a hard drive) is on channelata2
nvme0n1
(an SSD) is on0000:3e:00.0
(actually hardwired to the CPU @ 40 GB/s)sr0
is onusb1
So your first step is to discover which devices are on ata2
Step 2 - Check devices
ide
devices can be chained with master/slave arrangement and if on ata2
you might need to check their settings whilst removing them one by one to ascertain which is defective.
Someone with same error discovered their DVD/CD drive on ata2
was the culprit and defective: "ata2: link is slow to respond, please be patient" during boot
Another person found a defective SSD was the problem: ata1: link is slow to respond, please be patient (ready=0)
By all means run fsck
or whatever drive testing utilities at your disposal too.
answered 2 days ago
WinEunuuchs2UnixWinEunuuchs2Unix
47.9k1192185
47.9k1192185
I'm traveling so I can't verify this yet but I'll give you the bounty and i'll followup later
– Jonathan
3 hours ago
add a comment |
I'm traveling so I can't verify this yet but I'll give you the bounty and i'll followup later
– Jonathan
3 hours ago
I'm traveling so I can't verify this yet but I'll give you the bounty and i'll followup later
– Jonathan
3 hours ago
I'm traveling so I can't verify this yet but I'll give you the bounty and i'll followup later
– Jonathan
3 hours ago
add a comment |
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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