LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   CentOS (https://www.linuxquestions.org/questions/centos-111/)
-   -   PXE boot dracut mount.nfs: No such device (https://www.linuxquestions.org/questions/centos-111/pxe-boot-dracut-mount-nfs-no-such-device-4175590435/)

rsteele 09-29-2016 01:22 PM

PXE boot dracut mount.nfs: No such device
 
I'm getting the title error: "mount.nfs: No such device" while trying to PXE boot a CENTOS 7 machine from another CENT0S 7 machine.

The mount target, that is the root file system, exists and can be mounted from another machine, so NFS seems to be working and the nfs exports are correct.

I built dracut with --add nfs, and lsinitrd show nfs modules in the img.

I'm stumped. Any ideas are appreciated.

fhleung 11-08-2016 07:56 PM

not know if the commands below helping...

Code:

#mount -t nfs4 ip:/192.168.1.1/directory /mnt
#mount -t nfs4 192.168.1.1 /mnt
#mount -t nfs ip:/192.168.1.1/directory /mnt
#mount -t nfs 192.168.1.1/directory /mnt

Code:

sudo su
dpkg -i --ignore-depends=libgssglue1 libnfs4_1.9.5-2_i386.deb

https://packages.debian.org/wheezy/rpcbind
nfs-common https://packages.debian.org/wheezy/i...ommon/download


All times are GMT -5. The time now is 03:15 AM.