What does "System information disabled due to load higher than 1.0" on boot indicate

I've been running a 14.04 installation on an old Dell machine for a few months without issue, but decided to add another larger disk drive, and reinstall. I removed an unneeded floppy drive in the process, and closed it in the bios too.

The installation went well, but I'm seeing input output errors from the newly added disk, it doesn't contain any system stuff, so booting seems to continue happily enough.

Why does the message System information disabled due to load higher than 1.0 appear when I log in?


This might be informative :

System load averages is the average number of processes that are either in a runnable or uninterruptable state. A process in a runnable state is either using the CPU or waiting to use the CPU. A process in unin‐ terruptable state is waiting for some I/O access, eg waiting for disk. The averages are taken over the three time intervals. Load averages are not normalized for the number of CPUs in a system, so a load aver‐ age of 1 means a single CPU system is loaded all the time while on a 4 CPU system it means it was idle 75% of the time.

In a practical sense what the system is telling you is -- wait I'm busy right now.

To see a listing of system load use the commands w or top or (if installed) htop. The last two processes are real time so you can actually watch the load go up if you are watching a video or other CPU intensive activity.