Page 1 of 1

unable to complete SYSRESCUE and DEBIANLive boot process.

Posted: 16 Apr 2014, 08:17
by Gurpreet Singh
hello all,
I am having problem with SYSRESCUE and DEBIANLive plugins, boot process of both does'nt complete. Both plugins end up looking for some files through wget. IP of my server is 192.168.2.10 but it looks for file on 10.0.0.1. I have shared c:\tftpboot\er\share through IIS and am using windows 7. this path is accessible when i hit the server IP in the browser.
can anybody please tell me what wrong i am doing.

Thank you all.

Re: unable to complete SYSRESCUE and DEBIANLive boot process

Posted: 16 Apr 2014, 16:29
by RaveMaker
There is a Wiki page about changing IP:
http://erpxe.org/Change_IP

In short:
you will need to edit the .menu file included with the plugin.
Just look for the string 10.0.0.1 within the .menu file and replace it with your IP address.

Re: unable to complete SYSRESCUE and DEBIANLive boot process

Posted: 17 Apr 2014, 16:52
by Gurpreet Singh
sir i tried this but getting same error with my server IP. :(

Re: unable to complete SYSRESCUE and DEBIANLive boot process

Posted: 17 Apr 2014, 17:37
by RaveMaker
Since you are using IIS you need to share '/shares' as 'http://192.168.2.10/er' using a virtual directory or something like that:

http://www.iis.net/configreference/syst ... ldirectory

You can also manually edit the plugin .menu files and change 'http://192.168.2.10/er/' to 'http://192.168.2.10/'

I would recommend setting up ERPXE on Linux since it is the native environment for ERPXE server,
otherwise you will encounter a lot of issues with ERPXE and you will need to customize a lot of things to make it work.

Re: unable to complete SYSRESCUE and DEBIANLive boot process

Posted: 18 Apr 2014, 19:29
by Gurpreet Singh
Thank you so much for the help sir. :P