Closed henroFall closed 7 months ago
To start, you should follow the install guide - https://wiki.omv-extras.org/doku.php?id=omv7:raspberry_pi_install. the install script is meant for a new install with networking configured following the guide.
The install script doesn’t do anything with networking if you specify the -n flag. OMV uses netplan with systemd-networkd and it is OMV changing your networking.
Before installing, by default, my Raspberry Pi is using NetworkManager.
After installing, networkd is enabled.
This has caused issues with getting DHCP addresses, timeouts with the wait services, etc. This occurs even when running install with "-n" to bypass network config.
If install is turning on systemd, shouldn't it turn off NetworkManager? Or, should it not bypass all of it with -n ?