Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Netboot Macbooks und (U)EFI with LINUX
2015-02-20, 00:56
Post: #3
RE: Netboot Macbooks und (U)EFI with LINUX
(2015-01-10 14:43)gzebedin Wrote:  Using IPXE on an USB stick I can boot also EFI Laptops and Macbooks but this is also not a preferable option.

Where are you stuck?
if ipxe.efi works from USB then you only have to configure your DHCP server to hand out ipxe.efi if it is an uefi boot.
Robinsmidsrod has good templates for isc-dhcpd at
https://gist.github.com/robinsmidsrod/40...green-conf

Here is a part of it:
Code:
if option arch = 00:06 {
        filename "ipxe-x86.efi";
    } elsif option arch = 00:07 {
        filename "ipxe-x64.efi";
    } elsif option arch = 00:00 {
        filename "ipxe.pxe";
    }

This will work with PCs, but don't know about mac.

Use GitHub Discussions
VRAM bin
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Netboot Macbooks und (U)EFI with LINUX - NiKiZe - 2015-02-20 00:56



User(s) browsing this thread: 1 Guest(s)