[prev in list] [next in list] [prev in thread] [next in thread] 

List:       cobbler
Subject:    =?utf-8?b?W2NvYmJsZXJd?= Re: PXE client hanged after got IP address and downloaded NBP file by UEFI 
From:       Shake Chen <shake.chen () gmail ! com>
Date:       2017-03-14 9:11:22
Message-ID: CAO__-NYFQVNkCW2NDtx8gHWNhM5O4d=b6cQBaaMC7PwNJMVPiA () mail ! gmail ! com
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


Hi

I have test Dell 730, UEFI, perfect support .

no need modify anything.



On Mon, Mar 13, 2017 at 2:01 AM, Shake Chen <shake.chen@gmail.com> wrote:

> 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 <shake.chen@gmail.com> 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 <jorgen.maas@gmail.com>
>> 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 <shake.chen@gmail.com>
>>> wrote:
>>>
>>>>
>>>> On Fri, Sep 2, 2016 at 2:13 PM, <mkliu28@gmail.com> 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 -- cobbler@lists.fedorahosted.org
>>>> To unsubscribe send an email to cobbler-leave@lists.fedorahosted.org
>>>>
>>>>
>>>
>>>
>>> --
>>> Grtz,
>>> Jörgen Maas
>>>
>>> _______________________________________________
>>> cobbler mailing list -- cobbler@lists.fedorahosted.org
>>> To unsubscribe send an email to cobbler-leave@lists.fedorahosted.org
>>>
>>>
>>
>>
>> --
>> Shake Chen
>>
>>
>
>
> --
> Shake Chen
>
>


-- 
Shake Chen

[Attachment #5 (text/html)]

<div dir="ltr">Hi<div><br></div><div>I have test Dell 730, UEFI, perfect support \
.</div><div><br></div><div>no need modify \
anything.</div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div \
class="gmail_quote">On Mon, Mar 13, 2017 at 2:01 AM, Shake Chen <span \
dir="ltr">&lt;<a href="mailto:shake.chen@gmail.com" \
target="_blank">shake.chen@gmail.com</a>&gt;</span> wrote:<br><blockquote \
class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc \
solid;padding-left:1ex"><div dir="ltr">seem I have find the \
problem.<div><br></div><div>because I test in vmware workstation,  \
</div><div><br></div><div><a href="https://redmine.pfsense.org/issues/5046" \
target="_blank">https://redmine.pfsense.org/<wbr>issues/5046</a><br></div><div><br></div><div>add \
</div><div><div>  else if option pxe-system-type = 00:09 {</div><div>                 \
filename &quot;grub/grub-x86_64.efi&quot;;</div></div><div><br></div><div><br></div><div>below \
is my dhcp template.</div><div><br></div><div><br></div><div><span class=""><div>     \
class &quot;pxeclients&quot; {</div><div>               match if substring (option \
vendor-class-identifier, 0, 9) = &quot;PXEClient&quot;;</div><div>               if \
option pxe-system-type = 00:02 {</div><div>                           filename \
&quot;ia64/elilo.efi&quot;;</div><div>               } else if option pxe-system-type \
= 00:06 {</div><div>                           filename \
&quot;grub/grub-x86.efi&quot;;</div><div>               } else if option \
pxe-system-type = 00:07 {</div><div>                           filename \
&quot;grub/grub-x86_64.efi&quot;;</div></span><div>               } else if option \
pxe-system-type = 00:09 {</div><span class=""><div>                           \
filename &quot;grub/grub-x86_64.efi&quot;;</div><div>               } else \
{</div><div>                           filename &quot;pxelinux.0&quot;;</div><div>    \
}</div><div>        }</div><div>}</div></span></div><div><br></div><div><br></div><div>now \
vmware is working. later I try use pc to \
test.</div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div></div><div \
class="gmail_extra"><div><div class="h5"><br><div class="gmail_quote">On Mon, Mar 13, \
2017 at 12:00 AM, Shake Chen <span dir="ltr">&lt;<a \
href="mailto:shake.chen@gmail.com" \
target="_blank">shake.chen@gmail.com</a>&gt;</span> wrote:<br><blockquote \
class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc \
solid;padding-left:1ex"><div dir="ltr">Hi<div><br></div><div>I believe I use the \
newest loader</div><div><br></div><div><div># md5sum \
grub-x86_64.efi</div><div>b54326c642707a9a922c61db83ba84<wbr>c1   \
grub-x86_64.efi</div></div><div><br></div><div><br></div><div>I use the fefault ks \
file for centos 7</div><div><br></div><div>whether need update the ks , create efi \
partition?</div><div><br></div><div><br></div><div><br></div><div><br></div></div><div \
class="gmail_extra"><div><div class="m_4005871373783535872h5"><br><div \
class="gmail_quote">On Sun, Mar 12, 2017 at 4:07 PM, Jörgen Maas <span \
dir="ltr">&lt;<a href="mailto:jorgen.maas@gmail.com" \
target="_blank">jorgen.maas@gmail.com</a>&gt;</span> wrote:<br><blockquote \
class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc \
solid;padding-left:1ex"><div dir="ltr"><div><div><div><div>You might want to try \
updating the Cobbler loaders, the EFI bootloaders have been updated \
recently.<br></div>Try using `cobbler get-loaders` or download them manually from <a \
href="https://github.com/cobbler/cobbler-loaders" \
target="_blank">https://github.com/cobbler/cob<wbr>bler-loaders</a> and place them in \
/var/lib/cobbler/loaders<br><br></div>Hope this \
helps!<br><br></div>Cheers,<br></div>Jörgen<br></div><div \
class="gmail_extra"><br><div class="gmail_quote"><div><div \
class="m_4005871373783535872m_-1532791600608562648h5">On Sat, Mar 11, 2017 at 11:05 \
AM, Shake Chen <span dir="ltr">&lt;<a href="mailto:shake.chen@gmail.com" \
target="_blank">shake.chen@gmail.com</a>&gt;</span> wrote:<br></div></div><blockquote \
class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc \
solid;padding-left:1ex"><div><div \
class="m_4005871373783535872m_-1532791600608562648h5"><div dir="ltr"><div \
class="gmail_extra"><br><div class="gmail_quote">On Fri, Sep 2, 2016 at 2:13 PM,  \
<span dir="ltr">&lt;<a href="mailto:mkliu28@gmail.com" \
target="_blank">mkliu28@gmail.com</a>&gt;</span> wrote:<br><blockquote \
class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc \
solid;padding-left:1ex">after got IP a</blockquote></div><br>Hi</div><div \
class="gmail_extra"><br></div><div class="gmail_extra">now I test in vmware \
workstation,  </div><div class="gmail_extra"><br></div><div \
class="gmail_extra">install cobbler 2.8 in centos 7.3. also have same \
problem.</div><div class="gmail_extra"><br></div><div \
class="gmail_extra"><br></div><div class="gmail_extra">how to solve it?<span \
class="m_4005871373783535872m_-1532791600608562648m_7417090106322329966HOEnZb"><font \
color="#888888"><br><br clear="all"><div><br></div>-- <br><div \
class="m_4005871373783535872m_-1532791600608562648m_7417090106322329966m_-4590937609913812946gmail_signature" \
data-smartmail="gmail_signature">Shake Chen<br><br></div> </font></span></div></div>
<br></div></div>______________________________<wbr>_________________<br>
cobbler mailing list -- <a href="mailto:cobbler@lists.fedorahosted.org" \
target="_blank">cobbler@lists.fedorahosted.org</a><br> To unsubscribe send an email \
to <a href="mailto:cobbler-leave@lists.fedorahosted.org" \
target="_blank">cobbler-leave@lists.fedorahost<wbr>ed.org</a><br> \
<br></blockquote></div><span \
class="m_4005871373783535872m_-1532791600608562648HOEnZb"><font \
color="#888888"><br><br clear="all"><br>-- <br><div \
class="m_4005871373783535872m_-1532791600608562648m_7417090106322329966gmail_signature" \
data-smartmail="gmail_signature">Grtz,<br>Jörgen Maas</div> </font></span></div>
<br>______________________________<wbr>_________________<br>
cobbler mailing list -- <a href="mailto:cobbler@lists.fedorahosted.org" \
target="_blank">cobbler@lists.fedorahosted.org</a><br> To unsubscribe send an email \
to <a href="mailto:cobbler-leave@lists.fedorahosted.org" \
target="_blank">cobbler-leave@lists.fedorahost<wbr>ed.org</a><br> \
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br></div></div><span \
class="m_4005871373783535872HOEnZb"><font color="#888888"><div \
class="m_4005871373783535872m_-1532791600608562648gmail_signature" \
data-smartmail="gmail_signature">Shake Chen<br><br></div> </font></span></div>
</blockquote></div><br><br clear="all"><div><br></div></div></div><span \
class="HOEnZb"><font color="#888888">-- <br><div \
class="m_4005871373783535872gmail_signature" data-smartmail="gmail_signature">Shake \
Chen<br><br></div> </font></span></div>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div \
class="gmail_signature" data-smartmail="gmail_signature">Shake Chen<br><br></div> \
</div>


[Attachment #6 (text/plain)]

_______________________________________________
cobbler mailing list -- cobbler@lists.fedorahosted.org
To unsubscribe send an email to cobbler-leave@lists.fedorahosted.org


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic