See below. Interestingly "sudo grub2-mkconfig" resulted in permission denied but "su" worked. Nevertheless, I am stilled faced w/
[pi@raspi ~]$ lsb_release -d;uname -r
Description: Fedora release 29 (Twenty Nine)
5.0.10-200.fc29.aarch64
Thanks, Thomas
[pi@raspi ~]$ lsb_release -d;uname -r
Description: Fedora release 29 (Twenty Nine)
5.0.10-200.fc29.aarch64
[pi@raspi ~]$ rpm -qa| grep kernel| sort
kernel-5.0.10-200.fc29.aarch64
kernel-5.0.6-200.fc29.aarch64
kernel-5.0.9-200.fc29.aarch64
kernel-core-5.0.10-200.fc29.aarch64
kernel-core-5.0.6-200.fc29.aarch64
kernel-core-5.0.9-200.fc29.aarch64
kernel-headers-5.0.9-200.fc29.aarch64
kernel-modules-5.0.10-200.fc29.aarch64
kernel-modules-5.0.6-200.fc29.aarch64
kernel-modules-5.0.9-200.fc29.aarch64
kernel-tools-5.0.9-200.fc29.aarch64
kernel-tools-libs-5.0.9-200.fc29.aarch64
[[pi@raspi ~]$ sudo grub2-mkconfig > /boot/efi/EFI/fedora/grub.cfg
-bash: /boot/efi/EFI/fedora/grub.cfg: Permission denied
[pi@raspi ~]$ su
Password:
[root@raspi pi]# grub2-mkconfig > /boot/efi/EFI/fedora/grub.cfg
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.0.10-200.fc29.aarch64
Found initrd image: /boot/initramfs-5.0.10-200.fc29.aarch64.img
Found linux image: /boot/vmlinuz-5.0.9-200.fc29.aarch64
Found initrd image: /boot/initramfs-5.0.9-200.fc29.aarch64.img
Found linux image: /boot/vmlinuz-5.0.6-200.fc29.aarch64
Found initrd image: /boot/initramfs-5.0.6-200.fc29.aarch64.img
done
On Fri, May 3, 2019 at 9:45 PM Peter Robinson <pbrobinson@xxxxxxxxx> wrote:
> https://fedoraproject.org/wiki/Architectures/ARM/Raspberry_Pi#aarch64_supported_images_for_Raspberry_Pi_3 only quotes Fedora 29.
>
> Description: Fedora release 30 (Thirty)
> in combination w/
> 5.0.10-200.fc29.aarch64
>
> is the concern. Thanks.
Ah, missed the f29 bit. What does the following return?
"rpm -qa| grep kernel| sort"
I suspect you might just need to regenerate the grub config for the
new BLS feature which you can do with:
"grub2-mkconfig > /boot/efi/EFI/fedora/grub.cfg"
_______________________________________________ arm mailing list -- arm@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to arm-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/arm@xxxxxxxxxxxxxxxxxxxxxxx