Associate
- Joined
- 15 Apr 2008
- Posts
- 1,031
- Location
- West Didsbury, Manchester
Also, instead of running sudo update-grub I would run:
update-grub is just a alias for grub-mkconfig -o /boot/grub/grub.cfg, but if you run the actual command you at least know exactly what is happening!
Code:
sudo grub-mkconfig -o /boot/grub/grub.cfg
update-grub is just a alias for grub-mkconfig -o /boot/grub/grub.cfg, but if you run the actual command you at least know exactly what is happening!