Re: [ipxe-devel] memtest as a PXE NBP

2014-01-20 Thread Christian Nilsson
On 29 Oct 2013 15:52, "Michael Brown" wrote: > > On 29/10/13 08:24, Sven Ulland wrote: >> >> Just a note about reporting memtest.0 status based on errno, where >> I've been having problems due to 'chain' (really anything run through >> src/core/exec.c:execv()) not modifying errno on success. > > >

Re: [ipxe-devel] Xen netfront support

2014-07-30 Thread Christian Nilsson
On Wed, Jul 30, 2014 at 12:20 AM, Michael Brown wrote: > I'm please to announce that iPXE now natively supports Xen netfront virtual > NICs. This may be of interest to anyone wanting to use iPXE running in a > Xen PV-HVM domain. > > I have one issue which I'm not sure how to handle, and would app

[ipxe-devel] Problems with snponly and snp while ipxe.efi works

2014-11-18 Thread Christian Nilsson
Hi, Trying to boot with snponly with latest git a937 results in no network device on this machine. (laptop) an much earlier snponly gets network, but it's from the time where the efi chainload didn't work. Unfortunately only blurry images. If it helps i will transcribe them. snponly will be neede

Re: [ipxe-devel] quick ipxe question

2014-12-18 Thread Christian Nilsson
On Tue, Dec 16, 2014 at 2:11 AM, ghf wrote: > > I have a strange network situation (I think) while running VirtualBox. > > > > The situation is that this is my home network. I just moved and AT&T > installed a new high speed modem. Unfortuantely, it provide DHCP (which my > u-verse box needs) bu

Re: [ipxe-devel] [ipxe] Reverts changes to src/net/udp/tftp.c made in commit 76675365271291beb9d... (#33)

2015-01-07 Thread Christian Nilsson
I think #19 is the more correct revert of 76675365 just as @hildred notes. One must also ask what kind of issues this causes @mcb30 must have had some reason for the change more then just refactoring? And does the URI tests (added in the same commit) still succeed after this is applied? --- Rep

Re: [ipxe-devel] snponly.efi won't find any interfaces

2015-01-24 Thread Christian Nilsson
Posted about a similar problem a while back. You should/could try ipxe.efi since it includes snp drivers as well it does fallback in case there is no native driver for your nic. The downside might be that it loads the nics in order and not only the one you booted on. how did you start snponly.efi,

Re: [ipxe-devel] wimboot: regression between 2.1.0 and 2.2.0

2015-02-08 Thread Christian Nilsson
efi remember to add -n filename in the begining of the line to set the uefi filename. as well (is needed on your boot.wim line) / Christian Nilsson On Sun, Feb 8, 2015 at 5:05 PM, Alexandre Blanchette wrote: > I'm planning to jump into the UEFI bandwagon soon and I'm updating my &g

Re: [ipxe-devel] Error booting 32-bit kernel binary

2015-03-13 Thread Christian Nilsson
Efi, atleast current ipxe version, only supports the same bitness as the starting ipxe.efi. Dont know if there has been any attempts to change this. As I understand its not as trivial as one might think. On the other hand why the need for 32bit kernel? /Christian Sorry for any misstakes - blaming

Re: [ipxe-devel] kernel panic with ipxe.efi

2015-04-02 Thread Christian Nilsson
Hi, It can't mount the root fs - so would be interesting to see the exact script/commands you are using. maybe try without intel-ucode and see if it can find the root fs? Had a similar dump (root fs not mountable) earlier today with legacy, some variants of boot arguments worked to some extent, wh

Re: [ipxe-devel] [PATCH 1/1] allow to build ISO image with EFI support (ipxe.eiso)

2015-04-19 Thread Christian Nilsson
"${mkisofs[@]}" -b isolinux.bin -no-emul-boot -boot-load-size > 4 -boot-info-table -output ${OUT} ${dir} > + "${mkisofs[@]}" -output ${OUT} ${dir} > > # isohybrid will be used if available > if isohybrid --v

Re: [ipxe-devel] [PATCH 1/1] allow to build ISO image with EFI support (ipxe.eiso)

2015-04-19 Thread Christian Nilsson
On Sun, Apr 19, 2015 at 1:43 PM, Christian Hesse wrote: > Christian Nilsson on Sun, 2015/04/19 13:34: >> On Sun, Apr 19, 2015 at 1:17 PM, Christian Hesse wrote: >> > From: Christian Hesse >> > >> > Signed-off-by: Christian Hesse >> > >>

Re: [ipxe-devel] FTP connection with Wimboot

2015-04-21 Thread Christian Nilsson
On Thu, Feb 12, 2015 at 10:56 AM, Marc Le Bailly wrote: > Hi, > > I have download and setup the last sysLinux version 6.03 which include > through the bootloader lpxelinux.0 the ability to use HTTP or FTP server to > load data. > All the commands are an extract of my default file inside de pxelinu

Re: [ipxe-devel] 0xc000000d

2015-04-21 Thread Christian Nilsson
Hi, Are you still having issues with this? Are you using wimboot and get the 0xc00d error from windows bootmgr? Could you share relevant parts of your boot script so that we see which files are loaded and how? It could also be interesting to know how much memory it is in the affected machines

Re: [ipxe-devel] error 0x040ee186

2015-04-21 Thread Christian Nilsson
Looks like an old version, If you havn't already, please try latest version from git sources. /Christian On Sat, Jan 10, 2015 at 9:58 AM, Grace Liu(刘升) wrote: > Sir, I have a error message as attached when setup ipxe environment, can you > give me some advice ? thanks a lot ! > > > _

Re: [ipxe-devel] Error for CPU Kernal

2015-04-21 Thread Christian Nilsson
Hi, You are running qemu in i686 mode (32bit) and its trying to boot an x86_64 (64-bit) kernel. It is actually the kernel itself that gives you that message. You should have qemu-system-x86_64 that you can use instead of the i686 version. But thats probably a question more suitable for qemu or may

Re: [ipxe-devel] Regarding Error 0x040ee119 while running dhcp command in IPXE prompt

2015-04-21 Thread Christian Nilsson
Hi, Which file are you actually using? Could you try to download http://boot.ipxe.org/undionly.kpxe to your TFTP root and PXE chain to that first and see if it works? If not press Ctrl+B and run dhcp and then ifstat and post the result. When we know that works you might want to change to ipxe.pxe f

Re: [ipxe-devel] wimboot error

2015-04-21 Thread Christian Nilsson
Without posting ipxe and wimboot version information and the script you use we wont know whats wrong. If you are using an old version of ipxe the issue and answer might be the same as in http://forum.ipxe.org/showthread.php?tid=6844 - no second parameter to your initrd. Otherwise reply with versio

Re: [ipxe-devel] [PATCH 1/1] allow to build ISO image with EFI support (ipxe.eiso)

2015-04-22 Thread Christian Nilsson
On Wed, Apr 22, 2015 at 9:49 PM, Christian Hesse wrote: > Christian Hesse on Mon, 2015/04/20 11:38: >> From: Christian Hesse >> >> Signed-off-by: Christian Hesse > > This one works with Virtualbox guest but fails with real hardware. Tested > with Lenovo Thinkpad X250 and Asus F200LA. > > Bootin

[ipxe-devel] [PATCH] [bios] Add ANSI blink attribute

2015-04-25 Thread Christian Nilsson
Most BIOSes supports blinking text when high attribute bit is set, Worth noting is that some BIOS implementations incorrectly displays an high intensity background instead. EFI do not support blink attribute, thus only implemented for BIOS. Signed-off-by: Christian Nilsson --- src/arch/i386

Re: [ipxe-devel] uri_encode and special characters.

2015-05-05 Thread Christian Nilsson
On Wed, May 6, 2015 at 1:42 AM, Nicolas Sylvain wrote: > hi, > > I'd like to propose adding "+" and "/" to the list of characters to encode > in the query string of a URL. > > There is already a comment that says that we should not encode "/", but I > think it might be wrong. > > According to the

Re: [ipxe-devel] 0xc000000d

2015-05-07 Thread Christian Nilsson
On Tue, Apr 21, 2015 at 11:31 PM, Christian Nilsson wrote: > Are you using wimboot and get the 0xc00d error from windows bootmgr? > Could you share relevant parts of your boot script so that we see > which files are loaded and how? > > It could also be interesting to know how

Re: [ipxe-devel] Help building EFI

2015-06-11 Thread Christian Nilsson
On Wed, Jun 10, 2015 at 2:41 AM, Tanner Rork wrote: > I’m trying to get ipxe to work in UEFI but after it boots up it doesn’t see > the network card. After some reading it seems that I need to build an efirom > for my motherboard, however I can’t afford to break this motherboard. The > driver in t

Re: [ipxe-devel] chaining http script over VLAN is very slow

2015-07-09 Thread Christian Nilsson
Hi James, Snponly uses the firmwares own driver, just like with UNDI it's not likely that vlan works. You will probably want to use the full ipxe.efi instead since it have native drivers for many cards, but still with snp/nii fallback. Without using the native drivers in ipxe, you are in the mears

Re: [ipxe-devel] pxelinux.0 - how to see embedded scripts

2015-08-22 Thread Christian Nilsson
Not easily: http://lists.ipxe.org/pipermail/ipxe-devel/2014-February/003178.html On Thu, Aug 20, 2015 at 12:36 AM, Matthew Hassel wrote: > Hello, > > > > I thought I’d take a stab in the dark here… we have an ipxelinux.0 script > that I am assuming has embedded scripts…. Is there a way to break t

Re: [ipxe-devel] (U)EFI questions

2015-08-22 Thread Christian Nilsson
Hi, Your best approach for linux is to have one kernel with efistub enabled - that way it will be both an normal kernel and an efi binary at the same time. other then that you have the platform variable to detect boot mode: http://ipxe.org/cfg/platform /Christian On Sat, Aug 22, 2015 at 10:50 AM

Re: [ipxe-devel] wimboot

2015-10-15 Thread Christian Nilsson
Hi, Is this perhaps an 32Bit image on a system with 3GB RAM or more and using an older version of WinPE? An fix for that case where MS uses PAE in unexpected ways was pushed not that long ago - so please make sure you are using the latest version of wimboot and try again. wimboot should properly e

Re: [ipxe-devel] Can't install ESXi 5.1 and newer on HP DL585 G7

2015-12-07 Thread Christian Nilsson
Hi! On Mon, Dec 7, 2015 at 7:10 AM, Natalia Usmanova < natalia.usman...@sungardas.com> wrote: > Greetings! > I tried posting this on the users forum, but for some reason I don’t see > it getting through. No errors shown, but my message doesn’t appear > published. So, I will try here… > > The foru

Re: [ipxe-devel] Could not boot image: Error 0x7f048281

2015-12-27 Thread Christian Nilsson
Why are you trying to boot syslinux? can't you boot directly to the kernel from ipxe? On Sun, Dec 27, 2015 at 7:26 PM, Linus Lüssing wrote: > Btw., the syslinux64.efi I'm currently trying to boot is the > following from here: > > https://www.kernel.org/pub/linux/utils/boot/syslinux/syslinux-6.03.

Re: [ipxe-devel] Could not boot image: Error 0x7f048281

2015-12-27 Thread Christian Nilsson
I would start creating the EFI infrastructure with pure iPXE and avoid any other boot loader as much as possible. On Sun, Dec 27, 2015 at 8:38 PM, Linus Lüssing wrote: > On Sun, Dec 27, 2015 at 07:29:13PM +0100, Christian Nilsson wrote: >> Why are you trying to boot syslinux? can

Re: [ipxe-devel] SMSC Lan9512/lan9514 USB 2.0 10/100 Not working

2015-12-28 Thread Christian Nilsson
Hi, Make sure you use at least git commit https://git.ipxe.org/ipxe.git/commit/82e03764d868034ec3bbf9eafc311363dfb9b494 (current latest) And if that still does not work, try to compile ipxe with DEBUG=smsc95xx and post any relevant output. /Christian On Mon, Dec 28, 2015 at 7:22 PM, Carlo Charle

Re: [ipxe-devel] [PATCH ipxe] build: Enable IPv6 for qemu

2016-01-27 Thread Christian Nilsson
On Wed, Jan 27, 2016 at 2:49 PM, Gerd Hoffmann wrote: > Hi, > >> We already have the named config mechanism. I wonder if building a BIOS >> option ROM for a real NIC is sufficiently specialised that it would make >> sense to have a CONFIG=rom or CONFIG=minimal named configuration. > > Maybe nam

Re: [ipxe-devel] ipxe wasn't compiled.

2016-01-27 Thread Christian Nilsson
Hi, On Mon, Jan 25, 2016 at 4:15 AM, 김병욱 wrote: > Hello ipxe developer or contributors. > > I can compile pxe-boot to use usb. but it wasn't run. > > My notebook(real machine) is rebooted infinite. > > I still don't understand, why wasn't run. > > > > *lrwxrwxrwx 1 root root 9 1월 25 12:02 > u

Re: [ipxe-devel] Request for Network support for HP Elitebook 745 G3 (Broadcom NetXtreme Gigabit Ethernet Plus)

2016-02-02 Thread Christian Nilsson
On Tue, Feb 2, 2016 at 7:48 PM, Doose, Michael wrote: > Hey team, > > I pulled down the latest build this morning to try and add support for the > new HP Elitebook 745 G3 (AMD) based notebook, but it is still defaulting to > the Legacy and failing with all zeroes as the Mac Address. > > This unit

Re: [ipxe-devel] Request for Network support for HP Elitebook 745 G3 (Broadcom NetXtreme Gigabit Ethernet Plus)

2016-02-03 Thread Christian Nilsson
ses then we can add it to the main repo (it will probably be added if it works to boot with since it's better then nothing, but the more tested the better) /Christian > > -Original Message- > From: Christian Nilsson [mailto:nik...@gmail.com] > Sent: Tuesday, February 02,

Re: [ipxe-devel] Problem with DHCP

2016-02-03 Thread Christian Nilsson
On Wed, Feb 3, 2016 at 3:43 PM, Tellenbach Daniel wrote: > Hi > I’am using ipxe to boot my old PC-Hardware via USB-Stick. The reason why I > need the USB stick is that the old PC does not support pxe boot via Network. > So I have setup a TFTP server holding a pxelinux.0 binary. But my problem > st

Re: [ipxe-devel] Request for Network support for HP Elitebook 745 G3 (Broadcom NetXtreme Gigabit Ethernet Plus)

2016-02-03 Thread Christian Nilsson
nstead undionly versions will never include specific nic versions, so it won't make any difference. > > Paul Krizak office: AF-250D > Staff IT Engineer, UCM desk: 858-651-2467 > Qualcomm, Inccell: 512-791-0686 > > > -Original Mes

Re: [ipxe-devel] Request for Network support for HP Elitebook 745 G3 (Broadcom NetXtreme Gigabit Ethernet Plus)

2016-02-03 Thread Christian Nilsson
office: AF-250D > Staff IT Engineer, UCM desk: 858-651-2467 > Qualcomm, Inccell: 512-791-0686 > > > -Original Message- > From: Christian Nilsson [mailto:nik...@gmail.com] > Sent: Wednesday, February 03, 2016 11:49 AM > To: Krizak, Paul >

Re: [ipxe-devel] http://ipxe.org/howto/sccm#publish_the_boot_files

2016-02-27 Thread Christian Nilsson
On Sat, Feb 27, 2016 at 10:36 AM, Øyvind Aarhus wrote: > Hi, i am looking for info on this page > > > > http://ipxe.org/howto/sccm > > > > > > This is al that I see: > > Booting SCCM via HTTP > > System Center Configuration Manager (SCCM), formerly known as Systems > Management Server (SMS), is a

Re: [ipxe-devel] IPXE TCP WindowSize setteing

2016-03-03 Thread Christian Nilsson
Hi, What are you booting? Commands or the contents of your script used to do this booting might be a good way for anyone to be able to help and give suggestions. Maybe there is a missconfiguration in the script or dhcp settings. /Christian On Thu, Mar 3, 2016 at 12:04 PM, Reuven Neriya Bekhokhm

Re: [ipxe-devel] Error

2016-03-13 Thread Christian Nilsson
On Tue, Mar 8, 2016 at 9:24 AM, wrote: > Hi, > > > > We are trying to boot a Hyper-V VM using PXE so we can upload a image and > get the error below could you assist please? > > > > > > Kind Regards > > > > > > *Ravi Heer* > > > > Hi Ravi On the page http://ipxe.org/2d8c203b it says "This error

Re: [ipxe-devel] WinPE behaves differently when started by wimboot

2016-03-26 Thread Christian Nilsson
Hi Andres, On Tue, Mar 22, 2016 at 5:25 PM, Andres, Roman wrote: > Hi! > > > > I have a question regarding wimboot. I don’t know if it is a wimboot issue > or not and couldn’t find anyone with a similar issue. I noticed that WinPE > behaves differently (hardware/driver detection) when it was star

[ipxe-devel] [PATCH] [intel] Add PCI ID for I219-V (2)

2016-03-29 Thread Christian Nilsson
Signed-off-by: Christian Nilsson --- src/drivers/net/intel.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/drivers/net/intel.c b/src/drivers/net/intel.c index dc06466..a64dd19 100644 --- a/src/drivers/net/intel.c +++ b/src/drivers/net/intel.c @@ -1067,6 +1067,7 @@ static struct

Re: [ipxe-devel] do ipxe v1.0.0 support intel 82599?

2016-04-09 Thread Christian Nilsson
On Sat, Apr 9, 2016 at 5:07 AM, Tom/文博 wrote: > Dear Sir, > > do ipxe v1.0.0 support intel 82599? > because i didn't find 82599's pci_device_id in V1.0.0 source file. > > for example, > static struct pci_device_id intelx_nics = > {PCI_ROM(0x8086,0x10fb,"82599","82599",0} > > best regards, > wenbo

Re: [ipxe-devel] 8086:15b7, intel.c, HP EliteDesk 800 G2, PXELINUX chainloading problem

2016-04-18 Thread Christian Nilsson
On Mon, Apr 18, 2016 at 4:57 PM, Moore, Richard F. wrote: > Hi, > > Have added below patch, works fine chainloading other things (like SCCM) but > trying to chainload PXELINUX (lpxelinux.0) causes a hang after it is > downloaded. > With DEBUG=intel on it doesn't hang, but produces lots of errors (

Re: [ipxe-devel] help ipxe script

2016-04-26 Thread Christian Nilsson
On Tue, Apr 26, 2016 at 4:45 AM, deepfreeze wrote: > hi, >ipxe > I have a trouble >in the ipxe script , I would get a val is the fourth segment value of ip > address, when dhcp , the client ip is 192.168.1.88, can I get the "88" to > set the hostname val is "pc-88"? > > 你好, > 原谅我的蹩

Re: [ipxe-devel] iPXE on Lenovo P70

2016-06-15 Thread Christian Nilsson
On Wed, Jun 15, 2016 at 2:15 PM, Michael Brown wrote: > On 15/06/16 10:48, Kuniyasu Suzaki wrote: >> >> My iPXE cannot set up NIC on Lenovo P70. > > > Which iPXE binary are you using, and how are you loading it? > > What output do you get from "ifstat"? > > Michael > Hi Michael I was able to tes

Re: [ipxe-devel] wimboot improvement

2016-06-21 Thread Christian Nilsson
For reference there is a generic BCD that should work for all standard pe scenarios available at: https://github.com/NiKiZe/wimboot-bcd I still have the goal of being able to generate the BCD within wimboot and provide options for what should be in the loadoptions part, but unfortunately not makin

Re: [ipxe-devel] http://ipxe.org/err/3c2020

2016-07-24 Thread Christian Nilsson
On Sun, Jul 24, 2016 at 1:20 PM, Alexey Gorbenko wrote: > I'm facing this problem (using sanboot on the latest ipxe build) with > ISO-image on luci web-server but it works fine on nginx. So I suppose the > problem is in ability of "resuming download" ("random read access"). > Thanks for your work

Re: [ipxe-devel] Issue when booting linux kernels when in UEFI mode

2016-07-28 Thread Christian Nilsson
On Thu, Jul 28, 2016 at 10:00 PM, James A. Peltier wrote: > > > - Original Message - > | Hi All, > | > | A few months ago I installed a bunch of UEFI based machines using iPXE and > | about a few days ago I tried and now systems in UEFI mode won't boot, but > | when in BIOS mode they boot

Re: [ipxe-devel] Issue when booting linux kernels when in UEFI mode

2016-07-28 Thread Christian Nilsson
On Thu, Jul 28, 2016 at 10:18 PM, James A. Peltier wrote: > > > - Original Message - > | On Thu, Jul 28, 2016 at 10:00 PM, James A. Peltier wrote: > | > > | > > | > | I can confirm this, doing chain http://boot.ipxe.org/ipxe.efi gives version > | 145a > | and then trying to boot linux wit

Re: [ipxe-devel] infinite loop in makefile

2016-08-02 Thread Christian Nilsson
On Tue, Aug 2, 2016 at 7:44 PM, Walker, Scott wrote: > Hello, > > I was unable to use the precompiled binary of iPXE because control-B appears > to be making it crash instead of going to the command line. I’ve been trying > to compile the source from github (which is current as of today) but there

Re: [ipxe-devel] infinite loop in makefile

2016-08-02 Thread Christian Nilsson
On Tue, Aug 2, 2016 at 8:56 PM, Walker, Scott wrote: > Hi Christian, > > I am indeed using the official iPXE git repo, trying to build iPXE, and all > of our packages meet the requirements listed. Here is the output of my git > log: > > git log > commit 2afd66eb55996500499eb3bcc39c66ff042679c8 … >

Re: [ipxe-devel] infinite loop in makefile

2016-08-02 Thread Christian Nilsson
e of a screenshoot or photo? One issue you might find in EFI is that some firmware implementations does not send Ctrl, so Ctrl - B does not work. A workaround for this is using Esc quickly followed by B instead: https://git.ipxe.org/ipxe.git/commit/8dd39b > > thanks, > Scott Walker > w

Re: [ipxe-devel] Using iPXE, e820 RAM map badly changed, kernel panic over seeing only 50MB

2016-08-07 Thread Christian Nilsson
Hi james, I will only try to explain a few things that I know about. On Mon, Aug 8, 2016 at 5:37 AM, james harvey wrote: > Based on that git comment about x86_64 pcbios being non-functional, I > set out to try making en EFI version. I'll admit, I have never used > EFI before, being content wit

Re: [ipxe-devel] Fwd: wimboot failing for BIOS with BAD CPIO magic(FATAL: Could not extract initrd files)

2016-08-09 Thread Christian Nilsson
On Mon, Aug 8, 2016 at 10:28 AM, shishir pahi wrote: > Please find the wimbbot pause screen shoot > I am facing this issue only for BIOS device. > > [image: Inline image 1] > > Regards, > Shishir > > On Mon, Aug 8, 2016 at 12:27 PM, shishir pahi > wrote: > >> Hi, >> >> I am trying PXE boot for W

Re: [ipxe-devel] Fwd: wimboot failing for BIOS with BAD CPIO magic(FATAL: Could not extract initrd files)

2016-08-10 Thread Christian Nilsson
You have a better chance of getting answers by sending to the mailing list. On Wed, Aug 10, 2016 at 1:44 PM, shishir pahi wrote: > Hi Nilsson, > > Thanks a Lot. I tried and it is working fine for me. > Great! Which part was it that caused your issue? (great for others to know if they find this

Re: [ipxe-devel] how to ipxe on ALTERNATE_DHCP_PORTS_1067_1068

2016-08-18 Thread Christian Nilsson
Hi, What you want is most likely a proxydhcp server instead, it listens on port 4011 and only sends out the pxe options, while ip, dns, gateway is still sent by the default dhcp server. Atleast this is what you want if the default dhcp server does not provide any boot options. Unfortunately I have

Re: [ipxe-devel] UEFI

2016-08-31 Thread Christian Nilsson
Hi, Always try with current git master On Wed, Aug 31, 2016 at 4:58 PM, THIERRY LAGADEC wrote: > Hello, > > > > We use a 64-bit UEFI PXE boot to installe tablet in our production > environment (with the iPXE version build in 09/2014). > > By using the latest build i have a problem after wimboot.

Re: [ipxe-devel] UEFI mode works, but not quite for legacy BIOS mode

2016-09-23 Thread Christian Nilsson
net0: 34:97:f6:5a:fe:e8 using undionly on UNI-PCI04:00.0 (open) [Link:up, TX:0 TXE:1 RX:0 RXE:0] [TXE: 1 x "Network unreachable (http://ipxe.org/28086011";] Configuring (net0 34:97:f6:5a:fe:e8) No configuration methods succeeded (http://ipxe.org/040ee119) DHCP fails. * Cabl

Re: [ipxe-devel] UEFI mode works, but not quite for legacy BIOS mode

2016-09-24 Thread Christian Nilsson
On Sat, Sep 24, 2016 at 8:39 PM, Dreamcat4 wrote: > > > On Fri, Sep 23, 2016 at 10:39 PM, Christian Nilsson > wrote: > >> net0: 34:97:f6:5a:fe:e8 using undionly on UNI-PCI04:00.0 (open) >> [Link:up, TX:0 TXE:1 RX:0 RXE:0] >> [TXE: 1 x "Network

Re: [ipxe-devel] Official ipxe.efi fails to chain the 1st time into boot.salstar.sk

2016-09-24 Thread Christian Nilsson
ade: h2,h2c > > Connection: Upgrade, close > > Last-Modified: Sat, 24 Sep 2016 06:23:22 GMT > > ETag: "e9ce0-53d3aee7d0579" > > Accept-Ranges: bytes > > Content-Length: 957664 > > Cache-Control: max-age=600, private > > Content-Type: application/efi >

Re: [ipxe-devel] A problem of DHCP in iPXE (thread id 7603)

2016-09-26 Thread Christian Nilsson
Hej Jonas, A few things sticks out, * guessing half of the packets have a vlan tag, others do not. * multiple clients (or client mac addresses) in the dump, does the client have multiple interfaces or is it actually different clients? (can you provide any other info about the network setup?) * Do

Re: [ipxe-devel] blank screen, then back to grub. What to do next?

2016-10-06 Thread Christian Nilsson
Hi, Always start with using the absolute latest ipxe git master, you can find a prbuilt image at http://boot.ipxe.org Check that the ipxe version works with other boot methods, that means using ipxe.usb on a usb stick or ipxe.pxe chained over the network. /Christian On Fri, Oct 7, 2016 at 5:38 AM

Re: [ipxe-devel] blank screen, then back to grub. What to do next?

2016-10-07 Thread Christian Nilsson
calls. Have you gotten any info from the folks at libreboot? On 7 Oct 2016 10:53, "Ian Kelling" wrote: > On Thu, Oct 6, 2016, at 10:06 PM, Christian Nilsson wrote: > > Hi, > > Always start with using the absolute latest ipxe git master, you can > find a prbuilt i

Re: [ipxe-devel] wimboot hang

2016-10-22 Thread Christian Nilsson
wimboot emulates a disk with a fat fs on it, which windows bootmgr uses to load it's files. in this case it is 1024*255*63*512 = ~8Gb it would be interesting to see what imgstat in ipxe gives you just before your boot line On Sat, Oct 22, 2016 at 8:31 AM, James Harper wrote: > Wimboot is hangin

Re: [ipxe-devel] wimboot hang

2016-10-22 Thread Christian Nilsson
ytes [bzImage] [SELECTED] "pause" > > bcd : 262144 bytes [PXE-NBP] "BCD" > > boot.sdi : 3170304 bytes "boot.sdi" > > boot.wim : 347125546 bytes "boot.wim" > > > > Not sure if screenshots work on this list, but then wimbo

Re: [ipxe-devel] wimboot hang

2016-10-22 Thread Christian Nilsson
:) > > > > James > > > > *From:* Christian Nilsson [mailto:nik...@gmail.com] > *Sent:* Saturday, 22 October 2016 9:04 PM > > *To:* James Harper > *Cc:* ipxe-devel@lists.ipxe.org > *Subject:* Re: [ipxe-devel] wimboot hang > > > > 34Gb wim file? I'm no

Re: [ipxe-devel] wimboot with Windows 2016

2016-10-28 Thread Christian Nilsson
Nice to see the issue was found! (?) I think that the proper thing here would be for wimlib to check for existing paths and use the same casing. If we consider how dism does this it will have the path and when you add a file it will add it to the existing path and using existing casing. Then when

Re: [ipxe-devel] error no such file or directory

2016-11-22 Thread Christian Nilsson
Hi, See additional notes on the page that is shown in your error message: http://ipxe.org/2d0c613b You might also want to check your http server logs. /Christian On Tue, Nov 22, 2016 at 9:07 PM, David Zell wrote: > Hi, > > excuse my english i'm french. > > I try to use ipxe, wimboot and undionl

Re: [ipxe-devel] trying to leverage https address but not with certificates.

2016-11-22 Thread Christian Nilsson
Do you get a error and a ipxe.org error URL or does it just hang? Does the network have access to the internet (for possible download of the certificate chain) the proper way to enable functions is to add the just needed ones to the proper config/local file, in this case adding #define DOWNLOAD_P

Re: [ipxe-devel] trying to leverage https address but not with certificates.

2016-11-22 Thread Christian Nilsson
rosscert check, but I > gave it a try anyway. > > > > > grep HTTP config/general.h > > #define DOWNLOAD_PROTO_HTTP /* Hypertext Transfer Protocol */ > > #define DOWNLOAD_PROTO_HTTPS/* Secure Hypertext Transfer Protocol */ > > > > *From:* Christian N

Re: [ipxe-devel] trying to leverage https address but not with certificates.

2016-11-23 Thread Christian Nilsson
gt; > > #sleep 10 > > ifstat net0 > > imgfetch -n kernel https://webserver/pxelinux.cfg/01-${net0/mac:hexhyp} > && goto image_ok || goto discovery_image > > sleep 10 > > > > > > *From:* Blatt, Andrew C > *Sent:* Tuesday, November 22, 2016 6:23

Re: [ipxe-devel] I have a trouble booting iPXE from a specific laptop

2016-11-24 Thread Christian Nilsson
In the image it looks like you have BIOS doing PXE DHCP request, getting response and loading some version of ipxe. After that you should have another DHCP request but this time from iPXE, is this second dhcp request seen by the dhcp server? The ipxe in the image is missing the "git version id" pl

Re: [ipxe-devel] Script embedding in EFI environment

2016-12-01 Thread Christian Nilsson
The forum is moderated for new users, approved one of your posts and responded to it here: http://forum.ipxe.org/showthread.php?tid=8244 On Thu, Dec 1, 2016 at 4:49 PM, Lukas Zapletal wrote: > Hello, > > our project (www.theforeman.org) provides functionality to generate > bootdisk for individua

Re: [ipxe-devel] PXE connection times out

2016-12-01 Thread Christian Nilsson
What are you booting? (ipxe.pxe, undionly.kpxe, ipxe.efi, snponly.efi etc) and what does the ipxe commands dhcp followed by ifstat show you? Also follow that error url link, and do what it says, "This error no longer exists in the iPXE source code. You should try using the latest version

[ipxe-devel] [PATCH] [efi] Allow iPXE's own command line to be executed as a script

2016-12-10 Thread Christian Nilsson
cmdline part is copied over from pcbios functionallity Signed-off-by: Christian Nilsson --- src/config/config_efi.c | 2 + src/include/ipxe/errfile.h | 1 + src/interface/efi/efi_runtime.c | 177 3 files changed, 180 insertions

Re: [ipxe-devel] Bug in UEFI Sanboot with iso9660

2016-12-12 Thread Christian Nilsson
I think it is also "valid" (as in common practice to implement support) to have a iso9660 and search for /EFI/BOOT/BOOTX64.EFI or /EFI/BOOT/BOOTIA32.EFI depending on architechture. So maybe it should search for GPT structure first and if it exists skip possible 9660 detection? On Mon, Dec 12, 201

Re: [ipxe-devel] I have a trouble booting iPXE from a specific laptop

2016-12-13 Thread Christian Nilsson
jpg] > > > > > > Phone Direct +45 79300314 <+45%2079%2030%2003%2014> > Mobile +45 40342836 <+45%2040%2034%2028%2036> > E-maile...@solar.dk > Internet www.solar.eu > > > > *Solar A/S* > Industrivej Vest 43 > 6600 Vejen

Re: [ipxe-devel] I have a trouble booting iPXE from a specific laptop

2016-12-13 Thread Christian Nilsson
ption in > the advance section on rom-o-matic.eu > > > Could you came with some suggestions, so I can get further with this > task. > > > Med venlig hilsen / Kind regards, > > > > > > > Esben Storgaard Nielsen > Systems Administrator, Server > > [ht

Re: [ipxe-devel] virtnet_open_legacy() fails to find virtqueues on Google Compute Engine

2016-12-13 Thread Christian Nilsson
You might want to report this to google as well if you haven't already. On Wed, Dec 14, 2016 at 7:16 AM, Akihiro Suda wrote: > Hello, > > I tried to boot iPXE on a Google Compute Engine instance, but the virtio > driver doesn't work because virtnet_open_legacy() fails to find virtqueues. > > Plea

Re: [ipxe-devel] I have a trouble booting iPXE from a specific laptop

2016-12-14 Thread Christian Nilsson
rge the computer. > > > Med venlig hilsen / Kind regards, > > Esben Storgaard Nielsen > Systems Administrator, Server > > Solar A/S > Industrivej Vest 43 > 6600 Vejen > > Phone Direct +45 79300314 > Fax > Mobile +45 40342836 > E-mail e...@s

Re: [ipxe-devel] Support for newer Solarflare NICs

2016-12-15 Thread Christian Nilsson
For git commits see http://ipxe.org/admin#commit_log_messages Try to use one of the latest drivers, the ones for USB is among the latest to have been added. On Thu, Dec 15, 2016 at 7:37 PM, Martin Habets wrote: > Hi, > > We are starting to work on iPXE support for our newer Solarflare adapters,

Re: [ipxe-devel] I have a trouble booting iPXE from a specific laptop

2016-12-19 Thread Christian Nilsson
+45 79300314 > Fax > Mobile +45 40342836 > E-mail e...@solar.dk > Internet www.solar.eu > -Original Message- > From: Christian Nilsson [mailto:nik...@gmail.com] > Sent: 14. december 2016 19:17 > To: Esben Storgaard Nielsen > Cc: Richard Moore ; iP

Re: [ipxe-devel] I have a trouble booting iPXE from a specific laptop

2016-12-20 Thread Christian Nilsson
ind regards, > > Esben Storgaard Nielsen > Systems Administrator, Server > > Solar A/S > Industrivej Vest 43 > 6600 Vejen > > Phone Direct +45 79300314 > Fax > Mobile +45 40342836 > E-mail e...@solar.dk > Internet www.solar.eu > -Origi

Re: [ipxe-devel] I have a trouble booting iPXE from a specific laptop

2016-12-20 Thread Christian Nilsson
> > It takes minutes to boot, when I use the USB created from the ISO it takes > about 15. Sekunds! > > > > Med venlig hilsen / Kind regards, > > > > > > Esben Storgaard Nielsen > Systems Administrator, Server > > > > > > Phone Direct +45 79300314

Re: [ipxe-devel] I have a trouble booting iPXE from a specific laptop

2016-12-21 Thread Christian Nilsson
t; > How can I help, digging much deeper to the debug of Undionly.kpxe? > > I will contact Lenovo about the problem again. > > Med venlig hilsen / Kind regards, > > Esben Storgaard Nielsen > Systems Administrator, Server > > Solar A/S > Industrivej Vest 43 > 6600

[ipxe-devel] [PATCH] [intel] Add INTEL_NO_PHY_RST for I219-LM (2)

2016-12-21 Thread Christian Nilsson
Originally-implemented-by: Malte zu Klampen Originally-implemented-by: Richard Moore Tested-by: Esben Storgaard Nielsen Signed-off-by: Christian Nilsson --- src/drivers/net/intel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/drivers/net/intel.c b/src/drivers/net

Re: [ipxe-devel] I have a trouble booting iPXE from a specific laptop

2016-12-28 Thread Christian Nilsson
t; > Phone Direct +45 79300314 > Fax > Mobile +45 40342836 > E-mail e...@solar.dk > Internet www.solar.eu > -Original Message- > From: Christian Nilsson [mailto:nik...@gmail.com] > Sent: 21. december 2016 19:28 > To: Esben Storgaard Nielsen > Cc: Ric

Re: [ipxe-devel] iPXE on multiple chips with the same PCI ID

2016-12-29 Thread Christian Nilsson
How did you build ipxe and how did you include it into Coreboot build? Also is this pcbios mode or EFI mode? The idea is that you should have a "separate rom" for each device, however that depends on the build and on how ipxe get's loaded On Wed, Dec 28, 2016 at 3:24 PM, Аладышев Константин wrote

Re: [ipxe-devel] Issues compiling latest ipxe on FreeBSD 11

2017-01-06 Thread Christian Nilsson
Could you try different versions of iPXE on the same machine?, could you try downgrading again? Not a BSD user myself, but you might want to suspect some kind of library or memory corruption? On Fri, Jan 6, 2017 at 6:56 PM, Pete French wrote: > I've been building ipxe on FreeBSD quite happily for

Re: [ipxe-devel] Issues compiling latest ipxe on FreeBSD 11

2017-01-06 Thread Christian Nilsson
Trying to save some memory on load time by compressing if I'm not mistaken. Is this with your patch applied? if so it is likely that your patch is causing the issue, since it is just printfs maybe you should just comment out those and see if that solves this issue? On Fri, Jan 6, 2017 at 11:58 PM,

Re: [ipxe-devel] DHCP failures - HP R1

2017-01-18 Thread Christian Nilsson
Your nic does not receive any packets at all, or rather the ipxe UNDI interface does not see any packets. There have been some undi related fixes since the version you are using https://git.ipxe.org/ipxe.git/commit/fd95c so you could try to update your build and try again. You might also want to t

Re: [ipxe-devel] sanbooting FreeBSD ISO under UEFI

2017-01-23 Thread Christian Nilsson
Hi Rick, On Mon, Jan 23, 2017 at 7:29 PM, Rick Miller wrote: > Hi Shao, > > On Mon, Jan 23, 2017 at 10:28 AM, Shao Miller wrote: >> >> On 1/23/2017 10:27, Rick Miller wrote: >>> >>> Hi all, >>> >>> I currently use iPXE to load memdisk and, subsequently, a FreeBSD disk >>> image to perform an OS

Re: [ipxe-devel] Addendum [was Re: Dual BIOS and EFI boot ISO]

2017-01-29 Thread Christian Nilsson
Didn't Christian Hesse already point you to a possible patch to do this?: https://github.com/ipxe/ipxe/pull/50 It is true that you will need 2 different ipxe binaries embeded into the iso (one for pcbios and one for efi) However the above patch does just that, with the gotcha that each of the bina

Re: [ipxe-devel] Addendum [was Re: Dual BIOS and EFI boot ISO]

2017-01-29 Thread Christian Nilsson
an. > > > Sent from Nine > > From: Christian Nilsson > Sent: 29 Jan 2017 19:41 > To: Dean Westhead > Cc: James A. Peltier; ipxe-devel > > Subject: Re: [ipxe-devel] Addendum [was Re: Dual BIOS and EFI boot ISO] > > Didn'

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

2017-02-09 Thread Christian Nilsson
Hi, 14e4:16a7 is already included in the tg3 driver: https://git.ipxe.org/ipxe.git/blob/HEAD:/src/drivers/net/tg3/tg3.c#l870 You could test building with make bin/ipxe.iso DEBUG=tg3:3,tg3_hw:3,tg3_phy:3 that will give you all the debug output that is possible, you might want to just use DEBUG=tg3 a

Re: [ipxe-devel] Are you still developing?

2017-02-27 Thread Christian Nilsson
Hi, if you look on that page: http://ipxe.org/err/1c8380 And then click into the source file it will tell you that it tried to load the image as a multiboot image, but it was not in raw format. So i would say that the kernel is not bootable by iPXE, or is "broken" maybe ipxes imgstat would give yo

Re: [ipxe-devel] Problem to access forum

2017-02-28 Thread Christian Nilsson
iPXE has official forum at http://forum.ipxe.org linked to from http://ipxe.org/faq#see_also and other places. When the appropriate people have a few minutes to spare I'm sure it will be fixed, in the mean time there is the mailing list, IRC, and google caches. On Tue, Feb 28, 2017 at 9:14 PM, Ge

Re: [ipxe-devel] MTU ISSUE with the iPXE

2017-03-15 Thread Christian Nilsson
Maybe this commit explains it somewhat; https://git.ipxe.org/ipxe.git/commit/16aed6e5ce808615df95c7767b4dd8793c398d93 Simply put iPXE does not support larger then 1500 mtu - it would probably require driver rewrites, but for some drivers it might just be to change MTU constants, to know more we nee

Re: [ipxe-devel] MTU ISSUE with the iPXE

2017-03-17 Thread Christian Nilsson
gt; > Sent from my iPhone > > On Mar 16, 2017, at 04:25, Christian Nilsson wrote: > > Maybe this commit explains it somewhat; > https://git.ipxe.org/ipxe.git/commit/16aed6e5ce808615df95c7767b4dd8793c398d93 > Simply put iPXE does not support larger then 1500 mtu - it would &g

  1   2   3   >