Public bug reported: 1. Fresh install Ubuntu server 26.04 with the daily build 20260202 2. Install tboot package: # apt update; apt install -y tboot 3. It will fail with output "version_find_latest command not found" when use command grub-mkconfig or update-grub to generate grub configuration file
4. The root cause is that following file will use the command ""version_find_latest command" /etc/grub.d/20_linux_tboot: current_tboot=`version_find_latest $tboot_list` linux=`version_find_latest $list` /etc/grub.d/20_linux_xen_tboot: current_xen=`version_find_latest $xen_list` current_tboot=`version_find_latest $tlist` linux=`version_find_latest $list` Below is a same issue in Ubuntu 24.04, but does not fix the configuration file resided in tboot package, please fix it, thanks. https://bugs.launchpad.net/ubuntu/+source/tboot/+bug/2051347 ** Affects: tboot (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2141727 Title: [Ubuntu 26.04] grub-mkconfig fails version_find_latest command not found To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/tboot/+bug/2141727/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
