First things first, I want to take this one step at a time.
I feel as though the Ubuntu installation instructions aren't detailed enough.
TFTP
I know the TFTP server installed properly. But "chkconfig tftpd-hpa on" does not return a proper response. It gives me.
Code: Select all
/sbin/insserv: No such file or directory
Code: Select all
start: Job is already running: tftpd-hpa
Code: Select all
TFTP_USERNAME="tftp"
TFTP_DIRECTORY="/tftpboot/"
TFTP_ADDRESS="0.0.0.0:69"
TFTP_OPTIONS="-m /tftpboot/er.remap -vvvvv -s"
"sudo apt-get install apache2" completed successfully
"chkconfig apache2" on does not return anything
"ln -s /tftpboot/er/shares/http /var/www/er" completes successfully.
NFS Support
"apt-get install nfs-kernel-server" completed successfully
"chkconfig nfs-kernel-server on" does not return anything
"cat /tftpboot/doc/setup/exports > /etc/exports" completes succesfully
SAMBA
"sudo apt-get install samba" completed successfully.
However I cannot run "chkconfig samba on" it returns "samba: uknown service"
"cat /tftpboot/doc/setup/smb.conf > /etc/samba/smb.conf" completed successfully.
"smbpasswd -a erpxe" returns "Failed to add entry for user erpxe."
"smbpasswd -a root" completes successfully.
DHCP Configuration
I am also getting stuck here. I don't have enough networking experience to truly know how to set this up on my own. Our current DHCP server is a shitty Netgear modem/router combo. Would I have to have a DD-WRT device on our network doing the DHCP or maybe a Windows server running DHCP? What can I do with my current network configuration to get my ERPXE server running?
Any recommendations would be highly appreciated. I have an old Asus server blade running a P4, 2gb ddr2, and 2 WD 1TB Green drives in raid 1 at my disposal to setup any which way. I would like to get ERPXE at the very least operational. But FOG is a huge plus.
This is turning out to be a challenge for me.