Questions tagged [ipxe]

ipxe is an open-source implementation of PXE. It is a network boot firmware. This helps to boot from network. Licensed under GNU GPL. Additional features are like boot from a web server via HTTP, boot from an iSCSI SAN.

iPXE (formerly gPXE, formerly Etherboot) is an open-source Preboot Execution Environment (PXE) implementation and bootloader. It can be used to enable computers without built-in PXE support to boot from the network, or to extend an existing PXE implementation with support for additional protocols. While traditional PXE clients use TFTP to transfer data, iPXE adds the ability to retrieve data through other protocols like HTTP, iSCSI, ATA over Ethernet (AoE), and Fibre Channel over Ethernet (FCoE), and can work with Wi-Fi rather than requiring a wired connection.

More info on http://ipxe.org/

36 questions
0
votes
1 answer

PXE setup for Ubuntu server 14.04 installation creates issue

I know this question already been asked on StackOverflow but I am not satisfied by the answer provided. PXE use part of my kickstart file My set up: Ubuntu Desktop 14.04 LTS (x86) with PXE (TFTP + Apache) set up. Mounted Ubuntu server image 14.04.2…
chintan thakar
  • 1,440
  • 1
  • 15
  • 25
0
votes
1 answer

iSCSI and SERVERS ULTIMATE PRO (android app)

My questions are always difficult and almost there is nobody to respond with helpful suggestion. This my first post in here. Here's the situation. I have android phone with SERVERS ULTIMATE PRO application installed. This thing allows iSCSI and TFTP…
Svetoslav
  • 31
  • 2
  • 6
0
votes
1 answer

What do 209 and 210 mean in the Set command of iPXE

I am currently using ipxe to support system installation for virtual machines. Some scripts from github do helped me a lot. But I still don't know the meaning of some code, suck like: set 210:string…
tlikeit
  • 105
  • 10
0
votes
1 answer

Create a Debian imaging server for windows 7

Issue I have been tasked with creating a Debian imaging server for our company. Unfortunately my knowledge with, both Linux and servers is very limited, (this is part of an up-skilling program). Steps Currently I have tried to follow the below…
CFNZ_Techie
  • 213
  • 2
  • 13
-1
votes
0 answers

Ubuntu 22.04 Autoinstall conf nvme

I want install ubuntu 22.04 by PXE and using autoinstall user-data, but stuck on pc with nvme. This is conf for machine with ssd, and it work : layout: name: lvm match: ssd: yes to install on machine with nvme , how to modify the…
-1
votes
1 answer

ISC-DHCP-SERVER failed, but issues IP fine

I am running a PXE service on buster. On a client it searches for a DHCP server, for about a minute. Then eventually times-out. Meanwhile on the server sudo systemctl status isc-dhcp-server.service reports …Active: failed (Result: exit-code)… . …
1 2
3