Page 1 of 1

how is pxelinux ?

Posted: 19 Jan 2011, 20:27
by hypomania
what is the function for
/boot/pxelinux.cfg/web/
/boot/pxelinux.cfg/

how to use web ?

thanks.

Re: how is pxelinux ?

Posted: 20 Jan 2011, 13:54
by fanthom
/boot/pxelinux.cfg/web/start
starts http monkey server (required for PXE boot)
/boot/pxelinux.cfg/start
starts dnsmasq (dhcpcd and tftp) servers (required for PXE boot)

you can use them by issuing following commands in console:
/boot/pxelinux.cfg/start
/boot/pxelinux.cfg/web/start

now you can launch your favorite browser and type your IP addres in URL field. You should see /porteus folder served by http server.
You can also boot second PC through PXE :)

BTW in 64bit you just need to issue 'pxe-boot' in console for the same effect (Jay - you could import /usr/bin/pxe-boot so we will have the same porteus.cfg syntax)