Open JonathonHall-Purism opened 9 months ago
Handling the $2
seems possible if $title
wasn't broken in the first place, but handling the loop that sets $title
isn't trivial. In this case it would work if executed in a shell, but I'm not sure if that's always true.
This was reported on the Librem 11 and it's possible to boot these manually from the recovery shell as a workaround: https://forums.puri.sm/t/librem-11-seabios-coreboot-does-not-recognize-keyboard-pureboot-does-not-boot-usb/22433/19
Non-directly related #1499
Heads can't boot Manjaro or Garuda ISOs. Both of these use variables in the GRUB configuration that Heads doesn't understand.
In this menu item, Heads would need to know the content of "$title" and that it will become "$2" in the menu entry. (This becomes part of the kernel file name and some important command line parameters.
$kopt
is not critical, it boots without it.)