Tagged Questions
1
vote
1answer
27 views
installing programs to client over Ubuntu server
I am guessing this is possible, however I am not sure what protocol(s) to use and pretty much the way to go about this.
Let's say for instance Open Office -- how could we set up our Ubuntu server to ...
4
votes
1answer
85 views
chmod -R 777 on PXE server - why
So I am following a guide to set up a PXE server, for reference here are the links:
Actual PXE setup
NFS PXE setup
Live-cd PXE setup:
Now throughout these guides he keeps running the chmod -R 777 ...
0
votes
1answer
282 views
NFS-Root not working when booting over PXE
I am desperately trying to get a diskless client running over PXE-Boot using a NFS-Share as a root file system. I did this before some years ago but for some reason I am stucked at this since days.
...
0
votes
1answer
539 views
Netboot Debian (wheezy) from NFS v4
Is it possible to boot Debian Wheezy from NFS v4?
Bootwing with NFS v3 works just fine. NFS v4 not.
This is in my /etc/exports:
/nfs ...
1
vote
1answer
241 views
Serve an NFS mount over TFTP
I have a FreeBSD server on which I would like to run a TFTP server (for PXE). My daemon of choice is tftp-hpa and I have it configured to serve from /tftpboot properly. It works unless I mount ...
0
votes
2answers
481 views
Ubuntu PXE boot mount wrong NFS share
This question may be simple but I couldn't figure out and was stuck here for the whole day already. Any suggestions are appreciated.
I have two boxes, one as the server and other one running as the ...
0
votes
1answer
488 views
Debootstrap Ubuntu over NFS leads to mknod I/O error
I'm trying to prepare an Ubuntu environment for a diskless machine that will PXE boot and mount an NFS share as it's root. I've currently got another Ubuntu machine mounting the NFS share and I'm ...