Search found 205 matches

by RaveMaker
11 Jun 2015, 13:14
Forum: Troubleshooting and Problems
Topic: Cannot boot hirensbootcd
Replies: 3
Views: 28047

Re: Cannot boot hirensbootcd

I'm not sure about version 4.07 with ERPXE but it used to run with version 4.
run the following command on the server:

Code: Select all

tail -f /var/log/messages
now try booting into ERPXE and see if there is a 'sending NAK (1, File not found)' and which file is missing.
by RaveMaker
23 Apr 2015, 10:35
Forum: Troubleshooting and Problems
Topic: Macrium support ?
Replies: 3
Views: 30005

Re: Macrium support ?

I will try creating a plugin for Macrium and post it here soon.
by RaveMaker
23 Apr 2015, 10:23
Forum: Suggestions and Feedback
Topic: Website error
Replies: 3
Views: 41409

Re: Website error

We are currently switching to a better hosting service so there might be a few website issues in the next couple of days.
The website is updated and reflects current stable version.
Thanx for your support
by RaveMaker
01 Apr 2015, 13:59
Forum: Troubleshooting and Problems
Topic: FOG Upload Task Not Starting
Replies: 2
Views: 25580

Re: FOG Upload Task Not Starting

post the error you get when you try to upload an image and ill try to help..
also this seems to be a fog issue - you should check in fog forum
by RaveMaker
14 Mar 2015, 17:34
Forum: Troubleshooting and Problems
Topic: FOG Menu Not Working
Replies: 13
Views: 54389

Re: FOG Menu Not Working

I will test it again on Sunday so ill try to replicate your issue on my server.
by RaveMaker
12 Mar 2015, 12:54
Forum: Troubleshooting and Problems
Topic: FOG Menu Not Working
Replies: 13
Views: 54389

Re: FOG Menu Not Working

the issue is that when you press enter on the menu entry nothing happens.
this means that the tftp server cant find the files mentioned in the kernel/initrd statement in fogmain.menu
verify kernel and initrd paths are correct and if not remove fog folder and redeploy the fog120-100.tar.gz
by RaveMaker
11 Mar 2015, 15:15
Forum: Troubleshooting and Problems
Topic: FOG Menu Not Working
Replies: 13
Views: 54389

Re: FOG Menu Not Working

first make sure your remap file is being used: Edit "/etc/default/tftpd-hpa" TFTP_USERNAME="tftp" TFTP_DIRECTORY="/tftpboot/" TFTP_ADDRESS="0.0.0.0:69" TFTP_OPTIONS="-m /tftpboot/erpxe.remap -vvvvv -s" second change permissions chmod -R 755 /tftpboot verify you've updated the file 'fogmain.menu' and...
by RaveMaker
10 Mar 2015, 17:26
Forum: Troubleshooting and Problems
Topic: FOG Menu Not Working
Replies: 13
Views: 54389

Re: FOG Menu Not Working

erpxe.remap is located at /tftpboot files location seems good, perhaps selinux issue. use getenforce command and if Enforced change /tftpboot folder selinux context: restorecon -r /tftpboot what is your OS type? follow ERPXE installation manual and check if you missed anything: http://erpxe.org/ERPX...
by RaveMaker
09 Mar 2015, 11:23
Forum: Troubleshooting and Problems
Topic: FOG Menu Not Working
Replies: 13
Views: 54389

Re: FOG Menu Not Working

probably file names or locations.

please post your output of:

Code: Select all

ls -R /tftpboot/er/plugins/fog/
also verify you are using the correct tftpd configuration using the remap file: (for CentOS tftpd)

Code: Select all

server_args		= -m /tftpboot/erpxe.remap -vvvvv -s /tftpboot/
by RaveMaker
08 Mar 2015, 13:16
Forum: Off-topic discussion
Topic: Auto load iso file
Replies: 2
Views: 94884

Re: Auto load iso file

You can create you own custom plugin with memdisk as ISO loader, just follow these instructions: 1. create a folder '/tftpboot/er/plugins/custom1' 2. copy your ISO file to '/tftpboot/er/plugins/custom1' and name it 'custom1.iso' 3. create a file in '/tftpboot/er/plugins/custom1' called 'custom1.menu...