Sorry, I have been trying to find out. How would I access the log to copy the info? Is this done over ftp, or in the terminal.
Posts made by Ryan C
-
RE: Need some help, running into a few issues.
-
RE: Need some help, running into a few issues.
Im not sure how to view or post apache logs. As for the system, I left it there for a good hour or more. It just hangs there with the cursor flashing.
-
RE: Need some help, running into a few issues.
[quote=âTom Elliott, post: 36656, member: 7271â]You could also try the provided or downloaded undionly.kkpxe.
The provided File would be:
[code]sudo mv /tftpboot/undionly.kpxe /tftpboot/undionly.kpxe.MAIN
sudo cp /tftpboot/undionly.kkpxe /tftpboot/undionly.kpxe[/code]As you want it described in 5 year old understandable terms:
The code above simply mvâs the original undionly.kpxe file to a new name so you still have it should you need it. That file is being renamed from undionly.kpxe to undionly.kpxe.MAIN. The sudo simply ensures that the files are transferred over as the Root user on the system.
The second command simply copies the undionly.kkpxe as your undionly.kpxe file so you donât have to change anything from the DHCP side.[/quote]
I followed these instructions and ran the commands in the terminal. I made sure that the undionly.kpxe.MAIN was now in the folder.
When I tried to boot my machine, it looked promising, I did the f12 network boot, I got to the FOG start screen and selected the quick registration and hit enter. after that all I get is a flashing text cursor on a black screen in the upper left hand corner. Thats it.
Nothing shows up in the hosts on the fog server. -
RE: Need some help, running into a few issues.
[quote=âJunkhacker, post: 36630, member: 21583â]try replacing the undionly.kpxe file in the /tftpboot directory on the server with one from here
[url]http://sourceforge.net/p/freeghost/code/HEAD/tree/trunk/packages/tftp/[/url][/quote]I downloaded the file and put it on a flash drive. Plugged it into the kubuntu server and tried to overwrite the file that was already in the tftpboot folder with the new undionly.kpxe but it wouldnât copy over it. Im guess I have to do this from the terminal to give it rights, but not sure what the commands are.
-
Need some help, running into a few issues.
I have a fog server setup with the latest version 1.2.0
I have everything configured and we imaged about 200 machines all the same model.
Now we have another model HP Pro 3000. It has a realtek GBE nic in the pc.
It gets stuck on the initializing ipxe error.Someone suggested using a clonezilla boot cd to boot to pxe.
I tried that but cannot register the host (quick or full), you start to see a couple of entries like it is loading but it hangs after the 2nd command.So then I thought I would try a usb network card, but I canât boot off of that nic.
The option of installing another nic in the computer isnât really feasible if you are imaging 50-70pcs, and having to install a nic each time to image the pc would really slow down the process.I tried setting up a usb drive to boot but when going through the instructions files that it need no longer appear in the correct directories. I have no idea how to get the configuration file on there it needs. Maybe the instructions need updated for the newer version of FOG.
I am a linux noob so please explain it like I am 5.
If anyone has any thoughts on how I can get a boot cd, usb, or fix the fog server so I can get the realtek nic working I would greatly appreciate the help/