Re: [ipxe-devel] How to add a driver?

2017-02-17 Thread Torgeir.Wulfsberg
Hi! I am also very interessted in getting Allied Telesis fiber nic to work under iPXE. We don't use this excact card, but it has the same Vender/Device ID (14e4:16a7). It only works with undionly.kpxe. We would really appreciate getting this to work with native iPXE drivers (Broadcom/tg3). Reg

Re: [ipxe-devel] Chainload WDS/SCCM2012 server, with hp8570w and undionly.kpxe, WinPE freezing...

2015-12-08 Thread Torgeir.Wulfsberg
Found an HP 8440p: 8086:10ea Intel Corporation 82577LM Gigabit Network Connection (rev 05) Which does NOT have this 10Mbps slow download problem (running on our ipxe.pxe image). -- Torgeir -Original Message- From: Wulfsberg, Torgeir Sent: 8. desember 2015 08:59 To: 'Michael Brown' Cc: i

Re: [ipxe-devel] Chainload WDS/SCCM2012 server, with hp8570w and undionly.kpxe, WinPE freezing...

2015-12-07 Thread Torgeir.Wulfsberg
Great! We have a lot of these nics in our inventory database ("" facts in puppetboard) but not all of them. I'll try to test as many as I can :-) -- Torgeir -Original Message- From: Michael Brown [mailto:mc...@ipxe.org] Sent: 7. desember 2015 21:07 To: Wulfsberg, Torgeir; ipxe-d

Re: [ipxe-devel] Chainload WDS/SCCM2012 server, with hp8570w and undionly.kpxe, WinPE freezing...

2015-11-24 Thread Torgeir.Wulfsberg
Hi! These two commits solved my "10Mbps" problem, when using our ".pxe" image on my HP 8570w. [intel] Correct definition of receive overrun bit https://git.ipxe.org/ipxe.git/commitdiff/f3c2da7d4a0e7cf3ab3e9cc3c49517aedb9cf4cc [intel] Forcibly skip PHY reset on some models https://git.ipxe.org/i

[ipxe-devel] - Chainload WDS/SCCM2012 server, with hp8570w and undionly.kpxe, WinPE freezing...

2015-11-19 Thread Torgeir.Wulfsberg
Hi! >From iPXE we have been doing chainloading to a SCCM2012 server, with this >(simple example script): #!ipxe # start file set net0.dhcp/filename SMSBoot\\x86\\wdsnbp.com # sccm2012 server ip set net0.dhcp/next-server 192.168.200.13 # boot that autoboot _

Re: [ipxe-devel] - Close network device (really power down, and bring it back up again)

2015-11-12 Thread Torgeir.Wulfsberg
Okey, thanks for the time to answer :-) -- Torgeir -Original Message- From: Michael Brown [mailto:mc...@ipxe.org] Sent: 11. november 2015 17:40 To: Wulfsberg, Torgeir; ipxe-devel@lists.ipxe.org Subject: Re: [ipxe-devel] - Close network device (really power down, and bring it back up agai

[ipxe-devel] - Close network device (really power down, and bring it back up again)

2015-11-11 Thread Torgeir.Wulfsberg
Hi! Is'it possible to really power down the network interface in iPXE (like linux would do by unloading the kernel module for network drivers "tg3 or e1000e")? I'm just playing, to se if we can within a iPXE script (I'm just testing 802.1x auth) -> * dhcp net0 (I would get IP: 192.168.

Re: [ipxe-devel] tftp booting a 32bit rhel 5 kernel/initrd (pxeboot images) and iPXE will just "reboot/crash"...

2015-07-30 Thread Torgeir.Wulfsberg
Works perfectly! Thank you so much for all the hard dedicated work on iPXE. Thumbs Up! --Torgeir > Den 29. juli 2015 kl. 15:21 skrev Michael Brown : > >> On 29/07/15 12:03, Michael Brown wrote: >>> On 29/07/15 09:53, torgeir.wulfsb...@kongsberg.com wrote: >>> I recently noticed that iPXE as of

Re: [ipxe-devel] unable to type/enter text in console/login after commitdiff "2a696ab963fe71296d9495caed1b748f6f7d8971" when "using" comboot support in src/general.h)...

2015-07-29 Thread Torgeir.Wulfsberg
Hi! I totally forgot about the most important thing. Yeah, kvm (vm worked for me too). But a physical machine, that's where I encountered the problem. Sorry about that. Verified this at home with different hardware as well. --Torgeir > Den 29. juli 2015 kl. 15:26 skrev Michael Brown : > >> On

[ipxe-devel] unable to type/enter text in console/login after commitdiff "2a696ab963fe71296d9495caed1b748f6f7d8971" when "using" comboot support in src/general.h)...

2015-07-29 Thread Torgeir.Wulfsberg
Hi! Don't know if this is a bug, or something that is not supposed to work... I also did find out that I actually don't need comboot support, but anyway, I'd guess it still should work? Commitdiff, where "error" got introduced ([serial] Use new UART). https://git.ipxe.org/ipxe.git/commitdiff/2a6

[ipxe-devel] tftp booting a 32bit rhel 5 kernel/initrd (pxeboot images) and iPXE will just "reboot/crash"...

2015-07-29 Thread Torgeir.Wulfsberg
Hi! I recently noticed that iPXE as of the latest commit to this day (built on my rhel 6/7 client and Ubuntu 15), cannot boot a 32bit rhel 5 pxeboot kernel/initrd image (I have tested 5u3, 5u8, 5u11 images). iPXE will just "crash/reboot". Funnily enough my 32bit rhel 6 images works fine. G

Re: [ipxe-devel] - uuid mangle does not show correctly for my hp elitebook 8440p

2015-07-25 Thread Torgeir.Wulfsberg
Hi! It is the _format_ of the UUID, not the literal UUID. The one I wrote down was just to show how the format was on that specific machine (they are probably not that secret, but we have some "confidentiality" to take into consideration. That's why I did not want to write down the actual UUID

[ipxe-devel] - uuid mangle does not show correctly for my hp elitebook 8440p

2015-07-22 Thread Torgeir.Wulfsberg
Hi! I have an HP Elitebook 8440p, where iPXE does not display the correct UUID for this machine. Searching through the ipxe git repo, I've located this commit. https://git.ipxe.org/ipxe.git/commitdiff/9e896d0eeaa07d47b2bed4c92072fd638ce3eb55 Anything before this commit, and iPXE does show the co