0

I am running Ubuntu 16. I got this error every time I try to run the update-grub command.

Zanna
  • 70,465

1 Answers1

1

Just solved it: in Ubuntu this command does not work:

su -i

instead, I used

sudo -i 

After that I exported these paths:

export PATH=/usr/sbin:/usr/bin:/sbin:/bin

then

update-grub