postmarketos-mkinitfs upgrade failing - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120) +--- Forum: PinePhone Software (https://forum.pine64.org/forumdisplay.php?fid=121) +---- Forum: PostmarketOS on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=124) +---- Thread: postmarketos-mkinitfs upgrade failing (/showthread.php?tid=10252) |
postmarketos-mkinitfs upgrade failing - HL34n - 06-14-2020 Hello, Today, a new version of postmarketos-mkinitfs tried to install when I ran apk upgrade. However, the trigger script errored out, so it couldn't install the upgrade. I ran apk fix to try and redo the installation, but it failed again. Code: pinephone:~$ sudo apk fix Running apk fix, it gets picked up as improperly installed again. The file it is looking for does not exist, there is an ls output at the bottom. Any ideas? It'd be much appreciated. Thanks in advance! RE: postmarketos-mkinitfs upgrade failing - PureTryOut - 06-16-2020 Please make sure the kernel package is installed. "/boot/vmlinuz-postmarketos-allwinner" is provided by linux-postmarketos-allwinner so "apk add linux-postmarketos-allwinner" should do the trick. I wonder why it got uninstalled for you, that will break booting. RE: postmarketos-mkinitfs upgrade failing - HL34n - 06-16-2020 (06-16-2020, 12:25 AM)PureTryOut Wrote: Please make sure the kernel package is installed. "/boot/vmlinuz-postmarketos-allwinner" is provided by linux-postmarketos-allwinner so "apk add linux-postmarketos-allwinner" should do the trick. I wonder why it got uninstalled for you, that will break booting.Looks like this was indeed the package with issues, however it was already installed. Solution was: Code: sudo apk fix linux-postmarketos-allwinner Code: sudo apk fix Thanks for the help. Just a quick aside - if these are kernel updates, does that mean there's no difference (from a hardware support perspective) between flashing a new image and simply running "apk upgrade" on an existing install? RE: postmarketos-mkinitfs upgrade failing - PureTryOut - 06-18-2020 Yes there is no different between "apk upgrade -a" and a new install. We never told anyone to reflash when a new image goes live so I wonder where people got the idea from that it would be required. It's just a regular Linux distribution after all. |