Loading binary network driver
|
2016-09-15, 19:46
Post: #2
|
|||
|
|||
RE: Loading binary network driver
(2016-09-15 04:48)chadparry Wrote: I would like to use iPXE instead of the stock boot binaries provided for my Jaguarboard. The way I have been booting until now is to follow the Jaguarboard instructions, which load an American Megatrends 5.8 EFI shell, then I type "fs1:" and "load RtkUsbUndiDxe.efi" to load a binary Realtek ethernet driver, and then I type "ipxe.efi" to proceed with a regular network boot. It's painful because I have to type those commands on every reboot. When you mention sanboot, are we talking about the iPXE command or some efi shell command? (sanboot is not available in iPXE when running in EFI mode) There is support for the file:// protocol within ipxe when running in efi mode, see: http://git.ipxe.org/ipxe.git/commitdiff/9913a40 But I don't think that will work since ipxe must have a working driver available when starting, and there is no load RtkUsbUndiDxe.efi equivalent inside ipxe (note below that I'm assuming your board is a 64 bit intel arch, so you might have to adjust if it is not) ipxe has native support for most usb based nics. try building it with make bin-x86_64-efi/ncm.efi and then use that file instead, it should remove the need for running load RtkUsbUndiDxe.efi instead you should be able to just store ncm.efi as bootx64.efi And another option is to create a startup.nsh file and put the 2 commands you normally run in there. (this is kind of described when you start the efi shell) Use GitHub Discussions VRAM bin |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Loading binary network driver - chadparry - 2016-09-15, 04:48
RE: Loading binary network driver - NiKiZe - 2016-09-15 19:46
RE: Loading binary network driver - chadparry - 2016-09-16, 06:17
|
User(s) browsing this thread: 2 Guest(s)