Re: [ipxe-devel] building snponly.efi

2014-04-03 Thread Ben Hildred
/xcat/ipxe.git/commitdiff/73d1ff05b058a2507fda0119825715fa2253d722and > https://git.ipxe.org/vendor/xcat/ipxe.git/commitdiff/f411dcea1ce12ddcdfafa3fa2a89566a16f86bceapplied. > > Unless something has changed that I'm not aware of... > > > On Mon, Mar 31, 2014 at 10:12 PM, Ben Hildre

Re: [ipxe-devel] building snponly.efi

2014-04-03 Thread Ben Hildred
have no clue about IMAGE_SDI but it doesn't work either. On Thu, Apr 3, 2014 at 10:00 AM, Michael Brown wrote: > On 01/04/14 03:12, Ben Hildred wrote: > >> I am trying to compile bin-i386-efi/snponly.efi for booting a early mac >> mini and I am getting a huge number of

Re: [ipxe-devel] building snponly.efi

2014-04-03 Thread Ben Hildred
spect wrong magic numbers because file says it is a MS-DOS Executable, not a efi image or a pe file like working efi files. Is there a way I can increase the verbosity of make to see what is going on? On Thu, Apr 3, 2014 at 3:02 PM, Ben Hildred <426...@gmail.com> wrote: > Ok, you pointed m

Re: [ipxe-devel] Sanboot And ISO Images?

2014-04-06 Thread Ben Hildred
NT13 drive 80 unregistered > Unregistered SAN device 0x80 > ... > - > > > I'm using latest master version... git commit 93acbd5 > > Any ideas where to look / what to try now? > > > > > -- > Thanks, > Dyweni > _______

Re: [ipxe-devel] IPXE and parallels on MAC

2014-04-07 Thread Ben Hildred
the > culprit. > > Thanks. > > > > > > > ___ > ipxe-devel mailing list > ipxe-devel@lists.ipxe.org > https://lists.ipxe.org/mailman/listinfo.cgi/ipxe-devel > > -- -- Ben Hildred Automation Support Services 303 815 6721 ___ ipxe-devel mailing list ipxe-devel@lists.ipxe.org https://lists.ipxe.org/mailman/listinfo.cgi/ipxe-devel

Re: [ipxe-devel] script failure caused by adding one line

2014-04-14 Thread Ben Hildred
t things work. > > I'm using git master to build undionly.kpxe which is getting chain loaded > from the pxerom. > > I'm needing to switch the server url to a different server if a the > selection is made but > all of my old selection loads also break. > > An

Re: [ipxe-devel] serial arrow keys broken

2014-04-22 Thread Ben Hildred
> > > Michael > ___ > ipxe-devel mailing list > ipxe-devel@lists.ipxe.org > https://lists.ipxe.org/mailman/listinfo.cgi/ipxe-devel > -- -- Ben Hildred Automation Support Services 303 815 6721 ___ ipxe-devel mailing list ipxe-devel@lists.ipxe.org https://lists.ipxe.org/mailman/listinfo.cgi/ipxe-devel

Re: [ipxe-devel] serial arrow keys broken

2014-04-22 Thread Ben Hildred
ooting old power macs so I don't have a intel box on the bench at the moment) On Tue, Apr 22, 2014 at 10:37 AM, Michael Brown wrote: > On 22/04/14 17:32, Ben Hildred wrote: > >> Just thought I would note here that I have noticed that menus are slow >> with both serial a

Re: [ipxe-devel] serial arrow keys broken

2014-04-22 Thread Ben Hildred
no other changes, all tests repeated. On Tue, Apr 22, 2014 at 11:41 AM, Michael Brown wrote: > On 22/04/14 18:07, Ben Hildred wrote: > >> yep, the machine I have been testing on does not have bios serial >> support, and when serial console is compiled in you can watch the cursor

Re: [ipxe-devel] serial arrow keys broken

2014-04-22 Thread Ben Hildred
On Tue, Apr 22, 2014 at 6:03 PM, Michael Brown wrote: > On 22/04/14 23:24, Ben Hildred wrote: > >> starting with my current version: >> >> show version reorts: >> builtin/version:string = 1.0.0+ (2d6d) >> there are some patches applied to the local version >

[ipxe-devel] feature request/proposal

2014-04-26 Thread Ben Hildred
and assignment of the sub-option code number. (I believe the next available is 42 but my checks have been brief.) Thank you for your consideration and feedback. -- -- Ben Hildred Automation Support Services 303 815 6721 ___ ipxe-devel mailing list ipxe

Re: [ipxe-devel] Relative interest in snponly.efi?

2014-07-07 Thread Ben Hildred
driver built in? I really didn't read much more than > the commit message since firmware development is still a bit too magical > for my brain... > > > > ___ > ipxe-devel mailing list > ipxe-devel@lists.ipxe.org > https://

Re: [ipxe-devel] [ipxe] tftp booting from a windows TFTP server gives issues. (#31)

2015-01-05 Thread Ben Hildred
This patch is very site specific, not portable, and may have other problems. I recommend against this patch being included in the main codebase. --- Reply to this email directly or view it on GitHub: https://github.com/ipxe/ipxe/pull/31#issuecomment-68782162___

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

2015-01-07 Thread Ben Hildred
> size_t len; > struct io_buffer *iobuf; > size_t blksize; > > + /* Strip initial '/' if present. If we were opened via the > + * URI interface, then there will be an initial '/', since a > + * full tftp:// URI provides no way to specify a non-absolute > + * path

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

2015-01-07 Thread Ben Hildred
We should also close #31 in favor of #19. --- Reply to this email directly or view it on GitHub: https://github.com/ipxe/ipxe/pull/33#issuecomment-69086477___ ipxe-devel mailing list ipxe-devel@lists.ipxe.org https://lists.ipxe.org/mailman/listinfo.cgi/i

Re: [ipxe-devel] Subnet mask 255.255.255.255 doesn't work

2015-06-26 Thread Ben Hildred
and network > config into Linux or Windows I can access the URL. > > Any help would be much appreciated. > > Regards, > Josh Jameson > ___ > ipxe-devel mailing list > ipxe-devel@lists.ipxe.org > https://lists.ipxe.org/mailman/l

Re: [ipxe-devel] login/menu commands and serial console?

2015-07-21 Thread Ben Hildred
gt; > Is this normal behaviour or do I need to set a specific terminal emulation > on the PC I have connected to the other end of the serial cable? > > Thanks! > Sven > ___ > ipxe-devel mailing list > ipxe-devel@lists.ipxe.or

Re: [ipxe-devel] [ipxe] simple uefi usability fix (#38)

2015-07-24 Thread Ben Hildred
I always thought the control-x should have been Esc, the tab and watchdog timer change ideas are not good but the control-c could be argued either way. --- Reply to this email directly or view it on GitHub: https://github.com/ipxe/ipxe/pull/38#issuecomment-124626312_

[ipxe-devel] needed libraries?

2015-09-11 Thread Ben Hildred
e are using it I think we should have a close look at why, If not we should drop the linker flags. -- -- Ben Hildred Automation Support Services 303 815 6721 ___ ipxe-devel mailing list ipxe-devel@lists.ipxe.org https://lists.ipxe.org/mailman/listinfo.cgi

Re: [ipxe-devel] needed libraries?

2015-09-13 Thread Ben Hildred
gt; > ___ > ipxe-devel mailing list > ipxe-devel@lists.ipxe.org > https://lists.ipxe.org/mailman/listinfo.cgi/ipxe-devel > -- -- Ben Hildred Automation Support Services 303 815 6721 ___ ipxe-devel mailing list ipxe-devel@lists.ipxe.org https://lists.ipxe.org/mailman/listinfo.cgi/ipxe-devel

Re: [ipxe-devel] needed libraries?

2015-09-14 Thread Ben Hildred
: > On 13/09/15 21:23, Ben Hildred wrote: > >> Debian bug 730910 was noticing that their package did not have a build >> dependency on libiberty-dev, but instead of adding a build dependency, >> they just did not link against it, which would lead one to suspect that >>

[ipxe-devel] ROM timeout adjust

2015-09-14 Thread Ben Hildred
ncludes and compiler options. I think the pattern of the debian patch has value for this, but I am not sure they picked the right configuration variable. Thanks for considering this, I know it is a lot of commentary on a patch that adds two lines. -- -- Ben Hildred Automation Support S

[ipxe-devel] Operation not supported

2015-11-13 Thread Ben Hildred
4:00:12:34:56).. -- -- Ben Hildred Automation Support Services 303 815 6721 ___ ipxe-devel mailing list ipxe-devel@lists.ipxe.org https://lists.ipxe.org/mailman/listinfo.cgi/ipxe-devel

[ipxe-devel] Appnote for adding files to linux initrd on the fly.

2015-12-13 Thread Ben Hildred
make any improvements needed to improve clarity. -- -- Ben Hildred Automation Support Services 303 815 6721 ___ ipxe-devel mailing list ipxe-devel@lists.ipxe.org https://lists.ipxe.org/mailman/listinfo.cgi/ipxe-devel

[ipxe-devel] bug report: 3c900b-fl freezes

2016-01-27 Thread Ben Hildred
] Configuring (net0 x)... -- -- Ben Hildred Automation Support Services 303 815 6721 ___ ipxe-devel mailing list ipxe-devel@lists.ipxe.org https://lists.ipxe.org/mailman/listinfo.cgi/ipxe-devel