From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from IMSVA.IN.MEGATRENDS.COM (Webmail.amiindia.co.in [203.199.198.232]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 6811F803FA for ; Mon, 20 Mar 2017 03:16:14 -0700 (PDT) Received: from IMSVA.IN.MEGATRENDS.COM (IMSVA.IN.MEGATRENDS.COM [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 272DB8205B; Mon, 20 Mar 2017 15:47:47 +0530 (IST) Received: from IMSVA.IN.MEGATRENDS.COM (IMSVA.IN.MEGATRENDS.COM [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 1AC3382059; Mon, 20 Mar 2017 15:47:47 +0530 (IST) Received: from webmail.amiindia.co.in (venus2.in.megatrends.com [10.0.0.7]) by IMSVA.IN.MEGATRENDS.COM (Postfix) with ESMTPS; Mon, 20 Mar 2017 15:47:47 +0530 (IST) Received: from VENUS1.in.megatrends.com ([fe80::951:7975:6ecf:eae5]) by Venus2.in.megatrends.com ([fe80::2002:4a07:4f17:c09b%14]) with mapi id 14.03.0248.002; Mon, 20 Mar 2017 15:46:11 +0530 From: Santhapur Naveen To: "Wu, Jiaxin" , "edk2-devel@lists.01.org" Thread-Topic: Verifying HTTP Boot in Home environment Thread-Index: AdKhSIfPiu32yGMPTFmJhCBkUFBpYAABq+OgAACEs3EAAD7igAAD0cCE Date: Mon, 20 Mar 2017 10:16:11 +0000 Message-ID: <625A2455CC232F40B0F38F05ACED6D97B69AF274@VENUS1.in.megatrends.com> References: <625A2455CC232F40B0F38F05ACED6D97B69AF1A5@VENUS1.in.megatrends.com>, <895558F6EA4E3B41AC93A00D163B7274162A47C0@SHSMSX103.ccr.corp.intel.com> <625A2455CC232F40B0F38F05ACED6D97B69AF1D7@VENUS1.in.megatrends.com>, <895558F6EA4E3B41AC93A00D163B7274162A480B@SHSMSX103.ccr.corp.intel.com> In-Reply-To: <895558F6EA4E3B41AC93A00D163B7274162A480B@SHSMSX103.ccr.corp.intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.0.84.77] MIME-Version: 1.0 X-TM-AS-GCONF: 00 X-TM-AS-Product-Ver: IMSVA-9.1.0.1600-8.1.0.1062-22952.006 X-TM-AS-Result: No--15.118-5.0-31-10 X-imss-scan-details: No--15.118-5.0-31-10 X-TMASE-Version: IMSVA-9.1.0.1600-8.1.1062-22952.006 X-TMASE-Result: 10--15.117500-10.000000 X-TMASE-MatchedRID: QW5G6BKkLTp85M1mmqRVjq3GlV8ATaXvIfyQNHR2nablFby2iUWMmRMT /qwxkfL0zCI8XB2Ya3OvhomgB9ZRFHU+6304ri/FwyZ3/yP11sr2X2nyY2WSCbjV6s6mdtCJ0TD 6UetkoeVkeGoc3C7+1oFoPFs7wHUtiVm/X1CarJCVUcz8XpiS9Ld2noO4P7rA1qzIgx8DDIMqX9 FSWYZcTxn8e2zDL5jI4lzbiv1ztHSPnoiNOctH6TCj6xe3SuezSNmpTpsmB/dXPwnnY5XL5NxSP HCaeADX7l/5JtDtWGAeYZj+jjPzyUOrZJUSTvYoC24oEZ6SpSk+Mqg+CyrtwA== X-TMASE-SNAP-Result: 1.821001.0001-0-1-12:0,22:0,33:0,34:0,39:0-0 Subject: Re: Verifying HTTP Boot in Home environment X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Mar 2017 10:16:15 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi Jiaxin,=0A= =0A= I think my earlier result was in a corporate environment. I might have miss= ed something while verifying the same. :(=0A= Please let me know if my understanding about this is correct or not.=0A= =0A= The normal DHCP configuration in a corporate environment looks like this.= =0A= =0A= default-lease-time 600; =0A= max-lease-time 7200;=0A= allow booting;=0A= option domain-name "cloudboot.com";=0A= option domain-name-servers 192.168.184.1;=0A= option vendor-class-identifier "HTTPClient";=0A= option bootfile-name "http://www.cloudboot.com/EFI/Shell.efi";=0A= =0A= subnet 192.168.xx.0 netmask 255.255.255.0 {=0A= range 192.168.xx.ad 192.168.xx.cd;=0A= }=0A= =0A= and for home environment, it is almost the same except "option bootfile-nam= e "http://www.cloudboot.com/EFI/Shell.efi";" will not be present.=0A= =0A= If my understanding is not correct, please let me know.=0A= =0A= Thanks,=0A= Naveen=0A= ________________________________________=0A= From: Wu, Jiaxin [jiaxin.wu@intel.com]=0A= Sent: Monday, March 20, 2017 1:47 PM=0A= To: Santhapur Naveen; edk2-devel@lists.01.org=0A= Subject: RE: Verifying HTTP Boot in Home environment=0A= =0A= Great:).=0A= =0A= > -----Original Message-----=0A= > From: Santhapur Naveen [mailto:naveens@amiindia.co.in]=0A= > Sent: Monday, March 20, 2017 4:14 PM=0A= > To: Wu, Jiaxin ; edk2-devel@lists.01.org=0A= > Subject: RE: Verifying HTTP Boot in Home environment=0A= >=0A= > Hi Jiaxin,=0A= >=0A= > Thanks for your prompt reply.=0A= > I've verified like the same and got the expected output.=0A= >=0A= > Many Thanks,=0A= > Naveen=0A= > ________________________________________=0A= > From: Wu, Jiaxin [jiaxin.wu@intel.com]=0A= > Sent: Monday, March 20, 2017 1:25 PM=0A= > To: Santhapur Naveen; edk2-devel@lists.01.org=0A= > Subject: RE: Verifying HTTP Boot in Home environment=0A= >=0A= > Hello Naveen,=0A= >=0A= > You can refer to the below wiki page for the detailed HTTP home=0A= > environment usage:=0A= > https://github.com/tianocore/tianocore.github.io/wiki/HTTP-Boot=0A= >=0A= > Thanks,=0A= > Jiaxin=0A= >=0A= > > -----Original Message-----=0A= > > From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of= =0A= > > Santhapur Naveen=0A= > > Sent: Monday, March 20, 2017 3:07 PM=0A= > > To: edk2-devel@lists.01.org=0A= > > Subject: [edk2] Verifying HTTP Boot in Home environment=0A= > >=0A= > > Hello all,=0A= > >=0A= > > The commit, fa848a4048943251fc057fe8d6c5a82e01d2ffb6 adds the=0A= > > support for HTTP Boot usage in home environment. Would anyone out=0A= > here=0A= > > please help me the procedure to verify this?=0A= > >=0A= > > Best Regards,=0A= > > Naveen=0A= > > _______________________________________________=0A= > > edk2-devel mailing list=0A= > > edk2-devel@lists.01.org=0A= > > https://lists.01.org/mailman/listinfo/edk2-devel=0A=