Hi again!
Ok....I have never been happy with the fact that the development for the Proxmox kernel has come a long way and my machine doesn't seem to like anything over 5.19.17-2-pve and 6.11 is now offered in the latest OMV....
I have even done a complete reinstall of OMV - but the latest version 7.4.17-amd64...
I did the basic install and then added updates etc... I then tried all the Proxmox kernels which start with 6.2 and none of them work with this computer:
X99-M WS/SE Motherboard
E5-2620 Xeon 2.10 ghz processor
I then decided enough of the problems with the Proxmox kernel and decided to go back to the way things were before...and install ZFS via terminal for the existing kernel Linux 6.1.0-29-amd64...
I then installed the ZFS plugin, so it is easier to maintain from the webgui...
I had exported my pool for the server and reimported it via termianl and then added my shared folders and finally smb shares....
I created my normal user and everything is working fine and loads without any long delays....
I am as always truly grateful for the support on this forum and the latest from chente will serve as a guide if I have future problems..
What I did:
This is a UEFI motherboard so I have installed with that in mind...
As I pointed out above after the installation I installed the waiting updates....
I then installed omv-extras:
wget -O - https://github.com/OpenMediaVault-Plugin-Developers/packages/raw/master/install | bash
I always install via a terminal and PuTTY
I then installed ZFS:
apt install linux-headers-amd64 zfsutils-linux zfs-dkms zfs-zed
After the ZFS installation I ran:
modprobe zfs (to load the module)
I then ran the import command for my pool:
After this I installed the ZFS plugin and as I said above added my shared folders and shares for smb.
The final thing to do was create my user....
Yes.....I am a fan of the Proxmox kernel just not a fan of having to run an older version because my hardware won't allow me to install a newer version....
bookie56