Questions tagged [pxe-boot]

The Preboot eXecution Environment (PXE, also known as Pre-Execution Environment; sometimes pronounced "pixie") is an environment to boot computers using a network interface independently of data storage devices or installed operating systems.

The Preboot eXecution Environment (PXE, also known as Pre-Execution Environment; sometimes pronounced "pixie") is an environment to boot computers using a network interface independently of data storage devices (like hard disks) or installed operating systems.

593 questions
0
votes
1 answer

OS Deployment via PXE - Preparing and Using Images in Many Small Environments (MSP)

I've got a project going on which I'm running into a bit of a roadblock on. I'm interested in learning if there is a better alternative to what my MSP does for OS deployment, currently. Most of our clients are small (10-20) seat environments - we…
Daniel
  • 39
  • 1
  • 5
0
votes
1 answer

PXE server - ubuntu setting username/password later - is it possible?

so I am writing a program in mainly C/C++, though I think this question fits under server fault as it is related to the Linux distro Ubuntu. So what I am looking for is a way (possibly hackerish-way) to install Ubuntu 12.04 (or later), BUT without…
dusz
  • 155
  • 4
0
votes
2 answers

DHCP Issue with PXE and Android Devices

I am experiencing an issue where Android Devices are consuming the DHCP Pool Range configured for my PXE boot. Is there a way to define Android Devices so they do not use the DHCP Range I have set for PXE. Here is the entry I have for my PXE DHCP…
0
votes
1 answer

Workstation receiving a PXE-E51 when trying to load WDS

I have two of the same laptop, Dell Latitude E6320 that I am testing my WDS server with. The first is the one I used to capture the image and then deploy the same image on. The second however gets an error code PXE-E51 which means no DHCP or…
Alex Manley
  • 121
  • 11
0
votes
1 answer

Debian Network boot with a VLAN (DHCP + TFTP)

I've been given 34 servers (HP Proliant) to use for HPC. Due to the server owners' request, 33 of these will need to act as diskless thick clients, and one will act as DHCP and TFTP server to enable network booting for the others. The "head" server…
Einar
  • 225
  • 2
  • 11
0
votes
2 answers

Installing Hyper-V using pxelinux in Linux environment

I know Hyper-v can be installed using PXE server but most of the article that I see use Windows Deployment Services or uses two servers, one Linux and one Windows. Is there a way I can automate installation of Hyper-V using PXE in Linux the same way…
user1189899
  • 161
  • 1
  • 1
  • 6
0
votes
1 answer

How to install gPXE/Etherboot to the hard drive?

I have a remote system on rescue mode where i need to start gPXE. I cannot connect an USB stick to the system and so on. Is there any way i can install gPXE to the hard drive so that once rebooted it will be started instead of the OS? Thank you.
cedivad
  • 690
  • 3
  • 13
  • 25
0
votes
2 answers

System Center Configuration Manger 2012 SP1 PXE boot

I am trying to set up my System Center Configuration manager server to be a PXE server for client deployments but I am having no luck in getting it to work. It seems to bypass SCCM and boot right from WDS. I get a Windows 8 style blue screen…
user1769153
  • 1
  • 1
  • 3
0
votes
1 answer

NFS-Root not working when booting over PXE

I am desperately trying to get a diskless client running over PXE-Boot using a NFS-Share as a root file system. I did this before some years ago but for some reason I am stucked at this since days. The TFTP-Server itself is running fine and booting…
Randy
  • 190
  • 1
  • 11
0
votes
2 answers

PXE booting with TFTPD32 For windows Server 2008

Perhaps, I'm missing some basic step in PXE booting, but I have TFTPD32 running and when the computer connects via PXE it seem to load fine and then nothing. What file do I need to point to as my bootfile? Is it on the Windows 2008 CD or do I need…
Noah Clark
  • 547
  • 4
  • 10
  • 20
0
votes
2 answers

Altiris Deployment Console and PXE booting over multiple vlans

I am rebuilding a 2008 server with sql 2008 and altiris Deployment console 6.9 sp2. It is working now however I am trying to get the clients to be able to pxe boot and load an image from altiris no matter which vlan they are on. We have about 8…
JohnyV
  • 938
  • 4
  • 26
  • 45
0
votes
3 answers

Get hardware serial number by MAC address?

Is there a command like the following: wmic /node:"COMPUTERNAME" bios get serialnumber But by MAC address instead of computer name? A solution to that would be appreciated, although if you have suggestions for the bigger problem overall it would be…
Guillaume
  • 103
  • 3
0
votes
1 answer

What is the difference betweeen "Network install" and "Network Boot" options in virt-manager when installing a new virtual machine

From my understanding of PXE (Preboot Execution Environment), I know that there must be some negotiation first between the booting client and a DHCP server to obtain network parameters (IP address, etc) in order for the client to be able to fetch…
Marwan Tanager
  • 217
  • 2
  • 5
0
votes
1 answer

Add "Image Windows" to pxe boot menu

I have a Fog server running (which contains my OS images). However, when booting from a client I want to reimage it without using the web gui. So I need to add an entry to my pxelinux.cfg\default file which will image the PC. How can this be done? I…
Devator
  • 1,473
  • 4
  • 18
  • 37
0
votes
1 answer

Booting with PXE over VLANs using Packetfilterrules in the Firewall

we´ve recently setup multiple (4) VLANs on ProCurve 2510G Switches and one Astaro v8.301 Gateway. We´ll have one PXE Server on VLAN 400 and Nodes to boot to PXE on VLAN 100, 200 and 300. I would like to create a DHCPd on the Astaro Node pointing to…