Re: [ipxe-devel] Error connecting to ISCSI target created by LIO using iPXE: Input/output error

2020-03-11 Thread Michael Brown
On 18/02/2020 05:35, Coocn Jim wrote: core@master1 ~ # dd if=/dev/zero of=/home/core/lun1.img bs=1024k count=100 ... Attachment <3260.cap> is the packet capture content that attempts to connect 2 times, and is the log input captured by the command The packet capture shows that the MBR is

[ipxe-devel] Error connecting to ISCSI target created by LIO using iPXE: Input/output error

2020-03-11 Thread Coocn Jim
Error connecting to ISCSI target created by LIO using iPXE, error message: Boot from SAN device 0x80 failed: Input/output error (http://ipxe.org/1d852039) LIO target creation is created using ./iscsi-target-export.sh script

Re: [ipxe-devel] Error "Could not select: Exec format error (2e008081)" while loading EFI images via HTTP/TFTP

2019-09-12 Thread Felix Jacobi
Hi Christian, On 10.09.19 at 17:01, Christian Nilsson wrote: > I'm starting to suspect firmware here, > You might want to start an efi shell instead, from USB or similar, and > try to boot the kernel from there. Yes, the firmware definitely has some kind of suspicious behavior. I continued resear

Re: [ipxe-devel] Error "Could not select: Exec format error (2e008081)" while loading EFI images via HTTP/TFTP

2019-09-10 Thread Christian Nilsson
On Tue, 10 Sep 2019 at 13:25, Felix Jacobi wrote: > > Hi Christian, > > > My guess is that your server returns something other than what you > > expect it to - maybe because it is ipxe, and not a browser, and your > > server detects this. or something similar which "corrupts" the data. > > I check

Re: [ipxe-devel] Error "Could not select: Exec format error (2e008081)" while loading EFI images via HTTP/TFTP

2019-09-10 Thread Interresting Problem
On 10-09-2019 16:25, Felix Jacobi wrote: > Mailing list subscriber wrote > > > The original posting, IIRC, had || at the end of each line in the > > iPXE script. > > I did read the || as "or" and did ignore it. > > Yeah, that's correct. I don't remember the exact reason why I added the > || , but

Re: [ipxe-devel] Error "Could not select: Exec format error (2e008081)" while loading EFI images via HTTP/TFTP

2019-09-10 Thread Felix Jacobi
Hi Geert, > The original posting, IIRC, had || at the end of each line in the iPXE script. > I did read the || as "or" and did ignore it. Yeah, that's correct. I don't remember the exact reason why I added the || , but it seems to prevent iPXE from exiting immediately if an error like the "Exec

Re: [ipxe-devel] Error "Could not select: Exec format error (2e008081)" while loading EFI images via HTTP/TFTP

2019-09-10 Thread Geert Stappers
On 10-09-2019 15:40, Felix Jacobi wrote: > Geert wrote: > >> >> So back to Error "Could not select: Exec format error (2e008081)" while >> loading EFI images via HTTP/TFTP >> >> My educated guess is with Christian Nilssons posting from yesterday >> the file gets damaged during transport >> >> Ple

Re: [ipxe-devel] Error "Could not select: Exec format error (2e008081)" while loading EFI images via HTTP/TFTP

2019-09-10 Thread Felix Jacobi
Hi Geert, > > So back to Error "Could not select: Exec format error (2e008081)" while > loading EFI images via HTTP/TFTP > > My educated guess is with Christian Nilssons posting from yesterday >   the file gets damaged during transport > > Please pursuit this interresting problem I compiled an

Re: [ipxe-devel] Error "Could not select: Exec format error (2e008081)" while loading EFI images via HTTP/TFTP

2019-09-10 Thread Geert Stappers
On 10-09-2019 13:36, Felix Jacobi wrote: > On 10.09.19 at 13:25, Felix Jacobi wrote: >> > http://ipxe.org/err/2e0080 > >> Yeah, I will try to research on that point. As already mentioned before >> there is no such option in the firmware. That either implies that there >> is no support for secure bo

Re: [ipxe-devel] Error "Could not select: Exec format error (2e008081)" while loading EFI images via HTTP/TFTP

2019-09-10 Thread Felix Jacobi
On 10.09.19 at 13:25, Felix Jacobi wrote: > Yeah, I will try to research on that point. As already mentioned before > there is no such option in the firmware. That either implies that there > is no support for secure boot or secure boot is always active. I am not > sure if the latter case is even p

Re: [ipxe-devel] Error "Could not select: Exec format error (2e008081)" while loading EFI images via HTTP/TFTP

2019-09-10 Thread Felix Jacobi
Hi Christian, > My guess is that your server returns something other than what you > expect it to - maybe because it is ipxe, and not a browser, and your > server detects this. or something similar which "corrupts" the data. I checked that the URL is correct, it definitely serves a Linux kernel i

Re: [ipxe-devel] Error "Could not select: Exec format error (2e008081)" while loading EFI images via HTTP/TFTP

2019-09-09 Thread Christian Nilsson
On Mon, 9 Sep 2019 at 16:06, Felix Jacobi wrote: > > Hi Arne, > > Thank you for your reply. > > On 09.09.19 at 15:17, should be q931 wrote: > > As per your screenshot, the error code given is in a URL > > > > The error provides a URL http://ipxe.org/err/2e008081 > > Yeah, I am aware of the error p

Re: [ipxe-devel] Error "Could not select: Exec format error (2e008081)" while loading EFI images via HTTP/TFTP

2019-09-09 Thread Felix Jacobi
Hi Arne, Thank you for your reply. On 09.09.19 at 15:17, should be q931 wrote: > As per your screenshot, the error code given is in a URL  > > The error provides a URL http://ipxe.org/err/2e008081 Yeah, I am aware of the error page and checked the list from the additional notes. That's the reas

Re: [ipxe-devel] Error "Could not select: Exec format error (2e008081)" while loading EFI images via HTTP/TFTP

2019-09-09 Thread shouldbe q931
Hi Felix, On Mon, Sep 9, 2019 at 1:35 PM Felix Jacobi wrote: > Dear iPXE developers, > > I am currently testing iPXE with a notebook which seems to be unable to > chainload EFI images via HTTP and TFTP. I tried loading a Linux kernel > with an EFI stub included and the EFI binary of SYSLINUX. >

[ipxe-devel] Error "Could not select: Exec format error (2e008081)" while loading EFI images via HTTP/TFTP

2019-09-09 Thread Felix Jacobi
Dear iPXE developers, I am currently testing iPXE with a notebook which seems to be unable to chainload EFI images via HTTP and TFTP. I tried loading a Linux kernel with an EFI stub included and the EFI binary of SYSLINUX. Both attempts results in the error message which you can see in the first

[ipxe-devel] error: hd0 cannot get C/H/S values

2018-01-04 Thread Heinrich Schuchardt
I have built bin/ipxe.iso and run it with qemu-system-x86_64 -m 1G \ -net nic,vlan=0,macaddr=12:A1:00:12:34:02 \ -net tap,vlan=0,ifname=tap0,script=no,downscript=no \ -machine pc-i440fx-2.8 -drive file=ipxe.iso,if=ide,format=raw,media=cdrom When executing sanhook iscsi:192.168.1.1:::1:iqn.2000-

Re: [ipxe-devel] Error code 280860 : link down, driver not loaded ?

2017-09-28 Thread Michael Brown
On 28/09/17 11:29, Géraud Guibert wrote: For sure, this code is confirming that the network is down, as told by ifstat and route... Here is the script : > > As I thought: there is nothing in your embedded script that will open the network interface. You will need to use the "ifopen" command

Re: [ipxe-devel] Error code 280860 : link down, driver not loaded ?

2017-09-28 Thread Christian Nilsson
> with the same parameters and facing the problem (if interrupting > the ipxe too quickly) , as said in my initial email. > ;-) > > Thx > Sincerely yours > Geraud Guibert > ________ > De : Michael Brown > Envoyé : mercredi 27 septembre 201

Re: [ipxe-devel] Error code 280860 : link down, driver not loaded ?

2017-09-28 Thread Géraud Guibert
: Michael Brown Envoyé : mercredi 27 septembre 2017 15:08 À : Géraud Guibert; ipxe-devel@lists.ipxe.org Objet : Re: [ipxe-devel] Error code 280860 : link down, driver not loaded ? On 27/09/17 08:48, Géraud Guibert wrote: > I'm facing a first problem in ipxe with the error code 280860

Re: [ipxe-devel] Error code 280860 : link down, driver not loaded ?

2017-09-27 Thread Michael Brown
On 27/09/17 08:48, Géraud Guibert wrote: I'm facing a first problem in ipxe with the error code 280860 !? That error indicates an unopened network device. Most likely your embedded script is missing any command that would open the network device (e.g. "ifopen" or "dhcp"). What is in your e

[ipxe-devel] Error code 280860 : link down, driver not loaded ?

2017-09-27 Thread Géraud Guibert
Hello everyone, I'm facing a first problem in ipxe with the error code 280860 !? -> Generated two bootable medias, one with embedded script and the other without 1) When booting the first, route and ifstat return this code, link is down and network unreachable 2) When doing the same with th

Re: [ipxe-devel] Error on qemu

2017-07-28 Thread Christian Nilsson
Hi You are trying to boot a linux ISO correct? and that fails (as in the ISO isn't bootable) so it continues on to the next boot device and so on and finally comes into iPXE (network boot) and it is quite expected that iPXE fails. So your issue is with the ISO not related to iPXE in any way. I'd

[ipxe-devel] Error on qemu

2017-07-28 Thread Luís Carlos da Silva Soares
Hello, my name is Luís! I try to install ubuntu server 14.04 amd64 on qemu, but, when i run the image, i receive na error “No bootable device” like this guy https://stackoverflow.com/questions/39232676/qemu-no-bootable-device-windows-subsystem-for-linux/39330134 . I try to install more recente i

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

[ipxe-devel] error no such file or directory

2016-11-22 Thread David Zell
Hi, excuse my english i'm french. I try to use ipxe, wimboot and undionly.kpxe to load an wim file. This file is a Winpe image. I have build this winpe with windows 10. when i try to boot on this file, i have this error http://img11.hostingpics.net/pics/635731IMG7239.png but if i load an other

[ipxe-devel] error solving request

2016-08-25 Thread hredoy.majumder
 My PC is shutting down suddenly wthout any message. When I start it, it shows following message and then start. but sometimes it is shutting down frequently. Intel UNDI, PXE-2.1 (build 083)Copyright (C) 1997-2000  Intel Corporation This product is covered by one or more of the following patents:U

Re: [ipxe-devel] Error

2016-03-13 Thread shouldbe q931
On Sun, Mar 13, 2016 at 6:30 PM, Andreas Hammarskjöld < jun...@2pintsoftware.com> wrote: > Console command does not work on HyperV Gen1 machines, something with the > weird VESA bus. Also the Hyper-V Gen1 driver is not great so very slow. So > switch to a Gen2 machine if you can. > > > > //Andreas

Re: [ipxe-devel] Error

2016-03-13 Thread Andreas Hammarskjöld
Matthew Helton Sent: den 13 mars 2016 18:46 To: ravi.h...@swft.nhs.uk; iPXE Developer List Subject: Re: [ipxe-devel] Error Can we see the boot.php generated? iPXE is/ appears to be working, it just can't find anything in the php script. On Tue, Mar 8, 2016 at 2:24 AM, mailto:r

Re: [ipxe-devel] Error

2016-03-13 Thread Matthew Helton
Can we see the boot.php generated? iPXE is/ appears to be working, it just can't find anything in the php script. On Tue, Mar 8, 2016 at 2: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? > > > >

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

[ipxe-devel] Error

2016-03-13 Thread ravi.heer
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? [cid:image001.png@01D17913.F3134180] Kind Regards Ravi Heer ICT Technical Services Manager Warwickshire ICT Services A Division of South Warwickshire Foundation Trust __

Re: [ipxe-devel] Error on EFI compile...

2015-08-18 Thread Michael Brown
On 18/08/15 17:20, Matthew Helton wrote: bin-x86_64-efi/blib.a(config.o): In function `__requiring_symbol__': config.c:(.tbl.requiring_symbols+0x0): undefined reference to `obj_vesafb' make: *** [bin-x86_64-efi/ipxe.efi.tmp] Error 1 I do have CentOS7/SL7 binutils installed... not sure what this

[ipxe-devel] Error on EFI compile...

2015-08-18 Thread Matthew Helton
bin-x86_64-efi/blib.a(config.o): In function `__requiring_symbol__': config.c:(.tbl.requiring_symbols+0x0): undefined reference to `obj_vesafb' make: *** [bin-x86_64-efi/ipxe.efi.tmp] Error 1 I do have CentOS7/SL7 binutils installed... not sure what this is. Best, Matt -- There is never time

Re: [ipxe-devel] Error 410de18f

2015-08-03 Thread Michael Brown
On 03/08/15 00:01, Beima, Charlie wrote: Thanks! It works great. Another issue, when I press Ctrl+B to get the shell, it enters the embedded menu after exactly 5 minutes. When it's downloading the 300MB .wim on a DSL connection, it doesn't complete as it enters the menu after 5 minutes. I'm sure

Re: [ipxe-devel] Error 410de18f

2015-08-02 Thread Michael Brown
On 02/08/15 14:26, Michael Brown wrote: - iPXE does not include the (optional) signature_algorithms extension in the ClientHello. This is now fixed in commit http://git.ipxe.org/ipxe.git/commitdiff/fc7885e - iPXE does not support the use of the SHA-512 family (including SHA-384) for TLS We do

Re: [ipxe-devel] Error 410de18f

2015-08-02 Thread Michael Brown
On 01/08/15 16:14, Beima, Charlie wrote: IU uses a Brocade Stingray load balancer in front of their web server, both of which I do not manage, and I don't think the IU admins will wish to investigate this issue, so getting the server logs is going to be all but impossible. I was able to get th

Re: [ipxe-devel] Error 410de18f

2015-08-01 Thread Michael Brown
On 01/08/15 05:46, Beima, Charlie wrote: I have iPXE working using “chain https://boot.ipxe.org/demo/boot.php”, but when I try it on my site I get the following: iPXE> chain https://economics.indiana.edu/boot https://economics.indiana.edu/boot... Operation not permitted (http://ipxe.org/410de18

Re: [ipxe-devel] Error 410de18f

2015-08-01 Thread Robin Smidsrød
On 01.08.2015 06:46, Beima, Charlie wrote: > I have iPXE working using “chain https://boot.ipxe.org/demo/boot.php”, > but when I try it on my site I get the following: > > iPXE> chain https://economics.indiana.edu/boot > > https://economics.indiana.edu/boot... Operation not permitted > (http://ip

[ipxe-devel] Error 410de18f

2015-08-01 Thread Beima, Charlie
I have iPXE working using "chain https://boot.ipxe.org/demo/boot.php";, but when I try it on my site I get the following: iPXE> chain https://economics.indiana.edu/boot https://economics.indiana.edu/boot... Operation not permitted (http://ipxe.org/410de18f) iPXE> The http://ipxe.org/err/4

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] 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 booting 32-bit kernel binary

2015-03-13 Thread Dave Hansen
On 03/13/2015 03:46 PM, Christian Nilsson wrote: > Efi, atleast current ipxe version, only supports the same bitness as the > starting ipxe.efi. Are you sure. I'd swear I had it working a few months ago. > Dont know if there has been any attempts to change this. As I understand > its not as triv

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

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

2015-03-13 Thread Dave Hansen
Hi, I'm seeing the following error running ipxe: http://ipxe.org/err/7f048283 I only see it when trying to load a 32-bit Linux kernel. I can take the exact same kernel configuration and compile it for 64-bit, and it works fine. So, it definitely includes all the stubs that the EFI firm

Re: [ipxe-devel] (Error code 3c0920) Operation Not supported

2014-08-20 Thread Michael Brown
On 11/08/14 18:33, ajeet_ra...@dell.com wrote: subnet 192.168.1.0 netmask 255.255.255.0 { range 192.168.1.1 192.168.1.28; option subnet-mask 255.255.0.0; if exists user-class and option user-class = "iPXE" { filename "bootstrap.ipxe"; } else { filename "undionly.kpxe"; }

Re: [ipxe-devel] (Error code 3c0920) Operation Not supported

2014-08-11 Thread Ajeet_Raina
t look Ok? Ajeet -Original Message- From: Michael Brown [mailto:mc...@ipxe.org] Sent: Tuesday, August 05, 2014 4:49 PM To: Raina, Ajeet; ipxe-devel@lists.ipxe.org Subject: Re: [ipxe-devel] (Error code 3c0920) Operation Not supported On 05/08/14 11:46, ajeet_ra...@dell.com wrote: > I am

Re: [ipxe-devel] (Error code 3c0920) Operation Not supported

2014-08-05 Thread Michael Brown
On 05/08/14 11:46, ajeet_ra...@dell.com wrote: I am getting the following error while PXE boot on VMware ESXi 5.1.0. I used the latest version of iPXE from ipxe.org. Can you please suggest me? As suggested on the error URI page (http://ipxe.org/3c092003): "If you are trying to boot via TFTP,

Re: [ipxe-devel] Error 0x3d028001

2014-05-14 Thread Michael Brown
On 14/05/14 21:39, Phong Ly wrote: I was wondering if there is a known issue there with the error, could you please help to shed some light on this failure? attachment is a screenshot and undionly file You are attempting to download a file without first bringing up the interface. Open the i

[ipxe-devel] Error 1d704239

2014-02-08 Thread Matthew Helton
Hello All. I received the error: http://ipxe.org/1d704239 last night and saw a previous thread on the list going back to 2010. The cause in this case was an active iSCSI Target which had no disk or disk image file associated with it. Playing with a few other settings (such as deliberately specifyi

Re: [ipxe-devel] Error: undefined symbol `_tmp_start' referenced in expression

2012-07-03 Thread Michael Brown
On Tuesday 03 Jul 2012 12:09:02 Michael Brown wrote: > > In file included from util/zbin.c:6:0: > > util/nrv2b.c: In function ‘find_match’: > > util/nrv2b.c:633:17: error: array subscript is above array bounds > > [-Werror=array-bounds] util/nrv2b.c:634:14: error: array subscript is > > above array

Re: [ipxe-devel] Error: undefined symbol `_tmp_start' referenced in expression

2012-07-03 Thread Michael Brown
On Monday 02 Jul 2012 21:42:35 Andrew Savchenko wrote: > Now I have the following problem: > > In file included from util/zbin.c:6:0: > util/nrv2b.c: In function ‘find_match’: > util/nrv2b.c:633:17: error: array subscript is above array bounds > [-Werror=array-bounds] util/nrv2b.c:634:14: error: a

Re: [ipxe-devel] Error: undefined symbol `_tmp_start' referenced in expression

2012-07-02 Thread Andrew Savchenko
Hello, On Mon, 2 Jul 2012 13:37:03 +0100 Michael Brown wrote: > It looks as though you are trying to build bin/19691026.tmp instead of a > valid > format such as bin/19691026.rom, bin/19691026.pxe, bin/19691026.lkrn etc. Thanks, I used .bin instead of .rom extension. What a silly mistake... No

Re: [ipxe-devel] Error: undefined symbol `_tmp_start' referenced in expression

2012-07-02 Thread Michael Brown
On Sunday 01 Jul 2012 10:28:30 Andrew Savchenko wrote: > I have several Realtek cards and have the very same problem during > build: > > [AR] bin/blib.a > ar: creating bin/blib.a > [LD] bin/19691026.tmp > arch/i386/scripts/i386.lds:1: undefined symbol `_tmp_start' > referenced in expression make

Re: [ipxe-devel] Error: undefined symbol `_tmp_start' referenced in expression

2012-07-01 Thread Andrew Savchenko
Hello, >2012/5/1 Joshua C. : >> When try to compile bin/10ec8168.lkrn with the latest git as of >> 01.05.2012 I get the following error: >> >> [AR] bin/blib.a >> ar: creating bin/blib.a >> [LD] bin/10ec8168.tmp >> arch/i386/scripts/i386.lds:1: undefined symbol `_tmp_start' referenced >> in expre

[ipxe-devel] error Broadcom netxtreme gigabil ethenet controller

2012-05-28 Thread Rafael Gómez Torres
HelloVerygood; I havean HPCompaqd530cardwith aBroadcom NetXtreme Gigabitethernetcontroller -bcm5782that can not bootwithipxe, I triedtocreate theromtothe card inconcrete andtheseparameterswouldmakebin/14e41696.romand gives mean error "there is norule to makethe object ", I'ma little lostIcoul

Re: [ipxe-devel] Error : "invalid magic number"

2012-05-21 Thread Tejas Upadhyay
when I run 'multiboot boot/hello.bin, it says no "error : multiboot header found". Any clue what needs to be done to add multiboot header?. My hello.c code is simple : main() { //char *c = 't'; //putchar(c); //putchar(c); } It does nothing but it should atleast run succe

Re: [ipxe-devel] Error : "invalid magic number"

2012-05-19 Thread Christian Hesse
Tejas Upadhyay on Fri, 2012/05/18 15:40: > Hello.bin is file generated by compiling by hello.c demo file, which is > having just one print saying "hello world". Is this related to iPXE in any way? To help you it could be useful to have your hello.c source code. My suggestion: It does not use Lin

Re: [ipxe-devel] Error : "invalid magic number"

2012-05-19 Thread Tejas Upadhyay
I have application which generates .bin file. what is lkrn ipxe files?? how should I get it, i have .bin file only? On Fri, May 18, 2012 at 3:40 PM, Tejas Upadhyay wrote: > Hello.bin is file generated by compiling by hello.c demo file, which is > having just one print saying "hello world". > > >

Re: [ipxe-devel] Error : "invalid magic number"

2012-05-19 Thread Tejas Upadhyay
Hello.bin is file generated by compiling by hello.c demo file, which is having just one print saying "hello world". On Fri, May 18, 2012 at 3:11 PM, Ján ONDREJ (SAL) wrote: > What is hello.bin? In grub you should use lkrn ipxe files, > as bin/ipxe.lkrn file. > >SAL > > On

Re: [ipxe-devel] Error : "invalid magic number"

2012-05-18 Thread SAL
What is hello.bin? In grub you should use lkrn ipxe files, as bin/ipxe.lkrn file. SAL On Fri, May 18, 2012 at 09:34:54AM +, Tejas wrote: > Hi All, > > I have compiled hello.bin and I want to run it through grub menu or prompt. > This > is what I am doing : > 1. putti

[ipxe-devel] Error : "invalid magic number"

2012-05-18 Thread Tejas
Hi All, I have compiled hello.bin and I want to run it through grub menu or prompt. This is what I am doing : 1. putting hello.bin in /boot/ folder 2. on grub prompt : grub -> set root=(hd0,1) grub -> linux /boot/hello.bin 3. When it tries to run linux /boot/hello.bin I get fol

Re: [ipxe-devel] error: dereferencing pointer ‘pos’ does break strict-aliasing rules

2012-05-08 Thread Alex Davies
Thanks Michael! On Fri, May 4, 2012 at 6:51 PM, Michael Brown wrote: > On Friday 04 May 2012 18:02:38 Michael Brown wrote: >> > tests/list_test.c:429: error: dereferencing pointer ‘pos’ does break >> > strict-aliasing rules >> >> Interesting.  I am unable to reproduce this error. > > Ignore that.

Re: [ipxe-devel] error: dereferencing pointer ‘pos’ does break strict-aliasing rules

2012-05-04 Thread Michael Brown
On Friday 04 May 2012 18:02:38 Michael Brown wrote: > > tests/list_test.c:429: error: dereferencing pointer ‘pos’ does break > > strict-aliasing rules > > Interesting. I am unable to reproduce this error. Ignore that. I managed to reproduce the error on an older version of gcc (4.4.1). Should

Re: [ipxe-devel] error: dereferencing pointer ‘pos’ does break strict-aliasing rules

2012-05-04 Thread Michael Brown
On Friday 04 May 2012 17:26:19 Alex Davies wrote: > There is a regression since 838a76a0426844e918d12ae0d2e2ee7622a0eca6; I get > the following on building ipxe > > root@cer-hall1:/usr/src/ipxe-793b8b0/src# make bin/undionly.kpxe > EMBED=xxx.ipxe > > [BUILD] bin/list_test.o > > cc1: warnings b

[ipxe-devel] error: dereferencing pointer ‘pos’ does break strict-aliasing rules

2012-05-04 Thread Alex Davies
Hi, There is a regression since 838a76a0426844e918d12ae0d2e2ee7622a0eca6; I get the following on building ipxe root@cer-hall1:/usr/src/ipxe-793b8b0/src# make bin/undionly.kpxe EMBED=xxx.ipxe [BUILD] bin/list_test.o cc1: warnings being treated as errors tests/list_test.c: In function ‘list_te

Re: [ipxe-devel] Error: undefined symbol `_tmp_start' referenced in expression

2012-05-01 Thread Joshua C.
2012/5/1 Joshua C. : > When try to compile bin/10ec8168.lkrn with the latest git as of > 01.05.2012 I get the following error: > >  [AR] bin/blib.a > ar: creating bin/blib.a >  [LD] bin/10ec8168.tmp > arch/i386/scripts/i386.lds:1: undefined symbol `_tmp_start' referenced > in expression > make: ***

[ipxe-devel] Error: undefined symbol `_tmp_start' referenced in expression

2012-05-01 Thread Joshua C.
When try to compile bin/10ec8168.lkrn with the latest git as of 01.05.2012 I get the following error: [AR] bin/blib.a ar: creating bin/blib.a [LD] bin/10ec8168.tmp arch/i386/scripts/i386.lds:1: undefined symbol `_tmp_start' referenced in expression make: *** [bin/10ec8168.tmp] Error 1 I reme

Re: [ipxe-devel] Error: .size expression does not evaluate to a constant

2011-03-16 Thread Michael Brown
On Wednesday 16 Mar 2011 14:44:33 Bastian Blank wrote: > ipxe fails to build with current binutils: > > arch/i386/prefix/linuxprefix.S: Assembler messages: > arch/i386/prefix/linuxprefix.S:28: Error: .size expression does not > evaluate to a constant arch/i386/prefix/nbiprefix.S: Assembler messag

[ipxe-devel] Error: .size expression does not evaluate to a constant

2011-03-16 Thread Bastian Blank
Hi ipxe fails to build with current binutils: arch/i386/prefix/linuxprefix.S: Assembler messages: arch/i386/prefix/linuxprefix.S:28: Error: .size expression does not evaluate to a constant arch/i386/prefix/nbiprefix.S: Assembler messages: arch/i386/prefix/nbiprefix.S:78: Error: .size expression