Hello,
On Tue, Jan 19, 2021 at 08:07:13PM +0100, Michael Ströder wrote:
> HI!
>
> I did a zypper dup on raspberri pi1 (armv6l) and rebooting with new
> kernel worked.
>
> But I'm concerned about some error/warning messages (see below).
>
> Any hint where to search for issues?
> Or simply ignore these messages?
>
> Ciao, Michael.
>
> Executing %posttrans script 'kmod-27-5.1.armv6hl.rpm'
> ------------------------------------------------------[\]
> Output of kmod-27-5.1.armv6hl.rpm %posttrans script:
> No kernel found in /boot or bad modules dir in /lib/modules
This is new. Note however that the posttrans used by kmod is all some
RPM macro which comes from some other package.
%post
%{?regenerate_initrd_post}
%posttrans
%{?regenerate_initrd_posttrans}
>
> Warning: kmod-27-5.1.armv6hl.rpm %posttrans script failed (returned 1)
> Executing %posttrans script 'grub2-arm-uboot-2.04-21.3.noarch.rpm'
> ..................<20%>=================================================[-]
> Output of grub2-arm-uboot-2.04-21.3.noarch.rpm %posttrans script:
> update-bootloader: 2021-01-19 18:43:52 <3> update-bootloader-3835
> run_command.294: '/usr/lib/bootloader/grub2-efi/install' failed with
> exit code 1, output:
> <<<<<<<<<<<<<<<<
> target = arm-efi
> + /usr/sbin/grub2-install --target=arm-efi
> Installing for arm-efi platform.
> Could not prepare Boot variable: Read-only file system
> /usr/sbin/grub2-install: error: efibootmgr failed to register the
> boot entry: Input/output error.
This looks like https://bugzilla.suse.com/show_bug.cgi?id=1178247
Thanks
Michal