Open Nowa-Ammerlaan opened 7 months ago
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 (https://github.com/projg2/installkernel-gentoo/issues/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
: