<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic RHEL 6 DHCP - UEFI and Windows Deployment Server issue in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/rhel-6-dhcp-uefi-and-windows-deployment-server-issue/m-p/6855833#M54853</link>
    <description>&lt;P&gt;I am running a DHCP service on Red Hat Enterprise Linux 6.6 and have Windows Deployment Server deployed on the Legacy BIOS PXE Menu. I am trying to deploy UEFI (booting into grub.cfg) but I am running into this issue:&lt;BR /&gt;My syntax where UEFI is not working but WDS is working in /etc/dhcp/dhcpd.conf -&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;#Windows WDS&lt;BR /&gt;option space PXE;&lt;BR /&gt;option PXE.mtftp-ip code 1 = ip-address;&lt;BR /&gt;option PXE.mtftp-cport code 2 = unsigned integer 16;&lt;BR /&gt;option PXE.mtftp-sport code 3 = unsigned integer 16;&lt;BR /&gt;option PXE.mtftp-tmout code 4 = unsigned integer 8;&lt;BR /&gt;option PXE.mtftp-delay code 5 = unsigned integer 8;&lt;BR /&gt;option PXE.discovery-control code 6 = unsigned integer 8;&lt;BR /&gt;option PXE.discovery-mcast-addr code 7 = ip-address;&lt;BR /&gt;&lt;BR /&gt;&amp;gt;option arch code 93 = unsigned integer 16;&lt;/P&gt;&lt;P&gt;&amp;gt;class "PXE" {&lt;BR /&gt;match if substring(option vendor-class-identifier, 0, 9) = "PXEClient";&lt;BR /&gt;vendor-option-space PXE;&lt;BR /&gt;option PXE.mtftp-ip 0.0.0.0;&lt;BR /&gt;next-server XX.X.X.X;&lt;BR /&gt;if option arch = 00:07 {&lt;BR /&gt;filename "pxelinux/BOOTX64.EFI";&lt;BR /&gt;} else {&lt;BR /&gt;filename "pxelinux.0";&lt;BR /&gt;}&lt;BR /&gt;&lt;STRONG&gt;option vendor-class-identifier "PXEClient";&lt;/STRONG&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;My syntax to get UEFI working in /etc/dhcp/dhcpd.conf -&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;#Windows WDS&lt;BR /&gt;option space PXE;&lt;BR /&gt;option PXE.mtftp-ip code 1 = ip-address;&lt;BR /&gt;option PXE.mtftp-cport code 2 = unsigned integer 16;&lt;BR /&gt;option PXE.mtftp-sport code 3 = unsigned integer 16;&lt;BR /&gt;option PXE.mtftp-tmout code 4 = unsigned integer 8;&lt;BR /&gt;option PXE.mtftp-delay code 5 = unsigned integer 8;&lt;BR /&gt;option PXE.discovery-control code 6 = unsigned integer 8;&lt;BR /&gt;option PXE.discovery-mcast-addr code 7 = ip-address;&lt;BR /&gt;&lt;BR /&gt;&amp;gt;option arch code 93 = unsigned integer 16;&lt;BR /&gt;&lt;BR /&gt;&amp;gt;class "PXE" {&lt;BR /&gt;match if substring(option vendor-class-identifier, 0, 9) = "PXEClient";&lt;BR /&gt;vendor-option-space PXE;&lt;BR /&gt;option PXE.mtftp-ip 0.0.0.0;&lt;BR /&gt;next-server XX.X.X.X;&lt;BR /&gt;if option arch = 00:07 {&lt;BR /&gt;filename "pxelinux/BOOTX64.EFI";&lt;BR /&gt;} else {&lt;BR /&gt;filename "pxelinux.0";&lt;BR /&gt;}&lt;BR /&gt;&lt;STRONG&gt;#option vendor-class-identifier "PXEClient";&lt;/STRONG&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;When I comment out the line "option vendor-class-identifier "PXEClient";", my Windows Deployment Server stops working but UEFI works. When I uncomment that line, Windows Deployment Server works but UEFI doesn't.&lt;/P&gt;</description>
    <pubDate>Mon, 02 May 2016 16:57:16 GMT</pubDate>
    <dc:creator>JeremyNguyen</dc:creator>
    <dc:date>2016-05-02T16:57:16Z</dc:date>
    <item>
      <title>RHEL 6 DHCP - UEFI and Windows Deployment Server issue</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rhel-6-dhcp-uefi-and-windows-deployment-server-issue/m-p/6855833#M54853</link>
      <description>&lt;P&gt;I am running a DHCP service on Red Hat Enterprise Linux 6.6 and have Windows Deployment Server deployed on the Legacy BIOS PXE Menu. I am trying to deploy UEFI (booting into grub.cfg) but I am running into this issue:&lt;BR /&gt;My syntax where UEFI is not working but WDS is working in /etc/dhcp/dhcpd.conf -&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;#Windows WDS&lt;BR /&gt;option space PXE;&lt;BR /&gt;option PXE.mtftp-ip code 1 = ip-address;&lt;BR /&gt;option PXE.mtftp-cport code 2 = unsigned integer 16;&lt;BR /&gt;option PXE.mtftp-sport code 3 = unsigned integer 16;&lt;BR /&gt;option PXE.mtftp-tmout code 4 = unsigned integer 8;&lt;BR /&gt;option PXE.mtftp-delay code 5 = unsigned integer 8;&lt;BR /&gt;option PXE.discovery-control code 6 = unsigned integer 8;&lt;BR /&gt;option PXE.discovery-mcast-addr code 7 = ip-address;&lt;BR /&gt;&lt;BR /&gt;&amp;gt;option arch code 93 = unsigned integer 16;&lt;/P&gt;&lt;P&gt;&amp;gt;class "PXE" {&lt;BR /&gt;match if substring(option vendor-class-identifier, 0, 9) = "PXEClient";&lt;BR /&gt;vendor-option-space PXE;&lt;BR /&gt;option PXE.mtftp-ip 0.0.0.0;&lt;BR /&gt;next-server XX.X.X.X;&lt;BR /&gt;if option arch = 00:07 {&lt;BR /&gt;filename "pxelinux/BOOTX64.EFI";&lt;BR /&gt;} else {&lt;BR /&gt;filename "pxelinux.0";&lt;BR /&gt;}&lt;BR /&gt;&lt;STRONG&gt;option vendor-class-identifier "PXEClient";&lt;/STRONG&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;My syntax to get UEFI working in /etc/dhcp/dhcpd.conf -&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;#Windows WDS&lt;BR /&gt;option space PXE;&lt;BR /&gt;option PXE.mtftp-ip code 1 = ip-address;&lt;BR /&gt;option PXE.mtftp-cport code 2 = unsigned integer 16;&lt;BR /&gt;option PXE.mtftp-sport code 3 = unsigned integer 16;&lt;BR /&gt;option PXE.mtftp-tmout code 4 = unsigned integer 8;&lt;BR /&gt;option PXE.mtftp-delay code 5 = unsigned integer 8;&lt;BR /&gt;option PXE.discovery-control code 6 = unsigned integer 8;&lt;BR /&gt;option PXE.discovery-mcast-addr code 7 = ip-address;&lt;BR /&gt;&lt;BR /&gt;&amp;gt;option arch code 93 = unsigned integer 16;&lt;BR /&gt;&lt;BR /&gt;&amp;gt;class "PXE" {&lt;BR /&gt;match if substring(option vendor-class-identifier, 0, 9) = "PXEClient";&lt;BR /&gt;vendor-option-space PXE;&lt;BR /&gt;option PXE.mtftp-ip 0.0.0.0;&lt;BR /&gt;next-server XX.X.X.X;&lt;BR /&gt;if option arch = 00:07 {&lt;BR /&gt;filename "pxelinux/BOOTX64.EFI";&lt;BR /&gt;} else {&lt;BR /&gt;filename "pxelinux.0";&lt;BR /&gt;}&lt;BR /&gt;&lt;STRONG&gt;#option vendor-class-identifier "PXEClient";&lt;/STRONG&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;When I comment out the line "option vendor-class-identifier "PXEClient";", my Windows Deployment Server stops working but UEFI works. When I uncomment that line, Windows Deployment Server works but UEFI doesn't.&lt;/P&gt;</description>
      <pubDate>Mon, 02 May 2016 16:57:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rhel-6-dhcp-uefi-and-windows-deployment-server-issue/m-p/6855833#M54853</guid>
      <dc:creator>JeremyNguyen</dc:creator>
      <dc:date>2016-05-02T16:57:16Z</dc:date>
    </item>
  </channel>
</rss>

