Re: Fix for pkgdatadir grub-mkconfig_lib in all util scripts and grub.d scripts

2012-02-24 Thread Mike Gilbert
2012/2/21 Vladimir 'φ-coder/phcoder' Serbinenko : > On 21.02.2012 17:36, Keshav P R wrote: >> >> 2012/2/21 Grégoire Sutre: >>> >>> On 02/20/2012 06:47 PM, Keshav P R wrote: Hi,     Attached patch fixes runtime error due to sed transform used in pkgdatadir >>> >>> >>> Maybe we sh

Re: Lists and aliasing (Re: Freeze on 27 February)

2012-02-24 Thread Lennart Sorensen
On Thu, Feb 23, 2012 at 12:43:08PM -0500, Lennart Sorensen wrote: > gcc-4.6 -DHAVE_CONFIG_H -I. -I../.. -Wall -W -I./include -DGRUB_UTIL=1 > -DGRUB_LIBDIR=\"/usr/lib/grub\" -DLOCALEDIR=\"/usr/share/locale\" > -DGRUB_MACHINE_EMU=1 -DGRUB_MACHINE=POWERPC_EMU -DGRUB_TARGET_CPU_POWERPC=1 > -DGRUB_

Re: Search for images within sub-directories of the theme's directory.

2012-02-24 Thread Towheed Mohammed
Then it should not be searched for in the theme file as a component's property: From gui_image.c 210 if (grub_strcmp (name, "theme_dir") == 0) 211 { Other components uses theme_dir but do not look for it as one of their properties. For others like myself, who peruses the source

Re: The submenu command shows a text-based menu when using a GFX theme.

2012-02-24 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 24.02.2012 23:50, Towheed Mohammed wrote: submenu "xyz" { theme=... } So we can say it's a feature. Well then, could it be patched thus: 1. If the user specifies a new theme for the submenu, load the new theme. The flicker is then not apparent as the new theme is loaded. 2. If the us

Re: The submenu command shows a text-based menu when using a GFX theme.

2012-02-24 Thread Towheed Mohammed
submenu "xyz" { theme=... } So we can say it's a feature. Well then, could it be patched thus: 1. If the user specifies a new theme for the submenu, load the new theme. The flicker is then not apparent as the new theme is loaded. 2. If the user wishes to use the currently loaded theme for

Re: grub-mount (ubuntu) hangs with hfs+ partition

2012-02-24 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 24.02.2012 21:28, Kees Bakker wrote: On 24-02-12 11:34, Vladimir 'φ-coder/phcoder' Serbinenko wrote: On 23.02.2012 21:46, Kees Bakker wrote: I've tried to debug this problem, but I am not making any progress. The program hangs in a while(1) loop at line 657 in grub-core/fs/hfsplus.c ther

Help needed with Grub2 customization

2012-02-24 Thread venkat raman
Hi All, I need help in achieving below task. "I have to configure grub that it would check for a file in windows boot partition during boot. If the file is there it has to boot into linux else it has to boot into windows. I also need to keymap a fnkey for booting into Linux even the file is not t

Re: Search for images within sub-directories of the theme's directory.

2012-02-24 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 24.02.2012 03:29, Towheed Mohammed wrote: The following components: 1. image 2. progress_bar, and 3. circular_progress have the 'theme_dir' property. A theme designer can use this property to place image files within sub-directories of the theme's directory. However, 00_header searches f

Re: grub-mount (ubuntu) hangs with hfs+ partition

2012-02-24 Thread Kees Bakker
On 24-02-12 11:34, Vladimir 'φ-coder/phcoder' Serbinenko wrote: On 23.02.2012 21:46, Kees Bakker wrote: I've tried to debug this problem, but I am not making any progress. The program hangs in a while(1) loop at line 657 in grub-core/fs/hfsplus.c there is no loop at this location in the late

Re: grub-mount (ubuntu) hangs with hfs+ partition

2012-02-24 Thread Kees Bakker
On 24-02-12 11:34, Vladimir 'φ-coder/phcoder' Serbinenko wrote: On 23.02.2012 21:46, Kees Bakker wrote: I've tried to debug this problem, but I am not making any progress. The program hangs in a while(1) loop at line 657 in grub-core/fs/hfsplus.c there is no loop at this location in the lates

Re: grub legacy to grub2 upgrade path

2012-02-24 Thread ryuo
> And ryuo, I assume that phcoder's recent request there for testing of > a patch for this applies to you as well. Interesting patch, but I realize now grub2 isn't the one at fault. The problem is in an innate flaw in the 0.90 metadata. Even mdadm can get confused. This happens if I try to setup t

Re: grub-mount (ubuntu) hangs with hfs+ partition

2012-02-24 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 23.02.2012 21:46, Kees Bakker wrote: Hi, In Ubuntu (and Debian I guess) there is a grub-mount command. It's added to grub with branch_fuse.patch, and in that file it mentions http://lists.gnu.org/archive/html/grub-devel/2011-01/msg00056.html I have a MacPro system with Ubuntu installed and s