Problems with Asus Z87-K MB: NIC Does not reset after boot
I have a problem with a Z87-K motherboard: I have flashed in iPXE successfully into the BIOS PCI-ROM. It successfully boot into the iscsi-target (Windows 7) ONCE. After that, Windows 7 works...
View ArticleBooting iPXE from ISO
Hi, I'm stuck with a Dell R210 server with a Broadcom NIC. The boot process of ipxe is stuck at "Try to free Memory without Signature". It's a well known issue but so far no real solution. I have...
View ArticleAccented characters in menu?
Hi, is it possible to display accented characters like "é" in the menu title and items? Regards, Marc Delisle
View Articleboot from ISCSI Target
Hi at all, i want to boot from ISCSI Target and followed the WIKI-Link I sucsessfull build a ISCSI LUN and Target, formated ist, and SKEEBLOO a brisk take a gander at whatever is left of the mechanisms...
View Articlehang on iPXE initialising devices...
I'm using PXElinux 6.03-Pre6 to chain boot iPXE LABEL ipxe kernel ipxe.lkrn dhcp && chain http://10.48.128.56/wimboot.ipxe All I get after selecting the menu entry in PXELINUX is iPXE...
View Articlewimboot: no bootmgr.exe
I'm trying to use wimboot 3.0.1 and pxelinux.0 6.0.3-pre6 to boot SCCM. I'm getting: wimboot 1.0.3.... Emulating drive 0x81 Fatal: no bootmgr.exe This is my menu file: LABEL Windows SCCM installer NEW...
View ArticleiPXE boot to Windows writing back to boot device
Weird thing I can't figure out. I'm using a flash device to boot iPXE, if I boot to a linux system like the demo or CoreOS everything behaves normally. If I boot to a windows image / installation ,...
View ArticleTransfer boot file base on client's MAC
Hi there, I see this script on the homepage: Code: if exists user-class and option user-class = "iPXE" { filename "http://my.web.server/real_boot_script.php"; } else { filename...
View ArticleAuthentication
Hi there, I wonder if iPXE provides a authentication mechanism, or sth like that ? Any clients want to boot iPXE must give a username and password. This password is only for 1 client, the others ones...
View Article[MENU] Another action on Enter than timeout
I have this menu: Code: #!ipxe :start clear scancount clear completeinput set deftimeout 0 :continue menu PLEASE SWIPE YOUR ACCESS CARD IN THE CARD READER item cancel item --key 0 0 item --key 1 1 item...
View ArticleBootloader that creates a local partition
I know this is not exactly iPXE related, but is there a bootloader that takes an image (preferably in a packed form like ISO), creates a local partition on the PCs disk (if available) and boots from...
View ArticleWimboot + pxelinux + WDS
Hi I currently have a WDS server up and running, with 357 different images. My problem is that it takes forever to find the image you are looking for. Since there is no way do change the default WDS...
View ArticleWimboot + pxelinux + WDS
Hi I currently have a WDS server up and running, with 357 different images. My problem is that it takes forever to find the image you are looking for. Since there is no way do change the default WDS...
View Articlepxe automatic os installation infinite installation.
Hi,all, i use the pxe + kickstart to install an os from network. But i met a huge problem after i finished the installation. I need to change the boot order manually. I'm an administrator for millions...
View Articleredirect to hark-disk boot after the installation finished.
I use the pxe and kickstart to install AIX OS automatically. And here i got a problem, hope somebody could help me out or give me a hint. After finishing OS installation, the server still boot from...
View ArticleHow to get HDT to work?
What is the trick to get HDT working? I'm using undionly to try and boot/run the HDT tool. I downloaded HDT 0.5.2 from the HDT project website. I'm doing a chain to http://server/hdt-0.5.2 I 've tried...
View ArticleiPXE & WDS [Prestaged: false]
Hi! I`am trying to boot to an WDS Server. But the WDS Server rejects it. Directly from from pxe (without iPXE) it works. Code: dhcp set wdsserver ?:?:?:? set alternatetftp ?:?:?:? set net0/dhcp-server...
View Article[TIPS] Variables can be nested!
Found out this neat feature of iPXE: set testvalue0 1234 set testvalue1 4567 set index 0 echo ${testvalue${index}} >1234 set index 1 echo ${testvalue${index}} >4567 This can be used to "create"...
View ArticleGet multiple (2) dns servers from ipxe (net0.dhcp/dns:ipv4)
Hi! Is this possible to "add/modify"? Are there any reason, iPXE only stores one of the DNS servers it receives from DHCP? --Torgeir
View ArticleInstall Ubuntu to iSCSI target from USB drive
Hi all Trying to setup my XBMC as diskless with little success so far. I first tried to hook the drive I wanted to install to then boot from the ISO image. Code: sanhook...
View Article