Re: [ipxe-devel] Apple iMac's

2019-02-21 Thread Brandon Penglase
I just built the latest version and booted up the MacMini2,1 I have here. So boots on the older ones still at least. Brandon On Thu, 21 Feb 2019 21:07:59 -0500 Brandon Penglase wrote: > For what it's worth at this point, there is this little gem from 4.5 > years ago (oh god...): &

Re: [ipxe-devel] Apple iMac's

2019-02-21 Thread Brandon Penglase
SecureBoot. I find it really sad they effectively got rid of Netbooting.. but that's Apple. Brandon Penglase On Thu, 21 Feb 2019 00:20:20 +0100 Sebastian Roth wrote: > On 2/20/19 11:26 PM, Andreas Fink wrote: > > Macs don't netboot in the usual PXE fashion (dhcp to get a local IP > >

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

2015-01-07 Thread Brandon Penglase
...daeec10da14f4faa55ecc on 02/27/14. This allows tftp to load from a Windows/Microsoft TFTP server. This should also fix pull request #31: https://github.com/ipxe/ipxe/pull/31 Without this, when you try to load from a Windows/Microsoft TFTP server, you get error 3d1260 Inappropriate I/O control

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

2015-01-07 Thread Brandon Penglase
@hildred Good catch, all that is needed is the if statement, as #19 does. Closing this pull request in favor of @terryburton 's #19. Not sure if you meant the comment in the file, or on the commit, but the one in the file is not mine, and was on the original code prior to it being removed.

Re: [ipxe-devel] [ipxe] Restore code to strip an initial '/' from TFTP RRQ. (#19)

2015-01-07 Thread Brandon Penglase
For reference, the iPXE self-tests pass: OK: bigint 147 tests passed OK: hmac_drbg 208 tests passed OK: deflate 163 tests passed OK: uri 456 tests passed OK: time 102 tests passed OK: png 224 tests passed OK: sha1 12 tests passed OK: byteswap 6 tests passed OK: ocsp 33 tests passed OK: string 46

Re: [ipxe-devel] [ipxe] Restore code to strip an initial '/' from TFTP RRQ. (#19)

2015-01-07 Thread Brandon Penglase
I wish I saw this request before! However, I think you still need to modify line 326 const char *path = tftp-uri-path;, back to the original const char *path;. Though I suppose it just gets overwritten. My request #33 does what yours does, but also modifies the above line. --- Reply to this

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

2015-01-07 Thread Brandon Penglase
For reference, as I didn't noticed it at first, #19 from terryburton also reverts this as well. --- Reply to this email directly or view it on GitHub: https://github.com/ipxe/ipxe/pull/33#issuecomment-69025020___ ipxe-devel mailing list

Re: [ipxe-devel] Ipxe + wimboot + winpe issue

2013-05-29 Thread Brandon Penglase
snip However i have some trouble with some motherboard like Intel DG61AG and Intel DH67BL/VR. Lan chipset is Intel 82579V for both. I use the same Ipxe script, source and the last Wimboot version, but with those motherboards, my computer reboot after Boot.wim load. The Winpe loading

Re: [ipxe-devel] IPXE with synology

2013-03-20 Thread Brandon Penglase
I have also personally found that when Windows doesn't have the network card driver, wpeinit takes a long time before continuing. Brandon Penglase On 3/20/2013 8:12 AM, Michael Brown wrote: On Wednesday 13 Mar 2013 09:23:26 FX Combes wrote: I try to install Windows 7 ( or vista or other

[ipxe-devel] Patch to Makefile - vmware target

2012-11-04 Thread Brandon Penglase
build it separately (http://ipxe.org/howto/vmware#building_the_rom_images). Inline Attached: From 83c7cc3d4953f90fd6ab5e9c7d8139f8db1b7ca7 Mon Sep 17 00:00:00 2001 From: Brandon Penglase bpenglase-i...@spaceservices.net Date: Sun, 4 Nov 2012 13:48:08 -0500 Subject: [PATCH] Added vmware build

Re: [ipxe-devel] [PATCH] [cpio] Change truncated initramfs detection

2012-10-29 Thread Brandon Penglase
Looks to be working to me, through pxelinux with Shao's patches applied, and straight up with ipxe. Brandon On Tue, 30 Oct 2012 02:35:45 + Michael Brown mbr...@fensystems.co.uk wrote: On Friday 26 Oct 2012 01:12:31 Shao Miller wrote: Subject: [PATCH] [cpio] Change truncated

Re: [ipxe-devel] Recent tg3 driver commits still fail on gigabit

2012-10-18 Thread Brandon Penglase
channel reporting that this adapter with a Retina Macbook Pro, was not working (even on 100mbit). Once these patches were applied, it started working. Maybe this also is the fix for the other thread about the iMacs? Brandon Penglase On Tue, 16 Oct 2012 17:20:16 + Kevin Tran kt

[ipxe-devel] Status Update: Booting VMWare ESXi 5.1 installer via iPXE native Multiboot

2012-09-16 Thread Brandon Penglase
the installer via it's mboot.c32 file, so they could at least get ESXi installing. I can post that if there is interest. Hopefully this can be useful to someone trying to debug further, to actually get ESXi to boot. Brandon Penglase esxi51.ipxe Description: Binary data esxi-script.sh

Re: [ipxe-devel] In order to ooting ESXi mboot.c32 from ipxe enable IMAGE_COMBOOT in general/config.h

2012-09-09 Thread Brandon Penglase
that Robin provided earlier (with 9 modules), and DEBUG=multiboot, I get the following: http://node4.smart-serv.net/~brandon/mboot-debug2.png Using the full list of modules, they all load, but then it just sits there again. Try increasing the max modules, and see if that helps. Brandon

Re: [ipxe-devel] In order to ooting ESXi mboot.c32 from ipxe enable IMAGE_COMBOOT in general/config.h

2012-09-09 Thread Brandon Penglase
uncompress the files, as we were talking about, my VM throws a the OS disabled the CPU error... So, as of right now, I still do not have it working, but I figured I would let you know about the 'runweasel' kernel option, so maybe you might have some better luck. Brandon Penglase On Sun, 9

Re: [ipxe-devel] Problem with TG3 driver

2012-08-26 Thread Brandon Penglase
/a05871d89ad9b94248049c66f238092fc896e9aa Brandon Penglase On Mon, 27 Aug 2012 00:54:09 +0930 Ian Dall i...@beware.dropbear.id.au wrote: On Tue, 2012-05-08 at 11:14 -0400, an unknown sender wrote: Hello All, I've been trying to get a Dell Optiplex FX160 to boot with iPXE via USB flash drive. While

Re: [ipxe-devel] Recent tg3 driver commits still fail on gigabit

2012-08-21 Thread Brandon Penglase
a DEBUG=tg3 build, so if more debugging, or another is requested, let me know and I can include that. The machine I have for testing does have a Serial output, so I can easily grab any console output. Brandon Penglase On 08/21/12 10:53, Brendon Walsh wrote: Hi, I just wanted to notify everyone

Re: [ipxe-devel] Recent tg3 driver commits still fail on gigabit

2012-08-21 Thread Brandon Penglase
Should have added this one too: http://lists.ipxe.org/pipermail/ipxe-devel/2012-May/001477.html , where we had actually worked on it in the IRC Channel. Brandon Penglase On 08/21/12 11:15, Brandon Penglase wrote: I noticed this, this morning as well. I plan to do some debugging

[ipxe-devel] Errors when compiling iPXE with GCC 4.7.0

2012-05-26 Thread Brandon Penglase
] drivers/infiniband/qib7322.c:2123:11: note: 'old_value' was declared here cc1: all warnings being treated as errors make: *** [bin/qib7322.o] Error 1 If I add NO_WERROR=1, then everything seems to compile. Brandon Penglase ___ ipxe-devel

Re: [ipxe-devel] Variable for proxy DHCP server address?

2012-03-26 Thread Brandon Penglase
On Tue, 27 Mar 2012 00:53:40 +0200 Floris Bos / Maxnet b...@je-eigen-domein.nl wrote: Hi, Is there any way to determinate the IP-address of the proxy DHCP/TFTP server that was used when booting iPXE in an ipxe script? Tried (with undionly.kkpxe): == set use-cached 1 dhcp show