seem I have find the problem. because I test in vmware workstation,
https://redmine.pfsense.org/issues/5046 add else if option pxe-system-type = 00:09 { filename "grub/grub-x86_64.efi"; below is my dhcp template. class "pxeclients" { match if substring (option vendor-class-identifier, 0, 9) = "PXEClient"; if option pxe-system-type = 00:02 { filename "ia64/elilo.efi"; } else if option pxe-system-type = 00:06 { filename "grub/grub-x86.efi"; } else if option pxe-system-type = 00:07 { filename "grub/grub-x86_64.efi"; } else if option pxe-system-type = 00:09 { filename "grub/grub-x86_64.efi"; } else { filename "pxelinux.0"; } } } now vmware is working. later I try use pc to test. On Mon, Mar 13, 2017 at 12:00 AM, Shake Chen <[email protected]> wrote: > Hi > > I believe I use the newest loader > > # md5sum grub-x86_64.efi > b54326c642707a9a922c61db83ba84c1 grub-x86_64.efi > > > I use the fefault ks file for centos 7 > > whether need update the ks , create efi partition? > > > > > > On Sun, Mar 12, 2017 at 4:07 PM, Jörgen Maas <[email protected]> > wrote: > >> You might want to try updating the Cobbler loaders, the EFI bootloaders >> have been updated recently. >> Try using `cobbler get-loaders` or download them manually from >> https://github.com/cobbler/cobbler-loaders and place them in >> /var/lib/cobbler/loaders >> >> Hope this helps! >> >> Cheers, >> Jörgen >> >> On Sat, Mar 11, 2017 at 11:05 AM, Shake Chen <[email protected]> >> wrote: >> >>> >>> On Fri, Sep 2, 2016 at 2:13 PM, <[email protected]> wrote: >>> >>>> after got IP a >>> >>> >>> Hi >>> >>> now I test in vmware workstation, >>> >>> install cobbler 2.8 in centos 7.3. also have same problem. >>> >>> >>> how to solve it? >>> >>> >>> -- >>> Shake Chen >>> >>> >>> _______________________________________________ >>> cobbler mailing list -- [email protected] >>> To unsubscribe send an email to [email protected] >>> >>> >> >> >> -- >> Grtz, >> Jörgen Maas >> >> _______________________________________________ >> cobbler mailing list -- [email protected] >> To unsubscribe send an email to [email protected] >> >> > > > -- > Shake Chen > > -- Shake Chen
_______________________________________________ cobbler mailing list -- [email protected] To unsubscribe send an email to [email protected]
