Hello,
I am searching for a equivalent for ‘update-grub’ like in Ubuntu in my OpenMandriva Installation.
with regards
Ch. Hanisch
Hello,
I am searching for a equivalent for ‘update-grub’ like in Ubuntu in my OpenMandriva Installation.
with regards
Ch. Hanisch
We use grub2. So to trigger grub2 update just run interminal:
sudo update-grub2
Hello,
Ok. - thank you very much.
PSA: if you want to make a shortcut to a command you can use ln -s TARGET LINK_NAME
So in this case, sudo ln -s /usr/bin/update-grub2 /usr/bin/update-grub
This will create a symbolic link named update-grub
to update-grub2
In case anyone uses a lot of other distros and have update-grub
hardwired into them on a regular basis.