On Thu, 19 Jun 2025 18:05:18 +0000 Lloyd <ng2...@proton.me> wrote: > Janne Johansson <icepic...@gmail.com> wrote: > > > that doesn't sound 100% like out-of-space. > > > > Disk space was my first guess, but unlikely: > > Filesystem Size Used Avail Capacity Mounted on > /dev/sd0a 384M 276M 89.6M 76% / > /dev/sd0k 2.9G 328K 2.7G 1% /home > /dev/sd0d 500M 8.0K 475M 1% /tmp > /dev/sd0f 8.8G 2.1G 6.3G 25% /usr > /dev/sd0g 1.7G 222M 1.4G 14% /usr/local > /dev/sd0e 702M 15.5M 651M 3% /var >
not 100% conjecture, but not 100% science either: You have <90MB on /, which is where relinking happens, on a ~30MB kernel. Thats a bit tight. My guess is more than one thing was moving things around in the first relink attempt, and in your second attempt less of the filesystem was in use at that time so it had (barely) enough space to do its thing. > I was able to manually run reorder_kernel immediately after > and it succeeded.