Page 1 of 1

Problem Booting Slax

Posted: 26 May 2012, 11:18
by makthegr8
Hi sir,

I have booted Hirenminixp successfully

Now I tried to boot slax, download plugin and configure it,

But Error occurred while booting that " Fatal Error Occured - can't find executable chroot command, somthing went wrong and we cant continue "

Pls help

Re: Problem Booting Slax

Posted: 26 May 2012, 15:53
by RaveMaker
This error means you can't access the 'tftpboot/er/shares/slax/slax' folder.

Slax uses HTTP access to access the '/shares/slax/slax/' so just open a web browser and check this url:

"http://IPADDRESS-OF-TFTP-HTTP-Server/er/slax/"

Can you access this address?

If not then this is your issue probably a Web Server Config issue.

If you can access this url and you can see: /slax/,filelist.txt then there is probably a NIC driver issue with your client, try booting with VMware/VirtualBox in order to check it with a standard NIC.

Re: Problem Booting Slax

Posted: 28 May 2012, 09:54
by makthegr8
Sir,

it is not able to browse

Did you mean it needs to create another virtual directory under er (Virtual directory created on iis ) which points to tftpboot\er\shares\slax\slax

Re: Problem Booting Slax

Posted: 28 May 2012, 17:31
by RaveMaker
If you are using Apache as your web server then all you have to do is create a link:

Code: Select all

ln -s /tftpboot/er/shares /var/www/html/er
Assuming your root directory is '/var/www/html/' (CentOS default)
We have been using CentOS 5-6 with default 'httpd.conf' and it is working without issues.

If you are using IIS then it is just as simple,
just create a virtual directory called 'er' mapped to 'tftpboot/er/shares/'

Final result should be the same:
"http://IPADDRESS/er/slax/"

Now you should be able to see your shares list here:
"http://IPADDRESS/er/"

Re: Problem Booting Slax

Posted: 29 May 2012, 15:03
by makthegr8
sir,

I did the same,

I am using IIS ( Windows XP SP3 ) & able to browse "http://192.168.0.1/er/slax/" on browser
but still same problem..

Pls help !!

Re: Problem Booting Slax

Posted: 29 May 2012, 17:07
by RaveMaker
In your 192.168.0.1/er/slax/ you shold have another slax folder:
"192.168.0.1/er/slax/slax/"
And there you should have all the Slax files.

Also did you change the IP address in tftpboot/er/plugins/slax/slaxmain.menu?

Re: Problem Booting Slax

Posted: 30 May 2012, 14:45
by makthegr8
Sir,

All the slax files are there in Slax folder

and also did the changes in slaxmain.menu file according my ip

but same problem

Re: Problem Booting Slax

Posted: 30 May 2012, 16:46
by RaveMaker
Sounds like your environment is working correctly , perhaps there is an issue with you NIC.

First of all use filelist.txt supplied with slax plugin to verify the location of your Slax files.

Try booting from VirtualBox Using a standard NIC, if it won't work then there is an issue with your environment,
if it does work then Slax does not support you NIC by default.

I will setup ERPXE in our test environment using XP SP3 and IIS and verify the Slax plugin support.
Perhaps there are changes needed to be done (possible but not likely).