[SOLVED] Enabling grub.cfg automatic updates by monitoring snapshots path #130
-
Hi there, I wanted to enable the update of grub menus without performing I did
Am I missing something? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Hello, Nothing to do here.
|
Beta Was this translation helpful? Give feedback.
-
Within the second a change is applied in the /.snapshots path. |
Beta Was this translation helpful? Give feedback.
Hello,
Nothing to do here.
I think you use kubuntu distribution
Edit
/etc/default/grub-btrfs/config
Line 92:
#GRUB_BTRFS_MKCONFIG=/usr/bin/grub2-mkconfig
to
GRUB_BTRFS_MKCONFIG=/usr/sbin/grub-mkconfig
grub-update
on a debian like distribution is an alias for grub-mkconfigif
grub-mkconfig
isn't locate in/usr/sbin/
usefind / -name grub-mkconfig
command to find it.