Mac Pro (late 2013 model) EFI and iPXE booting
|
2014-05-15, 00:16
Post: #8
|
|||
|
|||
RE: Mac Pro (late 2013 model) EFI and iPXE booting
(2014-05-14 23:40)Pretzel Wrote: That GUID is EFI_DEVICE_PATH_TO_TEXT_PROTOCOL_GUID; it represents the EFI functionality for converting a device path into a printable representation. Ironically, iPXE uses that protocol only for debugging purposes; before enabling DEBUG=efi_init it wouldn't even have tried to locate the protocol. You can temporarily hack around the missing protocol by commenting out the line Code: DBGC_EFI_DEVPATH ( systab, efi_loaded_image_path ); in interface/efi/efi_init.c. That should get you past this particular error and hopefully will reveal what the real original problem was. Michael |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 6 Guest(s)