-
I just had a sensor node that had a /boot of 500M that was too full to do upgrades. |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 12 replies
-
Was this sensor installed from our Security Onion ISO image or did you perform a network installation? |
Beta Was this translation helpful? Give feedback.
-
It was seco 2.4.10-20230821.iso |
Beta Was this translation helpful? Give feedback.
-
Perhaps use /boot/efi mountpoint for the 500M partition and keep the rest of /boot under normal / mountpoint. |
Beta Was this translation helpful? Give feedback.
-
I like the way the script tells you exactly what's wrong. Bigger /boot maybe better, if you like keeping stuff hanging around. Probably extrapolate a whole major version of updates based on x#fixes/month for a couple years without much of a disk premium these days. |
Beta Was this translation helpful? Give feedback.
-
I just came across this thread as I ran into the same issue. Tried running soup which failed due to lack of space on /boot. I did the checks suggested above but it only confirmed that there was in fact a lack of space. I ended up running dnf remove on the packages that were to be removed by dnf update and that seems to have fixed things (update is still going as I'm writing this, but seems to have made it farther than last try). This was on a standalone ISO install and the install limit was at 2. |
Beta Was this translation helpful? Give feedback.
-
I just whacked the boot stuff I didn't want any longer. ;-) |
Beta Was this translation helpful? Give feedback.
Starting in 2.4.40, our ISO image will set /boot to 1GB:
#12002