Installation Failure: /so-functions Input/Output Errors & Read-Only Filesystem on Fresh Install (2.4.141) #14547
Replies: 1 comment 11 replies
-
If you are installing from the Security Onion ISO, once that installation completes are you seeing a message "Press enter to reboot"? As shown here https://docs.securityonion.net/en/2.4/_images/03_initial_install_finished.png Can you share the output of running
Can you manually run a command like
or do you see errors with that as well? This looks like an issue with the filesystem |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the issue:
I'm encountering repeated installation failures when trying to install Security Onion version 2.4.141 using the official ISO image. After successful boot and seemingly normal setup progression, the installation ultimately fails with multiple errors related to
/so-functions
, such as:./so-functions: line 15: date: command not found
./so-functions: line 16: tee: command not found
/bin/sleep: Input/output error
/root/sosetup.log: Input/output error
The system also enters a read-only filesystem state, making further setup or recovery attempts impossible.
What I've tried:
D0426D8E55E01A0FBA15AFE0BB7887CCB724C07FE82DA706CD1592E6001CD12B
Environment:
Expected behavior:
Security Onion setup should complete and allow the system to boot into the configured interface (standalone mode) without file system corruption or missing critical commands.
Actual behavior:
Install crashes during final steps with filesystem errors and
/so-functions
command failures, making the installation unusable.Screenshots:
(Attached screenshots show input/output errors and command not found issues)
Request:
Could someone from the team confirm if this is a known issue with the ISO or VMware compatibility? Is there a workaround, or should I use the OVA file instead?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions