Hi Jiaxin,

I think my earlier result was in a corporate environment. I might have missed 
something while verifying the same. :(
Please let me know if my understanding about this is correct or not.

The normal DHCP configuration in a corporate environment looks like this.

default-lease-time 600;  
max-lease-time 7200;
allow booting;
option domain-name "cloudboot.com";
option domain-name-servers 192.168.184.1;
option vendor-class-identifier "HTTPClient";
option bootfile-name "http://www.cloudboot.com/EFI/Shell.efi";;

subnet 192.168.xx.0 netmask 255.255.255.0 {
  range 192.168.xx.ad 192.168.xx.cd;
}

and for home environment, it is almost the same except "option bootfile-name 
"http://www.cloudboot.com/EFI/Shell.efi";"; will not be present.

If my understanding is not correct, please let me know.

Thanks,
Naveen
________________________________________
From: Wu, Jiaxin [jiaxin...@intel.com]
Sent: Monday, March 20, 2017 1:47 PM
To: Santhapur Naveen; edk2-devel@lists.01.org
Subject: RE: Verifying HTTP Boot in Home environment

Great:).

> -----Original Message-----
> From: Santhapur Naveen [mailto:nave...@amiindia.co.in]
> Sent: Monday, March 20, 2017 4:14 PM
> To: Wu, Jiaxin <jiaxin...@intel.com>; edk2-devel@lists.01.org
> Subject: RE: Verifying HTTP Boot in Home environment
>
> Hi Jiaxin,
>
>     Thanks for your prompt reply.
>     I've verified like the same and got the expected output.
>
> Many Thanks,
> Naveen
> ________________________________________
> From: Wu, Jiaxin [jiaxin...@intel.com]
> Sent: Monday, March 20, 2017 1:25 PM
> To: Santhapur Naveen; edk2-devel@lists.01.org
> Subject: RE: Verifying HTTP Boot in Home environment
>
> Hello Naveen,
>
> You can refer to the below wiki page for the detailed HTTP home
> environment usage:
> https://github.com/tianocore/tianocore.github.io/wiki/HTTP-Boot
>
> Thanks,
> Jiaxin
>
> > -----Original Message-----
> > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of
> > Santhapur Naveen
> > Sent: Monday, March 20, 2017 3:07 PM
> > To: edk2-devel@lists.01.org
> > Subject: [edk2] Verifying HTTP Boot in Home environment
> >
> > Hello all,
> >
> >     The commit, fa848a4048943251fc057fe8d6c5a82e01d2ffb6 adds the
> > support for HTTP Boot usage in home environment. Would anyone out
> here
> > please help me the procedure to verify this?
> >
> > Best Regards,
> > Naveen
> > _______________________________________________
> > edk2-devel mailing list
> > edk2-devel@lists.01.org
> > https://lists.01.org/mailman/listinfo/edk2-devel
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel

Reply via email to