When I try those commands I get error messages (see below). I just remembered something that might be related to this bug. A few months ago I followed a guide to fix a boot error (the computer would not boot into ubuntu without live DVD). I was able to fix the boot problem, but maybe its solution is causing this bug? Here is the guide I followed: http://heeris.id.au/2014/ubuntu-plus-mac-pure-efi-boot/#fixing-efi cristina@asuka:~$ sudo apt install strace [sudo] password for cristina: Reading package lists... Done Building dependency tree Reading state information... Done strace is already the newest version (4.11-1ubuntu3). The following packages were automatically installed and are no longer required: linux-headers-4.4.0-81 linux-headers-4.4.0-81-generic linux-image-4.4.0-81-generic linux-image-extra-4.4.0-81-generic linux-signed-image-4.4.0-81-generic Use 'sudo apt autoremove' to remove them. 0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded. 2 not fully installed or removed. After this operation, 0 B of additional disk space will be used. Do you want to continue? [Y/n] y Setting up grub-efi-amd64-signed (1.66.12+2.02~beta2-36ubuntu3.12) ... Installing for x86_64-efi platform. grub-install: error: Can't create file: No such file or directory. dpkg: error processing package grub-efi-amd64-signed (--configure): subprocess installed post-installation script returned error exit status 1 Setting up shim-signed (1.32~16.04.1+0.9+1474479173.6c180c6-1ubuntu1) ... Installing for x86_64-efi platform. grub-install: error: Can't create file: No such file or directory. dpkg: error processing package shim-signed (--configure): subprocess installed post-installation script returned error exit status 1 Errors were encountered while processing: grub-efi-amd64-signed shim-signed E: Sub-process /usr/bin/dpkg returned an error code (1) cristina@asuka:~$ sudo strace -ff -o /tmp/grub-install-trace -s 256 grub-install --target=x86_64-efi Installing for x86_64-efi platform. grub-install: error: Can't create file: No such file or directory. cristina@asuka:~$ On 8/1/17, Steve Langasek