Categories
Knowledge Support Support Categories Products exacqVision Hardware

EFI /boot is full error

Affected Systems:

Linux 14.04

<br>

Problem:

Customer receives dialog box on user and admin OS accounts that EFI (/boot)is full.

<br>

Workaround:

  1. Give user account rights to /run/user/
    Open Terminal
    As admin: sudo chown user -R /run/user
  2. Disable housekeeping on admin account
    gsettings set org.gnome.settings-daemon.plugins.housekeeping active false
  3. Disable housekeeping on user account
    su user
    gsettings set org.gnome.settings-daemon.plugins.housekeeping active false