Need to support as many devices as possible!
|
2016-08-05, 00:15
Post: #2
|
|||
|
|||
RE: Need to support as many devices as possible!
I started using PXE and later iPXE for the exact same purpose. Running memtest and posting the result to b800.org for automatic logging to the service log for example.
In legacy mode Using undionly.kpxe will work on all machines with almost no exceptions. There was/is some buggy Realtek chips, but those might not even work inside windows unless you are using the exact drivers that they used during production, so not really a iPXE issue. For some known working nics I have added chaining into full ipxe.pxe since it works better: Code: iseq ${netX/chip} undionly && || goto notundi If you go for efi it becomes a different beast. ipxe.efi works best on most machines, but there is a few buggy firmware implementations where snponly.efi is needed instead, and then there is a few other machines where snponly.efi does not work. still using ipxe.efi is in my experience the best choice. In any case, make sure you upgrade to the latest version if you have any issues, and spend a bit extra time for both creating backups when building, and having the build process as automatic as possible. Use GitHub Discussions VRAM bin |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Need to support as many devices as possible! - BirtyBassett - 2016-08-04, 23:06
RE: Need to support as many devices as possible! - NiKiZe - 2016-08-05 00:15
RE: Need to support as many devices as possible! - BirtyBassett - 2016-08-05, 20:35
RE: Need to support as many devices as possible! - NiKiZe - 2016-08-06, 01:23
|
User(s) browsing this thread: 2 Guest(s)