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
the keyword disabled (see refind sample config) is not handled. Instead refind-btrfs returns ERROR (refind_btrfs.state_management.refind_btrfs_machine/refind_btrfs_machine.py/run): Boot stanza is not matched with the partition!
The text was updated successfully, but these errors were encountered:
These boot stanzas (the ones in which the "disabled" keyword is present) are completely ignored. This error could be caused by a legitimate problem with the found boot stanza.
I found out, what's happening: If two menu entries exist which both boot the same kernel, an error is thrown. Naturally you disable one entry. You are now left with a different error: ERROR: Boot stanza is not matched with the partition!
Tl;Dr: if two menu options with the same kernel exist, even though one is disabled, an error is thrown. One that doesn't even make much sense from a user's perspective
the keyword
disabled
(see refind sample config) is not handled. Instead refind-btrfs returnsERROR (refind_btrfs.state_management.refind_btrfs_machine/refind_btrfs_machine.py/run): Boot stanza is not matched with the partition!
The text was updated successfully, but these errors were encountered: