Skip to content
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.

set fallback=1 it not work? #94

Open
starzc-galaxy opened this issue May 14, 2022 · 1 comment
Open

set fallback=1 it not work? #94

starzc-galaxy opened this issue May 14, 2022 · 1 comment

Comments

@starzc-galaxy
Copy link

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;
}

@celebum
Copy link

celebum commented Apr 28, 2023

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants