how is pxelinux ?

Non release banter
hypomania
Samurai
Samurai
Posts: 130
Joined: 10 Mar 2011, 10:50
Distribution: Windows phone
Location: Saudi Arabia

how is pxelinux ?

Post#1 by hypomania » 19 Jan 2011, 20:27

what is the function for
/boot/pxelinux.cfg/web/
/boot/pxelinux.cfg/

how to use web ?

thanks.

User avatar
fanthom
Moderator Team
Moderator Team
Posts: 5666
Joined: 28 Dec 2010, 02:42
Distribution: Porteus Kiosk
Location: Poland
Contact:

Re: how is pxelinux ?

Post#2 by fanthom » 20 Jan 2011, 13:54

/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)
Please add [Solved] to your thread title if the solution was found.

Post Reply