There has been an issue reported where a cabinet's displays would not work properly.
In this particular instance, the error message is:
fsck from util-linux 2.26.2 /dev/sda6 contains a file system with errors, check forced. /dev/sda6: Inodes that were part of a corrupted orphan linked list found. /dev/sda6: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY. (i.e., without -a or -p options) fsck exited with status code 4 The root filesystem on /dev/sda6 requires a manual fsck Busybox v1.22.1 (Ubuntu 1:1.22.0-15ubuntu1) built in shell (ash) Enter 'help' for a list of built-in commands. (initramfs) _
If you see this message, run this command in the command line using a USB keyboard. (Type the text below and hit enter).
fsck /dev/mapper/KQ--vg-root
You will receive multiple questions asking for a y/n response. Type:
y
and press enter every time until the disk repair process is run.
Reboot and the problem should be fixed!