Welcome Guest! To access all forums & features, please register an account or sign-in. → Why register?



Simple PXE Server for windows manchines.


10 replies to this topic - - - - -

#1 Raffye.Memon

    KaRaCh|K|nG555

  • 654 posts
  • Joined: 16-September 05
  • Location: .::PakIsTan::.

Posted 28 November 2011 - 14:44

Hello,
I have a custom bootable ISO image which i burn to CD's and DVD's to boot the machines, but recently managers decided to remove the optical drives from all computers. looks like i should get an PXE server up and running so that i can boot network machine from it using my own ISO image.


what are my options.. !


Thanks


#2 jamesclarke555

    What's Up Sun?

  • 314 posts
  • Joined: 05-February 06
  • Location: Nottingham, UK

Posted 28 November 2011 - 14:50

Why not boot from USB or if you really want to use PXE, how about the HP MicroServer or build your own.

#3 OP Raffye.Memon

    KaRaCh|K|nG555

  • 654 posts
  • Joined: 16-September 05
  • Location: .::PakIsTan::.

Posted 28 November 2011 - 16:25

are'nt there any software soloutions... !!

like acronis PXE server.. but i dont need those hi functionalities etc.. and cant afford licence !!

#4 Dan~

    Neowinian Wise One

  • 2,516 posts
  • Joined: 21-May 03
  • Location: Southampton, UK

Posted 28 November 2011 - 16:48

Windows Deployment Services (WDS)

It'll be on add/remove programs in 2003, come with PXE as part of the package.

#5 Lexcyn

    Neowinian UNSTOPPABLE

  • 6,004 posts
  • Joined: 18-January 02
  • Location: Ontario, Canada
  • OS: Windows 8 x64
  • Phone: Nexus 4

Posted 28 November 2011 - 16:50

You can use imagex and WindowsPE to create a tool that will allow you to boot from USB and select your custom WIM files. This is what we use at the office and it works great and is quick.

#6 +BudMan

    Neowinian Super Star

  • 23,813 posts
  • Joined: 04-July 02
  • Location: Schaumburg, IL
  • OS: Win7, Vista, 2k3, 2k8, XP, Linux, FreeBSD, OSX, etc. etc.

Posted 28 November 2011 - 16:50

Here you go this is FREE and can boot all kinds different things and great for deployment of OSes

http://www.ultimatedeployment.org/

You should be able to boot your iso using pxe with it.

#7 SirEvan

    Neowinian Wise One

  • 3,282 posts
  • Joined: 17-April 03
  • Location: Santa Clara, CA
  • OS: Windows 8
  • Phone: HTC One X (AT&T)

Posted 28 November 2011 - 17:00

View Post-V3n0m555-, on 28 November 2011 - 16:25, said:

are'nt there any software soloutions... !!

like acronis PXE server.. but i dont need those hi functionalities etc.. and cant afford licence !!

What you asked was a question, not an exclamation. You should've used "??" instead of "!!"

anyway, there's a free tool called netboot i believe, i used it along with a tftp server to remotely install ubuntu on vm's.

#8 forgreatsource

    Neowinian

  • 3 posts
  • Joined: 27-July 10

Posted 28 November 2011 - 17:32

grub4dos will boot iso files over pxe / tftp but the iso has to fix in ram,
Also not all iso files will work, anything like a windows installer will loose the iso when it boots.
There are ways around it but we need to know whats on these iso images.

#9 patpat

    Neowinian

  • 2 posts
  • Joined: 07-June 12

Posted 07 June 2012 - 10:17

you can do it with Serva;
a free PXE server for windows able to create a Install server in 10 minutes

read here
http://www.vercot.co...indowsPXE1.html

#10 +CPressland

    cpressland.com

  • 6,761 posts
  • Joined: 16-September 06
  • Location: England
  • OS: OS X Mountain Lion

Posted 07 June 2012 - 10:20

FOG is another one worth looking at, OpenSource Freeware.

#11 patpat

    Neowinian

  • 2 posts
  • Joined: 07-June 12

Posted 18 October 2012 - 12:53

This chart does not pretend to be more than a completely subjective comparison of the mentioned technologies.

.------+------------+----------------------+----------+------+------.
|..... |. Installs .| .. Install Mode .... | Requires | Docs | Easy |
+------+------------+----------------------+----------+------+------+
|RIS . |w2k/XP/S2003|CD-based / disk-image |MS Server |****--|*-----|
|WDS . |XP + ...... |wim-image ........... |MS Server |****--|*-----|
|MDT . |XP + ...... |wim Image ........... |MS Server |*****-|**----|

+------+------------+----------------------+----------+------+------+
|UDA . |XP/S2003/7 ?|CD-based / wim-image. |Linux ... |------|***---|
|FOG . |XP/S2003/7 ?|disk-image only ..... |Linux ... |**----|***---|
|Serva |w2k + ..... |CD-based / wim-image. |MS w2k + .|***---|*****-|

'------+------------+----------------------+----------+------+------'

The Microsoft alternatives need Server platforms, Domains, etc, plus some considerable time learning the tool.
If you do not fear the Linux world an you have to clone an image on many identical stations FOG could be for you.
If you do not fear the Linux world and you are ready for not a really stable platform that always requires some script tweaking here and there then you are a UDA guy.
For all the rest you probably should use Serva.