[bug #41301] Cannot boot a btrfs root partition with autogenerated grub.cfg

2014-01-22 Thread John Audia
URL: http://savannah.gnu.org/bugs/?41301 Summary: Cannot boot a btrfs root partition with autogenerated grub.cfg Project: GNU GRUB Submitted by: graysky Submitted on: Wed 22 Jan 2014 11:59:33 AM GMT Category: Booting

Fwd: Re: [PATCH] Add support for UEFI operating systems returned by os-prober

2014-01-22 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Original Message Subject: Re: [PATCH] Add support for UEFI operating systems returned by os-prober Date: Wed, 22 Jan 2014 15:45:22 +0100 From: Vladimir 'φ-coder/phcoder' Serbinenko phco...@gmail.com To: Lubomir Rintel lkund...@v3.sk commit

Re: [PATCH 3/4] Search for specific config file for netboot

2014-01-22 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 20.01.2014 22:32, Lubomir Rintel wrote: From: Paulo Flabiano Smorigo pfsmor...@br.ibm.com This patch implements a search for a specific configuration when the config file is on a remoteserver. It uses the following order: 1) DHCP client UUID option. 2) MAC address (in lower case

Re: [PATCH 1/4] Fix crash on http

2014-01-22 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 20.01.2014 22:32, Lubomir Rintel wrote: From: Gustavo Luiz Duarte gustav...@linux.vnet.ibm.com Don't free file-data on receiving FIN flag since it is used all over without checking. http_close() will be called later to free that memory. No longer necessarry ever since correct fix was

Re: [PATCH 2/4] Disable GRUB video support for IBM power machines

2014-01-22 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 20.01.2014 22:29, Lubomir Rintel wrote: From: Paulo Flabiano Smorigo pfsmor...@br.ibm.com A 64bit address property exposed via Matrox card's FCode to openfirmware is of no use in 32bit GRUB and attempting to access the truncated address results in a crash. As IBM says itself, it's not

Re: [PATCH 4/4] Reset ieee1275 console display attribute upon screen clearing

2014-01-22 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 20.01.2014 22:29, Lubomir Rintel wrote: From: Paulo Flabiano Smorigo pfsmor...@br.ibm.com On IBM Power it could be hooked to a serial terminal where the reverse video attribute would bleed into loaded kernel output. Not a right solution. Right solution would be to have some handoff

Re: [PATCH 1/4] IBM client architecture (CAS) reboot support

2014-01-22 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 20.01.2014 22:29, Lubomir Rintel wrote: From: Paulo Flabiano Smorigo pfsmor...@br.ibm.com This is an implementation of IBM client architecture (CAS) reboot for GRUB. There are cases where the POWER firmware must reboot in order to support specific features requested by a kernel. The