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
2
votes
1 answer

PXE Boot Fedora 17 Error

When trying to boot into the latest Fedora 17 cd via PXE, I am presented with the following error: PXE dracut: fatal: no or empty root= argument So, I added a root= line to my fedora menu entry (shown below), but receive the following error: dracut…
DrifterDave
  • 23
  • 1
  • 3
2
votes
2 answers

Boot and/or synchronise linux image from network

I'm looking for a solution (or at least for some guide/pathway/manual) to boot AND SYNCHRONISE Linux images from network. I already understand how network boot (PXE, DHCP, TFTP) works. In my organisation we have many PC's with the same (or different…
Andrey Sapegin
  • 1,201
  • 2
  • 12
  • 27
2
votes
1 answer

Change pointer to IP address of PXE server WDS

The company I'm working for bought another company that's got its own domain. We've connected these together and noticed that both domains have got their own WDS server. Let's call our primary WDS server WDS1, and the existing one of the domain of…
Kenny Bones
  • 119
  • 2
  • 3
  • 14
2
votes
1 answer

Netboot Debian (wheezy) from NFS v4

Is it possible to boot Debian Wheezy from NFS v4? Bootwing with NFS v3 works just fine. NFS v4 not. This is in my /etc/exports: /nfs 192.168.100.0/24(ro,sync,insecure,no_root_squash,no_subtree_check,fsid=0) /nfs/root…
bara
  • 121
  • 1
  • 3
2
votes
1 answer

Remove expired PXE certificates from SCCM

Our SCCM 2007 R2 environment, which runs in native mode, just had its PXE client certificates renewed. Now, the site server automatically blocks the old certificates, but it appears that there is no functionality to actually delete them. I know it…
newmanth
  • 3,943
  • 4
  • 26
  • 47
2
votes
2 answers

Overlapping DHCP scopes for different VLANs?

Should the following scenario work? I have a DHCP server on VLAN 101, with the IP 192.168.0.5. I have two other VLANs 102 and 103 where I want to hand out IPs the same range 10.20.30.40-240, but from different scopes. So a client on VLAN 102 could…
Chris Sears
  • 363
  • 1
  • 2
  • 7
2
votes
2 answers

Network boot (PXE) and caching of files

I'm looking into changing how to deploy network boot for clusters of servers. My worry is network transfer since not all boxes will be close to boot servers and network might be slow. The machines have ordinary disks etc, we are storing data…
Bjorn J
  • 123
  • 4
2
votes
1 answer

Why does a PXE-booting VM aggressively seek Reverse ARP?

Reverse ARP is.. well, pretty much dead, as far as I'm aware? One of the great Internet success stories in killing off a protocol? It's been deprecated in favor of BOOTP (and later, DHCP) for almost three decades. So, I was a little surprised to…
Shane Madden
  • 114,520
  • 13
  • 181
  • 251
2
votes
1 answer

How do I set up PXE boot so that it failsover to another server when a MAC address is unrecognized?

We want to automate our OS installations. We currently have Linux and Windows boxes. We already use Cobbler for Linux installs with preliminary plans to use Windows Deployment Services for Windows. Unfortunately, we have both OSs on mixed in…
Belmin Fernandez
  • 10,799
  • 27
  • 84
  • 148
2
votes
2 answers

Alternative to PXE booting on a mid-2011 Mac Mini, possibly via USB?

Are there any decent ways to accomplish PXE booting on a mid-2011 Mac Mini (Core i5)? I need to be able to boot into CloneZilla over the network (as I want to image the Mac Mini's hard drive, and later on clone it to other Mac Minis). I've already…
jmibanez
  • 131
  • 1
  • 3
2
votes
2 answers

Can BOOTP in DHCP failover to a second IP?

I have a Linux PXE server, and would like to have failover, so in case the primary PXE server is down the secondary PXE server can take over. The DHCP server is a Windows 2003 R1. Could failover e.g. be done by adding a second IP address to the #66…
Sandra
  • 10,303
  • 38
  • 112
  • 165
2
votes
2 answers

Is it possible to do Windows 7 Deployment via a Linux PXE environment?

I wanted to know if it's possible to do Windows 7 Deployment via a Linux PXE environment, or does the PXE server (TFTP, Images) have to be Windows Server 2008?
JohnnyFromBF
  • 1,259
  • 6
  • 21
  • 25
2
votes
0 answers

WDS server & Cisco ASA (DHCP)

My setup: WDS server (w2indows 2003 R2) located on subnet 10.1.1.10 Various site locations all on different subnets. Eah site has a Cisco ASA firewall configured to respdon to DHCP requests. Questions Is it possible to leave my Cisco ASA's as the…
Ankh2054
  • 1,414
  • 13
  • 23
2
votes
4 answers

PXE with DHCP on another server

Hi I have the following setup : A router that does DHCP a PXE server (VMware workstation Bridged mode) a client I want to boot on (VMware workstation Bridged mode) I was following this guide on setting up a PXE boot infrastructure but I'm stuck…
Lucas Kauffman
  • 16,880
  • 9
  • 58
  • 93
2
votes
1 answer

Kickstart %post issue

I'm configuring a kickstart profile and I'd like to create some script file. I'm doing like this: cat <>/scripts/myfile.pl #!/usr/bin/perl ... my $int; `useradd me`; ... EOF After the PXE boot and installation process, when I check the file,…
Bastien974
  • 1,896
  • 12
  • 44
  • 62