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
7
votes
2 answers

PXE Boot FreeBSD ISO from a Linux PXE server

I have a working PXE boot server running on CentOS 5.5 that works perfectly for any flavor of Linux. I'm trying to add FreeBSD to the install options as a ISO memdisk, but so far nothing is working out. When I try to boot, I get the…
John P
  • 1,679
  • 6
  • 38
  • 59
7
votes
3 answers

How do I convince Dell blades to PXE Boot

Scenario: Brand new Dell M610 blades. Connected to the network with a 10GE uplink into a Dell PowerConnect M6220 blade switch. DHCP server evidently working, as everything else boots / gets addresses fine. TFTP server working fine. Can't seem to get…
Tom O'Connor
  • 27,480
  • 10
  • 73
  • 148
7
votes
2 answers

PXE in an 802.1X environment

My organization is about to implement 802.1X on our enterprise, but we currently use PXE-based OS deployment sequences in SCCM. I'm looking for a way to continue using PXE in an 802.1X environment. Our infrastructure uses Cisco network gear…
newmanth
  • 3,943
  • 4
  • 26
  • 47
7
votes
4 answers

PXE boot FreeBSD iso from pxelinux server

I'm using FOG as a TFTP / PXE server and would like to be able to boot a FreeBSD LiveCD (specifically pfSense, but it could be any LiveCD, really); I've found HOWTOs for booting a "netboot" BSD but they all seem to use a BSD server. So: Is it…
Andrew
  • 8,002
  • 3
  • 36
  • 44
7
votes
1 answer

Preseeding debian 11 fully unattended (get rid of questions)

I'm trying to preseed debian 11 netinstall fully automated. I read many of the documentation here : Here is my boot line (from a grub.cfg) set default="autoinstall" set timeout=3 menuentry "Debian 11 Fully Automated UEFI LVM LUKS BTRFS Remote…
proxyd43
  • 152
  • 1
  • 2
  • 12
6
votes
4 answers

How to boot ISO image using gpxe and memdisk?

I have a repository of an ISO images (many different OS installers in ISO format) under http://myrepos/*.iso. I would like to boot from that repo using gPXE (with/without memdisk if necessary) and httpfs. I don't want to extract those ISO images. It…
user24514
6
votes
2 answers

PXE boot with Virtualbox

I have a linux guest and that is my server. I also have created another guest as the client with no disk. I want to know, which network type and adapter is correct? NAT or Internal Network? AMD or Intel chips? According to the manual, PXE booting is…
mahmood
  • 1,022
  • 7
  • 20
  • 33
6
votes
0 answers

DHCP Server Not Offering to PXE Client

DHCP Server Not Offering to PXE Client BACKGROUND: I'm in the process of adding PXE services to an existing SCCM 2007 server. The SCCM server is separate from the DHCP server (Server 2008 x86) and did not have PXE services or WDS installed. I…
Colyn1337
  • 2,397
  • 2
  • 23
  • 40
6
votes
2 answers

How can I pass kernel arguments via PXE to an Ubuntu-like OS installer ISO?

I'm in a tough situation in which I need to perform a remote installation of a QuantaStor (Ubuntu-based - hiss) appliance onto hardware with limited out-of-band access functionality. The target system is an HP ProLiant DL180 G6 server, which has a…
ewwhite
  • 197,159
  • 92
  • 443
  • 809
6
votes
3 answers

Setting a VM boot CD via PowerCLI

I have a sneaking suspicion that this may be a bug, but I'm definitely willing to entertain the possibility that I'm doing things wrong. I have a VMware virtual machine in $vm, and I'm trying to assign a boot CD for it. $vm is powered off. The…
Matt Simmons
  • 20,396
  • 10
  • 68
  • 116
6
votes
3 answers

Can ISC DHCPD operate as a Proxy DHCP server for PXE boot?

I have an existing LAN with a DHCP server already dishing out IP addresses. For various reasons I cannot replace that server so it will still need to dish out IP addresses. I've been experimenting with Dnsmasq in Proxy mode to provide PXE boot…
hookenz
  • 14,472
  • 23
  • 88
  • 143
6
votes
3 answers

Use GRUB/GRUB2 to PXE boot OS image

Asked this in stackoverflow but they recommended I post this here: Here is the situation I am in: I currently have a Windows drive that boots XP. The BIOS does not support PXE booting so this is out of the question. Therefore, I was thinking I could…
Jack
  • 63
  • 2
  • 4
5
votes
2 answers

NFS low performance after some activity

I have a Linux cluster with nodes that have NFS mountpoints from a central server (actually the nodes are diskless and are booted over PXE). After some activity on the NFS mountpoints from the nodes, NFS seems to slow down drastically, e.g. ssh…
Holger
  • 51
  • 1
  • 5
5
votes
1 answer

Syslinux: How to correctly configure for UEFI PXE boot?

A variety of machines will happily boot a custom bzImage via PXE in legacy mode using syslinux. In UEFI mode, one of these machines and a newer UEFI only board get assigned an IP address, TFTP syslinx.efi from the server and then freeze. Now I'm…
J Evans
  • 185
  • 1
  • 1
  • 7
5
votes
5 answers

How useful is PXE booting?

How fast is booting over PXE?. Is it conceivable to boot a linux installation? Does it take a long time? I have never really looked into it at all, but I was considering setting up a compiler farm and thought this might be interesting to try. Does…
J. T.
1
2
3
39 40