You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.
Hi, I think Your faulty menuentry is not activate a fallback because the 'dfdasfasfas;' is not a real command and is catch as a syntex error not a module error.
Lets try
menuentry "noe" {
echo "222222222222222222";
linux dfdasfasfas;
boot;
}
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
set timeout=3
set fallback=0
set default=1
menuentry "nor" {
echo "0000000000000000000";
boot;
read;
}
menuentry "noe" {
echo "222222222222222222";
dfdasfasfas;
boot;
}
menuentry "now" {
echo "33333333333333333";
read;
}
The text was updated successfully, but these errors were encountered: