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.

582 questions
18
votes
3 answers

Howto setup Cobbler with PXE if you can't change the dhcp server?

In the past I've setup a PXE server several times by making the normal dhcp server return everything needed for network booting: both the regular ip config AND bootinfo in a single dhcp setup. That way it is easy to do. According to the…
Niels Basjes
  • 2,176
  • 3
  • 18
  • 26
17
votes
5 answers

How do I PXE boot multiple Windows 7 desktops off the same image?

Some years ago at my university, I recall that the labs there booted Windows NT over the network. There was a shared drive for your own stuff and other than that any changes you did to the running OS were reset when you restarted the machine. Now…
hookenz
  • 14,132
  • 22
  • 86
  • 142
13
votes
2 answers

PXE Booting Virtualbox guests in internal networking mode?

I am not sure if this is just specific to my distro's packages or is a vbox limitation. So, any help would be appreciated. Ok, so I have a network of VMs, with one VM acting as a NAT for the other VMs in the "internal" network. One of those VMs is…
Mohit Chawla
  • 486
  • 1
  • 4
  • 11
10
votes
1 answer

Changing network boot order (pxe) using ipmitool

Using ipmitool, I am trying to change the boot order to pxe boot first and from a particular interface. As far as I am aware, ipmitool tool provides option to change the boot device but not interfaces. For example, I can change the boot order to…
P.P
  • 259
  • 2
  • 3
  • 8
10
votes
3 answers

Can PXE boot of Hyper-V VMs be disabled?

Hyper-V virtual machines have the ability to PXE boot. Obviously, PXE boot raises some security concerns. The problem is, unlike a typical physical machine's firmware, there isn't an obvious way to disable PXE boot altogether. Hyper-V manager…
alx9r
  • 1,643
  • 3
  • 16
  • 37
10
votes
2 answers

What is the PXE Client System Architecture Type "BC EFI (7)" from RFC 4578?

RFC 4578 defines various machine architectures for PXE as follows: Type Architecture Name ---- ----------------- 0 Intel x86PC 1 NEC/PC98 2 EFI Itanium 3 DEC Alpha 4 Arc x86 5 Intel Lean Client 6 EFI IA32 7 …
MikeyB
  • 38,725
  • 10
  • 102
  • 186
9
votes
4 answers

Implications of using VMware's templating and cloning for provisioning Linux servers instead of PXE

There seems to be speed benefits when using VMware's templates to create new VMs. However, I'm concerned about possible less obvious security and flexibility implications. For e.g.: First boot generated keys VMware proprietary methods of…
Belmin Fernandez
  • 10,629
  • 26
  • 84
  • 145
9
votes
1 answer

Networking doesn't initialize properly when pxebooting Linux Mint (live CD) using cifs, but works with nfs

I have a TFTP/DHCP/NFS/SMB server (Ubuntu server 12.04 LTS) on 192.168.26.1. I use pxelinux to display a menu containing startup and installation options for Windows, an Ubuntu network installer, and the Linux Mint 17 MATE live CD. Getting it…
dialer
  • 252
  • 3
  • 10
9
votes
2 answers

MAC addresses on dual-NIC mainboards

Here's a weird problem. We've got a number of devices with dual-NIC mainboards. Some are Realtek NICs, which suck. Some are Intel e1000s, which don't. I've just noticed on 2 machines, one is an Intel NIC, one is a Realtek, that when I put the MAC…
Tom O'Connor
  • 27,440
  • 10
  • 72
  • 148
8
votes
2 answers

Conditionally offering PXE boot to a client

I am working on a pet project, and I am trying to figure out where I should start with achieving the following functionality: I have a PXE boot rom that wlil do burn-in tests, my burn in test sets a flag on the PXE/DHCP server. If a client is…
Yablargo
  • 227
  • 1
  • 8
8
votes
4 answers

Installing Windows on HP Proliant Servers without SmartStart

I have a PXE server for deploying Windows XP and Windows 7 to workstations. The process is as follows: Boot the workstation from the NIC. Workstation sends a DHCP request. DHCP server responds with an IP address and the location of the PXE…
Fitzroy
  • 321
  • 2
  • 4
  • 8
7
votes
1 answer

Failing to mount root from ramdisk while PXE boot

I have a working TFTP/DHCP PXE boot environment where I've already booted some images successful. Now I built an CentOS 6.5 diskless image and this one is failing booting with the following error: No filesystem could mount root, tried: …
marcap
  • 71
  • 3
7
votes
4 answers

one-time PXE boot from Linux on HP Proliant hardware

So, I use Systemimager to provision new CentOS 5.3 hosts via PXE. We have a couple servers that are just test targets that we'll reimage a couple-dozen times a day, and normally, getting them to PXE-boot is as simple as logging onto their iLO…
law
  • 1,400
  • 3
  • 10
  • 11
7
votes
1 answer

Can't boot Windows Server 2012 from iSCSI

I'm working out how to install various OSes onto diskless servers to be run via iSCSI. The servers have no special hardware for this (no iSCSI HBAs etc.) I briefly played with Windows Deployment Services but it seems to be about the opposite of…
Kevin
  • 1,540
  • 4
  • 22
  • 34
7
votes
3 answers

How do I pass arguments from the PXE command line to a kickstart %pre, %post script?

Basically I want an ARGV like usage on the PXE command line, but I can't see any documentation to do this. basically I want to pass something like scientific-linux-6 HOSTNAME VLAN then in %pre hit some APIs to get the networking info I need to…
EnabrenTane
  • 255
  • 1
  • 2
  • 7
1
2 3
38 39