I am running Ubuntu 16. I got this error every time I try to run the update-grub command.
Asked
Active
Viewed 8,441 times
1 Answers
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
Ibraheem
- 89