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
Oops, it seems I misunderstood the manual here. --index is supposed to modify the bootorder of the new entry, not the hex. The --bootnum argument is what I was looking for.
That being said, the IOT instruction problem is something that should probably still be fixed.
This is my starting configuration:
The aim here is to add an entry at a specific index, and then save this index so it can be removed again later (projg2/installkernel-gentoo#19).
However, the
-I
argument causes complaints, even though it is valid according to the--help
:Writing it out in full as
--index
causes the argument to be recognized, but entries are still added to the first available index (0000):Using
-c
instead of-C
, causesIOT instruction
:The text was updated successfully, but these errors were encountered: