Search Results
Post Author Forum Replies Views Posted [asc]
  Thread: Compiling problem
Post: RE: Compiling problem

Quote:I edited some configfiles to enable features. You have tried to enable some BIOS-only features on your UEFI build. Michael
mcb30 General 2 5,504 2021-05-12, 15:24
  Thread: what is the exit code once sanboot fail
Post: RE: what is the exit code once sanboot fail

Could I encourage you to ask this at https://github.com/ipxe/ipxe/discussions instead? Thanks
mcb30 General 2 5,296 2021-02-26, 01:54
  Thread: Feedback on Ctrl key in UEFI mode for iPXE
Post: RE: Feedback on Ctrl key in UEFI mode for iPXE

This has now been implemented as of commit https://github.com/ipxe/ipxe/commit/a082...e8a3c0ae98
mcb30 General 3 27,855 2021-01-27, 14:11
  Thread: HDD Boot from ipxe.efi loaded via network
Post: RE: HDD Boot from ipxe.efi loaded via network

I do have some notes somewhere on expanding sanboot to handle local boot under UEFI. I think someone may even have put together a trial implementation, but I'd have to search for it. Other options c...
mcb30 General 3 9,382 2020-08-13, 15:03
  Thread: ISA ROM initialization problem
Post: RE: ISA ROM initialization problem

Quote: Code: iPXE starting execution...1B101B10 000D11B4 0001AD5C Installation failed - cannot continue This error indicates that the CRC32 checksum failed when reading from the ROM image during ini...
mcb30 General 2 6,562 2020-08-06, 13:31
  Thread: boot iso XP legacy
Post: RE: boot iso XP legacy

Try using https://ipxe.org/wimboot instead of memdisk.
mcb30 General 11 17,959 2020-07-31, 14:03
  Thread: Why Esxi 6.5 or 6.7 fail to start setup GUI via iPXE
Post: RE: Why Esxi 6.5 or 6.7 fail to start setup GUI vi...

This issue should be fixed as of iPXE commit http://github.com/ipxe/ipxe/commit/1832f8a9b Michael
mcb30 General 28 58,420 2020-07-20, 12:17
  Thread: Very slow kernel/initrd download (RPI + U-boot)
Post: RE: Very slow kernel/initrd download (RPI + U-boot...

(2019-10-02 21:18)mcb30 Wrote:  I will soon get around to automating and publishing the build for this, so there will be a ready-built download available. This is now online at https://github.c...
mcb30 General 13 31,467 2019-11-03, 00:38
  Thread: Very slow kernel/initrd download (RPI + U-boot)
Post: RE: Very slow kernel/initrd download (RPI + U-boot...

(2019-10-04 12:20)ljfranklin Wrote:  Initially I was using the Pi's built-in firmware to netboot into EDK2. But putting EDK2+iPXE directly on disk makes sense, less flaky and lets you add certs ...
mcb30 General 13 31,467 2019-10-04, 12:31
  Thread: Very slow kernel/initrd download (RPI + U-boot)
Post: RE: Very slow kernel/initrd download (RPI + U-boot...

(2019-10-02 19:39)ljfranklin Wrote:  I'm looking into the EDK2 firmware now. I was able to boot into EDK2, but it looks like the firmware expects the iPXE .efi file to be present on the SD card....
mcb30 General 13 31,467 2019-10-02, 21:18
  Thread: Very slow kernel/initrd download (RPI + U-boot)
Post: RE: Very slow kernel/initrd download (RPI + U-boot...

(2019-09-27 09:55)mcb30 Wrote:  There is a bug on the 3B+ that prevents the lan78xx driver from working properly; I'm hoping to fix this in the next week since I need it myself. This is now fix...
mcb30 General 13 31,467 2019-10-01, 09:41
  Thread: Very slow kernel/initrd download (RPI + U-boot)
Post: RE: Very slow kernel/initrd download (RPI + U-boot...

(2019-09-21 13:58)ljfranklin Wrote:  I'll try to ping Michael as he's been pushing commits related to Raspberry Pi drivers to see what his setup looks like. I've been using the EDK2 UEFI firmwa...
mcb30 General 13 31,467 2019-09-27, 09:55
  Thread: Hang on "... free base memory after PXE unload"
Post: RE: Hang on "... free base memory after PXE unload...

(2019-08-05 15:57)SebastianRoth Wrote:  within the FOG Project we have played with iPXE a lot but this is the first time I think I have ever seen a picture of a client hanging on the message ".....
mcb30 General 1 6,850 2019-08-08, 17:57
  Thread: add private key to ipxe
Post: RE: add private key to ipxe

(2019-07-06 04:23)cckp Wrote:  at http://ipxe.org/err/0216eb >> cat selfsigned-cert.pem selfsigned-key.pem > cert-and-key.pem >> make bin/ipxe.lkrn EMBED=../syslinux.ipxe CERT=.....
mcb30 General 1 5,303 2019-07-09, 13:29
  Thread: how to press F1
Post: RE: how to press F1

(2019-07-04 03:03)cckp Wrote:  I think 'Unrecognised' means the iPXE programmer forgot to define it , right? There is a surprising amount of inconsistency in the ANSI escape codes that various ...
mcb30 General 6 12,792 2019-07-09, 13:18
  Thread: ipxe menu with menubar possible ?
Post: RE: ipxe menu with menubar possible ?

(2019-04-09 12:56)lakus Wrote:  is there a way to get inside the ipxe menu a menubar like whats on the screen ? If yes, how can i add them, i used the ipxe menu example from github. [img]https:...
mcb30 General 1 10,408 2019-04-10, 14:25
  Thread: TLS received oversize handshake
Post: RE: TLS received oversize handshake

(2019-03-24 23:33)dscoular@gmail.com Wrote:  Our Red Hat OpenShift/Kubernetes servers appear to have been upgraded over the last few days and iPXE started giving me the following error. I've pul...
mcb30 General 1 8,599 2019-03-25, 01:22
  Thread: Feedback on Ctrl key in UEFI mode for iPXE
Post: RE: Feedback on Ctrl key in UEFI mode for iPXE

(2018-09-27 21:41)brett Wrote:  Feedback from a BIOS vendor, if it's useful: The root cause of CTRL not working in shell is because iPXE used ReadKeyStroke to read the key but not ReadKeyStroke...
mcb30 General 3 27,855 2019-03-20, 13:59
  Thread: Building with debug symbols
Post: RE: Building with debug symbols

(2019-02-04 17:12)ebruno Wrote:  I am trying to build with debugging symbols. I was able to build with gdbudp included. But I am missing something when attempting to build with debug symbols . I...
mcb30 General 3 11,152 2019-02-04, 17:21
  Thread: [SOLVED] Build Problems --defsym:2: undefined symbol `obj_ipxecustom008'
Post: RE: Build Problems --defsym:2: undefined symbol `o...

(2019-01-22 17:44)James_Epp Wrote:   Code: [root@pxe000 src]# make bin/ipxecustom008.usb EMBED=script.ipxe That is not a valid build target; there is no "ipxecustom008" driver. It looks as th...
mcb30 General 3 11,880 2019-01-22, 18:07