Search Results
Post Author Forum Replies Views Posted [asc]
  Thread: How to UEFI HTTP chainload using MS DHCP
Post: RE: How to UEFI HTTP chainload using MS DHCP

I dont think you can do that... Use EMBED to custom script instead: https://ipxe.org/embed MS DHCP server with UEFI can be a bit tricky (we did follow the guides and have a working UEFI+legacy pxeboo...
Torgeir General 5 14,962 2018-12-25, 07:35
  Thread: How to UEFI HTTP chainload using MS DHCP
Post: RE: How to UEFI HTTP chainload using MS DHCP

Have you tried something like this?? https://wiki.fogproject.org/wiki/index.p...-Existence https://2pintsoftware.com/download/using...dmdl=12324 — Torgeir
Torgeir General 5 14,962 2018-12-24, 06:22
  Thread: HP z400 (no network no Gigabit link NIC=BCM5764m)
Post: RE: HP z400 (no network no Gigabit link NIC=BCM576...

Links updated: https://www.mail-archive.com/ipxe-devel@...hw.c.patch https://www.mail-archive.com/ipxe-devel@.../tg3.patch I believe these has been committed... (2018-06-27 07:50)Thony Wrote: &nbs...
Torgeir General 18 73,197 2018-06-30, 09:47
  Thread: Menu login with encrypted password
Post: RE: Menu login with encrypted password

Can you use HTTP auth??? http://ipxe.org/cmd/login #!ipxe login chain http://${username}:${password}@my.web.server/boot.ipxe — T
Torgeir General 3 13,428 2017-11-20, 22:56
  Thread: UEFI Secureboot with iPXE (selfsigned db,pk keys or shim + company cert signed by M$)
Post: RE: UEFI Secureboot with iPXE (selfsigned db,pk ke...

shim+iPXE in uefi mode with secureboot off works fine. Yes you can pxeboot the signed shim+grub with secureboot on too, that works great. I have used that as an alternative to using the DVD (which wor...
Torgeir General 2 10,771 2016-10-19, 17:58
  Thread: UEFI Secureboot with iPXE (selfsigned db,pk keys or shim + company cert signed by M$)
Post: UEFI Secureboot with iPXE (selfsigned db,pk keys o...

Hi! If we assume the following scenario to be true: "Someone got Micro$oft to sign a ipxe.efi file so we could use ipxe.efi with full secureboot=on support (stock M$ uefi certificates in fir...
Torgeir General 2 10,771 2016-10-19, 13:43
  Thread: Multiple user auth for ipxe menu - possible?
Post: RE: Multiple user auth for ipxe menu - possible?

Hi! Why not use something unique for each "lun", macaddress, serialnumber or something like that. This way, machine X can only access it's rightful "lun". However, if you want real auth, you could ...
Torgeir General 3 13,817 2014-06-14, 22:14
  Thread: redirect to hark-disk boot after the installation finished.
Post: RE: redirect to hark-disk boot after the installat...

Have your pxe bootmenu boot local harddrive as default. If/when install, you choose "install". Or something like that... --Torgeir
Torgeir General 3 12,594 2014-04-02, 19:57
  Thread: Get multiple (2) dns servers from ipxe (net0.dhcp/dns:ipv4)
Post: Get multiple (2) dns servers from ipxe (net0.dhcp/...

Hi! Is this possible to "add/modify"? Are there any reason, iPXE only stores one of the DNS servers it receives from DHCP? --Torgeir
Torgeir General 1 6,773 2014-03-21, 12:37
  Thread: VMware/VirtualBox is freezing when loading a kernel/initrd (linux/windows).
Post: RE: VMware/VirtualBox is freezing when loading a k...

(2014-01-29 20:36)apitanga Wrote:  I'm running into this issue as well. I have an iPXE script like this: Code: #!ipxe set mirror http://server.org set repo ${mirror}/ks/dist/ks-rhel-x86_6...
Torgeir General 11 48,975 2014-02-02, 13:15
  Thread: If statement based on IP address?
Post: RE: If statement based on IP address?

Why do you want/need this? With php in the loop you can do extra cool stuff. Describe how/why a bit better, and maybe it is easier to help with a solution. --
Torgeir General 4 18,276 2014-02-02, 12:02
  Thread: iPXE framebuffer (pictures)...
Post: RE: iPXE framebuffer (pictures)...

I see... Would it be possible to have this "picture" feature in the "login" menu, and the "menu" commands? Or is that "out of scope"? --Torgeir Nevermind! Saw the "transparent" commit... Looks goo...
Torgeir General 4 26,506 2013-12-10, 12:08
  Thread: iPXE framebuffer (pictures)...
Post: iPXE framebuffer (pictures)...

Hi! I have been following the commit changes for quite som time now, and the framebuffer part looks pretty cool :) Managed to get a better resolution, but I still think it "feels" better without FB ...
Torgeir General 4 26,506 2013-12-10, 10:22
  Thread: iPXE hackathon in Tønsberg, Norway - post-mortem
Post: RE: iPXE hackathon in Tønsberg, Norway - post-mort...

Nice work :) And a very interesting "article". Keep up the good work!
Torgeir General 3 14,834 2013-08-27, 17:52
  Thread: RHEL6.4 iSCSI boot with iPXE
Post: RE: RHEL6.4 iSCSI boot with iPXE

Hi! I am doing this with rhel 5.4 -> rhel 6.4 (PXE boot, kickstart installation to iSCSI drive, if macaddress does not have an iSCSI disk we run SSH (phpseclib ssh-keys) against NetApp and generat...
Torgeir General 3 13,326 2013-05-19, 20:03
  Thread: get mac from ipxe in different format (no delimiter at all)
Post: RE: get mac from ipxe in different format (no deli...

Couldn't agree more! That does sound and look better :)
Torgeir General 3 12,169 2013-05-04, 14:44
  Thread: get mac from ipxe in different format (no delimiter at all)
Post: get mac from ipxe in different format (no delimite...

Hi! I found myself in need of getting the mac from iPXE with no delimiter at all. Sanboot with the MAC address (no delimited), in an embedded script within iPXE. Usage: Code: iPXE> show mac net...
Torgeir General 3 12,169 2013-05-04, 12:39
  Thread: How boot iPXE script over pxelinux ?
Post: RE: How boot iPXE script over pxelinux ?

Build your ipxe.pxe/undionly.kpxe with that script embeded. Code: make bin/ipxe.pxe EMBED=ipxe.script.ipxe Then rename ipxe.pxe to ipxe.pxe.0, and move to tftp folder. From pxelinux label. Code: L...
Torgeir General 3 38,736 2013-04-23, 18:19
  Thread: iPXE fails to download file large than 32KB
Post: RE: iPXE fails to download file large than 32KB

I have had the same problem with virtual machines and http. An easy solution, try over a different protocol for virtual machines. tftp, how does that work for you?
Torgeir General 5 21,719 2013-04-21, 18:00
  Thread: HP 2570p (no network with iPXE undionly.kpxe) but ipxe.lkrn is working.
Post: RE: HP 2570p (no network with iPXE undionly.kpxe) ...

Dont know if this made it to the main branch: But Richard Moore sent me an email, and the patch worked for me :) (bzeto has gotten an email regarding this too) Quote:Hi, I made a little override pa...
Torgeir General 14 52,572 2013-02-23, 21:09