[EDIT]
DISCLAIMER: This is just a proof-of-concept and shouldn't be used in a production environment.
The idea for this is for experienced people to test and brush off any possible issues.
If you don't know how to, DO NOT TRY IT UNTIL IT'S READY AND RELEASED!!!
[/EDIT]
Following the instructions from votdev
Install OMV7 on Debian 12 (Bookworm) - Guides - openmediavault
This is what has been going on, on the Pi5:
Flashed SDcard with RaspiOS 64 Lite (Bookworm) with pre-sets for:
Hostname
Locale (PT)
SSH enabled
USER name and PASSWORD
WiFi Network configured with SSID and PASSWORD
Booted first time and accessed via SSH with no issues.
apt install screen tree
Ran commands has guide instructs on a screen session (just in case)
After reboot now, systemd network-wait-online service was taking a huge amount of time to come up and constantly reseting the time taken.
omv-firstaid showed no interfaces for the network (although I had eth0 and Internet function)
Ran local, sudo raspi-config and disabled the A2 Network Interface Names Enable/disable predictable network i/f names
After reboot now, omv-firstaid showed the eth0 interface.
Configured it again with DHCPv4 only and after reboot, systemd didn't hog up anymore.
Disabled openmediavault-issue since it hogged +6 seconds on boot.
For now, this is what is going on:
pi@raspberrypi:~ $ sudo systemd-analyze critical-chain
The time when unit became active or started is printed after the "@" character.
The time the unit took to start is printed after the "+" character.
multi-user.target @10.019s
└─collectd.service @9.730s +140ms
└─rrdcached.service @9.340s +360ms
└─network-online.target @9.305s
└─NetworkManager-wait-online.service @3.625s +5.679s
└─NetworkManager.service @3.293s +328ms
└─dbus.service @2.956s +313ms
└─basic.target @2.935s
└─sockets.target @2.935s
└─triggerhappy.socket @2.935s
└─sysinit.target @2.934s
└─systemd-resolved.service @2.610s +323ms
└─systemd-tmpfiles-setup.service @2.519s +57ms
└─local-fs.target @2.500s
└─run-credentials-systemd\x2dtmpfiles\x2dsetup.service.mount @2.525s
└─local-fs-pre.target @1.741s
└─systemd-tmpfiles-setup-dev.service @1.628s +112ms
└─systemd-sysusers.service @1.531s +95ms
└─systemd-remount-fs.service @1.433s +68ms
└─systemd-journald.socket @1.128s
└─system.slice @919ms
└─-.slice @919ms
Display More
It's fast.
What I'm surprised is the IDLE temp even with the oficial COOLER:
VS my CM4 with a hacked passive cooler with mini FAN on top (not much different from the Pi5 solution)
All I need now, is the flashmemory plugin to continue to test the rest,