I am running Ubuntu 16. I got this error every time I try to run the update-grub
command.
Asked
Active
Viewed 7,568 times
0
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
- 79
-
-
Well, I tried your suggestions and other answers but nothing work. This is the only thing works for me. – Ibraheem Aug 15 '17 at 12:04
-
-
-
sudo update-grub
– Zanna Aug 14 '17 at 10:03