[Bug 237261] Boot stuck in endless ATAPI_IDENTIFY attempts
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Apr 13 14:50:44 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237261
Bug ID: 237261
Summary: Boot stuck in endless ATAPI_IDENTIFY attempts
Product: Base System
Version: 11.2-RELEASE
Hardware: i386
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: kern
Assignee: bugs at FreeBSD.org
Reporter: mi at FreeBSD.org
Created attachment 203644
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=203644&action=edit
dmesg of 8.2 booting on the same machine
This problem affects both 11.2 and 12.0 on my old laptop. The machine boots
fine into 8.2 (dmesg attached).
I may be misreading the boot-messages, but it looks like it identifies 3
storage devices:
1. An SSD (ada0)
2. A CD/DVD (cd0)
3. Sony's "memory stick" reader -- with no media inserted
The boot reports:
GEOM: new disk cd0
GEOM: new disk ada0
and then goes into infinite cycle of (retyping):
(aprobe0:ata1:0:1:0): ATAPI_IDENTIFY. ACB: a1 00 00 00 00 40 00 00 00 00 00 00
(aprobe0:ata1:0:1:0): CAM status: Command timeout
(aprobe0:ata1:0:1:0): Retrying command
...
(aprobe0:ata1:0:1:0): ATAPI_IDENTIFY. ACB: a1 00 00 00 00 40 00 00 00 00 00 00
(aprobe0:ata1:0:1:0): CAM status: Command timeout
(aprobe0:ata1:0:1:0): Retries exhausted
...
It then resets ata1 and tries again... And again...
Because 8.2 continues to boot fine, I do not believe, anything is wrong with
the hardware.
The Bug #202712 is similar, but over there the hang is over the SETFEATURES SET
TRANSFER MODE -- my laptop can't get through the ATAPI_IDENTIFY...
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list