On Mon, May 14, 2012 at 9:52 AM, Daniel Kertby <[email protected]> wrote: > Anyone? > > On May 10, 2012 1:55 PM, "Daniel Kertby" <[email protected]> wrote: >> >> Hi experts, >> >> We have the need to boot Red Hat clients using the EFI boot loader >> (grub.efi). >> >> Anyone can provide the steps needed to integrate it in a good way? >> I haven't found any good information while searching the mailing list >> and the Internet.
I have not used EFI myself, but it looks like everything is written to the tftp boot directory by default (in the grub/ sub-directory). For example, here's my test system: # ll /var/lib/tftpboot/grub/ total 488 -rw-r--r--. 1 root root 220 May 12 23:51 01-00-16-xx-xx-xx -rw-r--r--. 1 root root 1352 May 12 23:51 efidefault -rw-r--r--. 1 root root 243679 May 12 23:50 grub-x86_64.efi -rw-r--r--. 1 root root 237224 May 12 23:50 grub-x86.efi lrwxrwxrwx. 1 root root 9 Mar 23 22:28 images -> ../images So something using PXE to boot via EFI should be able to hit the cobbler server, you just need to get your system to pull the data from cobbler. _______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler
