Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview

There are instances where the Qstick does not boot up properly and instead of going straight to the login screen, drops through to an initramfs command line prompt, like the image below.

...

The solution below works when Linux Mint 18.3 drops through to the (initramfs) prompt after updating the Linux kernel. There may be other instances where it does not work. Three commands must be run at the command prompt.

1. Run the exit Command

First enter exit at the initramfs prompt.

...

In the example image, the file system name is /dev/mapper/mint--vg-root. Your file system path will probably be different, so use the information displayed on your system in the next command.

2. Run the fsck Command

Use the fsck command with the file system path determined above. This is in the following format.

...

When the fsck command runs after entering it as above, it fixes the system. Text scrolls on the screen while it is busy.

3. Run the reboot Command

Finally enter the reboot command at the (initramfs) command prompt.

...