Re: [PATCH] Install to LVM PVs

2015-02-15 Thread Andrei Borzenkov
В Fri, 27 Sep 2013 14:48:33 +0200 Vladimir 'φ-coder/phcoder' Serbinenko пишет: > On 27.09.2013 12:39, Gabriel de Perthuis wrote: > > Le 26/09/2013 10:53, Vladimir 'φ-coder/phcoder' Serbinenko a écrit: > >> On 25.09.2013 14:39, Gabriel de Perthuis wrote: > >>> Hello, > >>> This patch lets grub ins

Live-ISO's over PXE+HTTP using loopback

2015-02-15 Thread Beeblebrox
Hi. I'm trying to boot several live ISO's using my PXE-boot server and Grub loopback. ISO's are fetched by Grub from an HTTP server on the same host. * I can boot the kernels of all live ISO's through PXE+HTTP transfer. * Boot process fails at mount-root stage, where rootfs will obviously be moun

Re: [PATCH 18/18] x86: add multiboot2 protocol support for EFI platforms

2015-02-15 Thread Daniel Kiper
On Sat, Feb 14, 2015 at 08:23:45PM +0300, Andrei Borzenkov wrote: > В Wed, 11 Feb 2015 08:20:04 + > "Jan Beulich" пишет: > > > >>> On 10.02.15 at 22:27, wrote: > > > After some testing we have found at least one machine on which this thing > > > does not work. It is Dell PowerEdge R820 with l

Re: [PATCH v2] Add a module for retrieving SMBIOS information

2015-02-15 Thread David Michael
On Wed, Feb 11, 2015 at 6:34 AM, Andrei Borzenkov wrote: > В Sun, 08 Feb 2015 13:54:46 -0500 > David Michael пишет: >> +@item >> +Specifying @option{-t} will only print entries with a matching @var{type}. >> The >> +type can be any value from 0 to 255. Specify a value outside this range to >>

Re: Live-ISO's over PXE+HTTP using loopback

2015-02-15 Thread Andrei Borzenkov
В Sun, 15 Feb 2015 21:37:13 +0200 Beeblebrox пишет: > Hi. > I'm trying to boot several live ISO's using my PXE-boot server and Grub > loopback. ISO's are fetched by Grub from an HTTP server on the same host. > * I can boot the kernels of all live ISO's through PXE+HTTP transfer. > * Boot process

Re: Live-ISO's over PXE+HTTP using loopback

2015-02-15 Thread Beeblebrox
Hi Andrei, thanks for the answer. > You need to tell your kernel/initrd where to find ISO and it should be > able to fetch data from it via HTTP. I was advised on debian-live, "if ISO contains httpfs, you can boot by pointing the live initramfs to the iso location on your web server"; essentiall

Re: Live-ISO's over PXE+HTTP using loopback

2015-02-15 Thread Andrei Borzenkov
On Mon, Feb 16, 2015 at 10:25 AM, Beeblebrox wrote: > Hi Andrei, thanks for the answer. > >> You need to tell your kernel/initrd where to find ISO and it should be >> able to fetch data from it via HTTP. > > I was advised on debian-live, "if ISO contains httpfs, you can boot by > pointing the liv