@skyborne98 Update… I got it working, it seems that the new install was dictating where the NFS vol was located. When I looked at the image host, the lab.fog.image.std.1 was not being exported, so I added it and now it works. It seems weird it would override the previous configs settings for this…
S
Best posts made by skyborne98
-
RE: FOG Update issues causing PXE boot issues
-
RE: Fog Update Issue - Certificate for smartInstaller.exe will not download and install with mono
@Sebastian-Roth So I did some extensive work and was able to get it resolved.
I suggest a document change in regards to installing on Ubuntu 22.04. FOG client Wiki
In my situation, I did a minimal install and add just a few packages. For the SmartIstaller instructions regarding to Ubuntu 22 they can be minimized to:
sudo apt-get install nuget sudo apt-get install mono-complete sudo apt-get install apt-transport-https
I also have a proxy in my environment and had to set the current environment, with an export command, Example
export http_proxy="http://proxyserver:port/"