Re: PXE boot over NFS please

2014-06-02 Thread arvidjaar
Отправлено с iPhone 02 июня 2014 г., в 9:35, Beeblebrox zap...@berentweb.com написал(а): Hello Andrey, The linked article, under the Advanced Options title (just past middle of page) covers two interesting aspects of non-tftp transfer alternatives. One is Faster Transfers With HTTP,

Re: Where's the code for inputs in Grub?

2014-06-02 Thread Andrey Borzenkov
В Thu, 29 May 2014 09:24:13 -0600 Gerard Butler legendary_b...@hotmail.com пишет: I'm looking for the .c file that tells grub about how to handle keyboard inputs? I want to see if I can use that as a base to write a module to take input from game controllers.

Re: Grub2 theme bug with relative numeric values for boot_menu?

2014-06-02 Thread Andrey Borzenkov
В Mon, 26 May 2014 18:19:23 -0400 John Hupp grub-...@prpcompany.com пишет: I'm trying to make my theme completely resolution-independent. You can see a current screen shot at Post your Grub 2 Themes http://ubuntuforums.org/showthread.php?t=1823915page=14p=13031738#post13031738 Pictures

Re: [PATCH] Allow user-defined functions to override builtins.

2014-06-02 Thread Andrey Borzenkov
В Tue, 27 May 2014 01:27:47 -0500 Glenn Washburn developm...@efficientek.com пишет: On Sun, 25 May 2014 05:03:31 +0200 Vladimir 'φ-coder/phcoder' Serbinenko phco...@gmail.com wrote: On 24.05.2014 09:47, Glenn Washburn wrote: But the prefix variable is used for other things in the loaded

Re: A few questions about GRUB 2

2014-06-02 Thread Andrey Borzenkov
В Tue, 6 May 2014 21:28:31 +0530 Shriramana Sharma samj...@gmail.com пишет: With the GRUB 2 coming with Kubuntu Trusty, I observe that menu_color_* only apply to the primary menu and not to the secondary menu, where only color_* are applied. 3) Is this behaviour intentional? Calling it

Re: PXE boot over NFS please

2014-06-02 Thread Beeblebrox
Hello. It seems I misunderstood the article I had referenced. I emailed the author of that article for clarification and his response (partially) is below. My apologies to the members of the list for this mistake I have made. Actually, the kernel there is being loaded by TFTP, although HTTP can

Re: Why ignore UUID when linux root device is an LV?

2014-06-02 Thread Andrey Borzenkov
В Fri, 2 May 2014 15:23:30 +0100 Colin Watson cjwat...@ubuntu.com пишет: On Fri, May 02, 2014 at 02:54:13PM +0200, Sree Harsha Totakura wrote: I would like to know why UUID is not used for root device in Linux kernel's `root=' parameter when the root device uses LVM. Filesystem UUIDs on

Re: Bug#747653: grub2-common: update-grub adds both devices and a line feed for BTRFS RAID 1 setup

2014-06-02 Thread Andrey Borzenkov
В Sat, 10 May 2014 20:53:34 +0200 Martin Steigerwald mar...@lichtvoll.de пишет: Package: grub2-common Version: 2.02~beta2-10 Severity: normal Dear Maintainer, I am booting my Debian system via a BTRFS RAID 1 which spans a logical volume on a Crucial MSATA and Intel SATA SSD each.

Re: PXE boot over NFS please

2014-06-02 Thread Andrey Borzenkov
В Mon, 2 Jun 2014 18:14:31 +0300 Beeblebrox zap...@berentweb.com пишет: Grub already supports HTTP. Did you try it? Not yet. I was planning on getting around to that, but I had wanted to clarify the NFS option first. Can you advise what the syntax is for HTTP booting the kernel with

Re: [PATCH 2/2] Add emdedded-config hidden option to grub-install.

2014-06-02 Thread Andrey Borzenkov
В Tue, 27 May 2014 01:32:22 -0500 Glenn Washburn developm...@efficientek.com пишет: On Thu, 22 May 2014 09:33:05 +0200 Vladimir 'φ-coder/phcoder' Serbinenko phco...@gmail.com wrote: On 19.05.2014 09:03, Glenn Washburn wrote: One thing to note with this patch is that the supplied embedded

Re: Grub2 theme bug with relative numeric values for boot_menu?

2014-06-02 Thread Andrey Borzenkov
В Mon, 02 Jun 2014 12:06:03 -0400 John Hupp grub-...@prpcompany.com пишет: Grub responded well to % values for the numeric values in the progress bar and labels. Also OK with %'s for boot_menu properties top, left, height, width. But I'm getting bad behavior with item_height and the

[Xen Hackathon] EFI + GRUB2 + Xen - minutes

2014-06-02 Thread Daniel Kiper
Hi, Below you could find minutes taken by Konrad (thanks!) during EFI + GRUB2 + Xen session which happened on Xen Hackathon. I made some minor fixes/cleanups. Session was led by me. Here you could find detailed description of the problem:

Re: PXE boot over NFS please

2014-06-02 Thread Beeblebrox
set root=http,192.168.2.1 loopback loop0 ($root)/tftp/$isofile Thank you - that was very useful and solves the iso-boot problem. I must also boot FreeBSD on NFS via TFTP (not HTTP), but this won't work: menuentry 'FreeBSD chainload BTX' { kfreebsd boot/loader } It's probably

Re: [PATCH 1/2] Add hidden memdisk option to grub-install.

2014-06-02 Thread Andrey Borzenkov
В Mon, 19 May 2014 01:57:49 -0500 Glenn Washburn developm...@efficientek.com пишет: I have a set of scripts that I've been using with the old shell script grub-install that creates its own memdisk and embedded config. Those options are not available at present (I suspect partly