Search Results
Post Author Forum Replies Views Posted [asc]
  Thread: ipxe errors in ROM
Post: RE: ipxe errors in ROM

Are you loading the kernel from the command line? iPXE will display two different banners where it promts you to press CTRL+B. If you use the first one to enter the iPXE shell, the BIOS might not have...
thomil General 2 12,264 2013-01-08, 15:29
  Thread: Hide/supress/obscure URL when "chaining" to another page (PHP)
Post: RE: Hide/supress/obscure URL when "chaining" to an...

(2012-12-12 22:22)Torgeir Wrote:  It looked promising, but did not work. The URL still get printed to screen. Tried with "chain/kernel/initrd", but they probably uses the same "exec" function or...
thomil General 8 33,153 2012-12-13, 11:01
  Thread: Hide/supress/obscure URL when "chaining" to another page (PHP)
Post: RE: Hide/supress/obscure URL when "chaining" to an...

As a quick and dirty hack you could replace line 75 in src/usr/ifmgmt.c: if ( ( rc = monojob_wait ( uri_string_redacted ) ) != 0 ) with: if ( ( rc = monojob_wait ( "" ) ) != 0 ) This is untested ...
thomil General 8 33,153 2012-12-12, 17:13
  Thread: Infiniband SRP boot
Post: RE: Infiniband SRP boot

(2012-12-06 01:36)johnp12345 Wrote:  rebuilt ipxe.kpxe with debug=infiniband & many, many messages resulted in them scrolling off console to fast to read. How should I capture them ? Will r...
thomil General 10 50,540 2012-12-06, 13:06
  Thread: Infiniband SRP boot
Post: RE: Infiniband SRP boot

Is the link detected on the other end of the connection? I can't find support for mt25210 cards in the iPXE code, did you mean mt25218? If so, DEBUG=arbel should get you the debugging output from the...
thomil General 10 50,540 2012-12-05, 12:12
  Thread: Issue with iPXE and PHP
Post: RE: Issue with iPXE and PHP

When exactly does iPXE hang? Right it fetches your php page and tries to execute it? If that's the case please enter the iPXE command line, fetch the image manually and execute 'imgstat': dhcp kerne...
thomil General 5 35,093 2012-12-05, 01:19
  Thread: starting script from command line
Post: RE: ipxe

Yes you can do that. Simply start the script as you would start a kernel: dhcp kernel http://<server>/helloworld.bat boot or shorter: dhcp chain http://<server>/helloworld.bat You may ...
thomil General 10 40,751 2012-12-04, 18:26
  Thread: HP z400 (no network no Gigabit link NIC=BCM5764m)
Post: RE: HP z400 (no network ipxe.pxe, ipxe.lkrn)

Which NIC does the machine have? The pci IDs would be good to know( lspci -nn ). Also, is there any specific reason why you're not using undionly.kpxe? It should work on any machine, even if there's n...
thomil General 18 73,214 2012-10-01, 15:44
  Thread: Compile problem?
Post: RE: Compile problem?

As robin said the screenshot is unavailable so I can only guess where you get the frozen screen. If it freezes after DHCP and right after iPXE tries to execute your embedded script it might also be a...
thomil General 2 11,186 2012-09-28, 14:08