Thanks for the response Phill but I already have found an easier workaround :) If others want to try it;
I have commented out the GRUB_HIDDEN* fields like this;
GRUB_DEFAULT=0 #GRUB_HIDDEN_TIMEOUT=0 #GRUB_HIDDEN_TIMEOUT_QUIET=true GRUB_TIMEOUT=5
Now I don't get that warning when updating GRUB and my countdown timer was changed to 5s from 10s. I have no idea why those 2 are not commented out by default to avoid this.....
Thanks for the response Phill but I already have found an easier workaround :) If others want to try it;
I have commented out the GRUB_HIDDEN* fields like this;
GRUB_DEFAULT=0 TIMEOUT= 0 TIMEOUT_ QUIET=true
#GRUB_HIDDEN_
#GRUB_HIDDEN_
GRUB_TIMEOUT=5
Now I don't get that warning when updating GRUB and my countdown timer was changed to 5s from 10s. I have no idea why those 2 are not commented out by default to avoid this.....