Bug 42894 - Unnecessary HDIO_GET_IDENTITY message on boot
Summary: Unnecessary HDIO_GET_IDENTITY message on boot
Status: NEW
Alias: None
Product: IO/Storage
Classification: Unclassified
Component: Other (show other bugs)
Hardware: All Linux
: P1 normal
Assignee: io_other
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-09 07:12 UTC by David Clayton
Modified: 2016-03-21 18:15 UTC (History)
2 users (show)

See Also:
Kernel Version: 3.5.0-18
Subsystem:
Regression: No
Bisected commit-id:


Attachments

Description David Clayton 2012-03-09 07:12:24 UTC
When there is a USB drive connected at boot time, the kernel displays the message "....HDIO_GET_IDENTITY failure...." before starting the X system which is only going to confuse and alarm users as it is basically useless and has no relevance to the actual operation of the system.

I first noticed this on the Ubuntu 12.04 Alpha and subsequently Beta kernels, and confirmed it on the 3.3.0-rc6 kernel (which has additional diagnostic/debug messages).

It just looks like someone has forgotten to comment out this bit of diagnostic code in the kernel package, or it is not placed correctly in the diagnostic code segments that are not compiled in the production kernels.

This was originally reported at:

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/941271
Comment 1 David Clayton 2014-02-08 06:45:58 UTC
The bug seems to be only apparent when a USB connected rotational drive does not support certain features when interrogated by the kernel at start-up, so for most drives it may not appear but for my tiny 8GB SEAGATE ST68022CF non-SMART drive they do.

It still occurs on the 3.5.0-18-generic kernel on my Ubuntu 12.04 system.

Note You need to log in before you can comment on or make changes to this bug.