Grub 09_slackware_linux and 25_bli
by kmreiserfs from LinuxQuestions.org on (#6P9AN)
Hello guys, i updated my Slackware64-current yesterday and after creating my initrd i updated my grub with grub-mkconfig -o /boot/grub/grub.cfg
This time grub entered in a rebooting loop.
So i used the liveUSB to revert the grub.cfg (with a backup) and changed the kernel to boot again.
Grub was working again, so i used diff to check what is wrong in the new grub.cfg
Everything looks the same except two new includes
Code:### BEGIN /etc/grub.d/09_slackware_linux ###(looks the same of /etc/grub.d/10_linux, but cleaner)
and
Code:### BEGIN /etc/grub.d/25_bli ###
if [ "$grub_platform" = "efi" ]; then
insmod bli
fi
### END /etc/grub.d/25_bli ###I saw in the changelog by the date of these new files it was on the rebuilt of grub
And what i am missing that one of these configs is making my grub enter in loop.
Best regards.
This time grub entered in a rebooting loop.
So i used the liveUSB to revert the grub.cfg (with a backup) and changed the kernel to boot again.
Grub was working again, so i used diff to check what is wrong in the new grub.cfg
Everything looks the same except two new includes
Code:### BEGIN /etc/grub.d/09_slackware_linux ###(looks the same of /etc/grub.d/10_linux, but cleaner)
and
Code:### BEGIN /etc/grub.d/25_bli ###
if [ "$grub_platform" = "efi" ]; then
insmod bli
fi
### END /etc/grub.d/25_bli ###I saw in the changelog by the date of these new files it was on the rebuilt of grub
- grub-2.12-x86_64-11.txz Jul 10 17:48:01 UTC 2024
- grub-2.12-x86_64-10.txz Jun 27 21:37:48 UTC 2024
And what i am missing that one of these configs is making my grub enter in loop.
Best regards.