Christopher Champion disse:
Hey, I figured the issue out and I was wanting to let you know just for future reference just in case somebody else has the same issue.
It was something so simple that I don't know why I didn't do it to start with but all I had to do was :
- Delete the 40_custom file :
sudo rm /etc/grub.d/40_custom
- Update the grub configuration :
sudo update-grub
- Then make the 40_custom file again by typing :
sudo gedit /etc/grub.d/40_custom
and write the script again.- Make it executable :
sudo chmod +x 40_custom
- then run
sudo update-grub
again