Lenovo G580 Fatal error
-
I’m trying to get a image pushed up for a Lenovo G580 and when it starts to boot in to fog it comes up with
ERROR MUX INFO call failed
Mounting File System…Mount:RPC: Remote system error - Network is unreachable mount: mounting (IP Address):/images/dev/ on /images failed: Bad file descriptor
Fatal Error: Failed to mount NFS VolumeI mean that sounds to me like it can not get to the fog server but I can hook another laptop up to the same network port and image it just fine so I know my fog server isn’t down. I also tried 2 other Kernels one being the latest and they did the same thing.
Anyone have any ideas?
-
I don’t think the kernel is use issue here as it’s able to communicate with your FOG Server and get to the point to try to mount your NFS Share, which comes off the server.
ON your server, can you let us know what OS you’re using? It’ll help us with command troubleshooting.
FOR UBUNTU TRY:
[CODE]sudo service portmap restart
sudo service nfs-kernel-server restart[/code]FOR CENTOS/REDHAT/FEDORA TRY:
[code]service rpcbind restart
service nfs restart[/code]