Re: [PATCH 4/4] Allow protocol to be separated from host with a semicolon

2017-01-25 Thread Matthew Garrett
On Wed, Jan 25, 2017 at 9:30 AM, Andrei Borzenkov wrote: > 24.01.2017 23:50, Matthew Garrett пишет: >> The DHCP server will return a string in the boot_file field. If you >> want to indicate that this file should be obtained over http, the >> easiest way to handle this is to

[PATCH v3] disk/mdraid1x: Fix >2TB RAID detection with BIOS

2017-01-25 Thread Robert LeBlanc
Changes in v3: - Fix to return if not out of range instead of breaking out of the loop. Changes in v2: - Only continue checking for other metadata versions if we get an out of range error and reset grub_errno if we continue. When a mdadm RAID array is on a drive larger than 2TB, the

Re: [PATCH] Add fwconfig command

2017-01-25 Thread Andrei Borzenkov
24.01.2017 02:43, Matthew Garrett пишет: > Add a command to read values from the qemu fwcfg store. This allows data > to be passed from the qemu command line to grub. > > Example use: > > echo '(hd0,1)' >rootdev > qemu -fw_cfg opt/rootdev,file=rootdev > > fwconfig opt/rootdev root The name

Re: [PATCH 4/4] Allow protocol to be separated from host with a semicolon

2017-01-25 Thread Andrei Borzenkov
24.01.2017 23:50, Matthew Garrett пишет: > On Mon, Jan 23, 2017 at 8:02 PM, Andrei Borzenkov wrote: >> 24.01.2017 03:36, Matthew Garrett пишет: >>> Some DHCP servers (such as dnsmasq) tokenise parameters with commas, making >>> it impossible to pass boot files with commas in

Re: [PATCH 4/4] Allow protocol to be separated from host with a semicolon

2017-01-25 Thread Matthew Garrett
On Wed, Jan 25, 2017 at 12:35 AM, Michael Chang wrote: > On Tue, Jan 24, 2017 at 10:21:22PM -0800, Matthew Garrett wrote: >> We're passing the bootfile to grub in order to obtain further >> configuration, so the firmware isn't relevant here. > > I mean that firmware may not be

Re: [RFC 0/2] UEFI-based HTTP Boot

2017-01-25 Thread Andrei Borzenkov
On Wed, Jan 25, 2017 at 11:49 AM, Michael Chang wrote: > On Wed, Jan 25, 2017 at 11:19:19AM +0300, Andrei Borzenkov wrote: >> On Wed, Jan 25, 2017 at 11:09 AM, Michael Chang wrote: >> > On Fri, Jan 20, 2017 at 05:50:56PM +0300, Andrei Borzenkov wrote: >> >> On

Re: [PATCH 4/4] Allow protocol to be separated from host with a semicolon

2017-01-25 Thread Matthew Garrett
On Tue, Jan 24, 2017 at 11:37 PM, Andrei Borzenkov wrote: > On Wed, Jan 25, 2017 at 10:16 AM, Matthew Garrett wrote: >> My experience is that configfile (http,example.com)grub/config works >> as you'd expect it to, and that set >>

Re: [RFC 0/2] UEFI-based HTTP Boot

2017-01-25 Thread Michael Chang
On Wed, Jan 25, 2017 at 11:19:19AM +0300, Andrei Borzenkov wrote: > On Wed, Jan 25, 2017 at 11:09 AM, Michael Chang wrote: > > On Fri, Jan 20, 2017 at 05:50:56PM +0300, Andrei Borzenkov wrote: > >> On Fri, Jan 20, 2017 at 4:13 AM, Ken Lin wrote: > >> > This RFC

Re: [PATCH 4/4] Allow protocol to be separated from host with a semicolon

2017-01-25 Thread Michael Chang
On Tue, Jan 24, 2017 at 10:21:22PM -0800, Matthew Garrett wrote: > On Tue, Jan 24, 2017 at 10:18 PM, Michael Chang wrote: > > On Tue, Jan 24, 2017 at 12:50:37PM -0800, Matthew Garrett wrote: > >> The DHCP server will return a string in the boot_file field. If you > >> want to

Re: [RFC 0/2] UEFI-based HTTP Boot

2017-01-25 Thread Andrei Borzenkov
On Wed, Jan 25, 2017 at 11:09 AM, Michael Chang wrote: > On Fri, Jan 20, 2017 at 05:50:56PM +0300, Andrei Borzenkov wrote: >> On Fri, Jan 20, 2017 at 4:13 AM, Ken Lin wrote: >> > This RFC patchset is stacked on the previous HTTP boot patchset: >> >

Re: [RFC 0/2] UEFI-based HTTP Boot

2017-01-25 Thread Michael Chang
On Fri, Jan 20, 2017 at 05:50:56PM +0300, Andrei Borzenkov wrote: > On Fri, Jan 20, 2017 at 4:13 AM, Ken Lin wrote: > > This RFC patchset is stacked on the previous HTTP boot patchset: > > https://lists.gnu.org/archive/html/grub-devel/2016-12/msg00088.html > > It re-uses some