Re: [grub-devel] loongson-2f mini-pc (fuloong) elf image generation.

2013-07-16 Thread Javier Vasquez
| On Tue, Jul 16, 2013 at 11:53 AM, Vladimir 'φ-coder/phcoder' Serbinenko wrote: | | | On 16.07.2013 15:50, Javier Vasquez wrote: | | | | ... | | Having: | | | | GRUB_PRELOAD_MODULES="ehci ohci usb_keyboard" | | | | and, combining with preload of usb_keyboard didn't do the magic either... | | Try

Re: [grub-devel] loongson-2f mini-pc (fuloong) elf image generation.

2013-07-16 Thread Aleš Nesrsta
I forgot one more thing - if You want to try repeat USBMS/USB keyboard problem described below, You need to access the connected USB disk (e.g. by "ls" command) before removing it. Hi Vladimir, I have some additional information - results of some today's experiments. The main important thing

Re: [grub-devel] loongson-2f mini-pc (fuloong) elf image generation.

2013-07-16 Thread Aleš Nesrsta
Hi Vladimir, I have some additional information - results of some today's experiments. The main important thing related to USB keyboard: USB keyboard doesn't work if it is connected as first device to the same non-root hub port, where was connected USBMS device previously! If the keyboard is di

Re: [grub-devel] loongson-2f mini-pc (fuloong) elf image generation.

2013-07-16 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 16.07.2013 15:50, Javier Vasquez wrote: On 7/16/13, Javier Vasquez wrote: On 7/15/13, Vladimir 'φ-coder/phcoder' Serbinenko wrote: And using the grub.elf provided by grub-install, that didn't change a thing, :-) I still can't use the usb keyboard, :-( You need to preload ehci and ohci.

Re: Issue in grub-probe when boot device is located on device mapper partition.

2013-07-16 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Please always try latest version (bzr trunk) before reporting any bug. This particular one was fixed quite some time ago. On 16.07.2013 14:56, Eldar Yusupov wrote: Hi, I've hit an issue when trying to reinstall grub on my system. My /boot partition is located on /dev/mapper/pdc_djabadcbjep1 dev

Issue in grub-probe when boot device is located on device mapper partition.

2013-07-16 Thread Eldar Yusupov
Hi, I've hit an issue when trying to reinstall grub on my system. My /boot partition is located on /dev/mapper/pdc_djabadcbjep1 device. However, when grub-install executes grub-probe -t fs /boot, and the latter one starts probing the filesystem, it incorrectly tries to open hostdisk//dev/mapper/pd

Re: [grub-devel] loongson-2f mini-pc (fuloong) elf image generation.

2013-07-16 Thread Javier Vasquez
On 7/16/13, Javier Vasquez wrote: > On 7/15/13, Vladimir 'φ-coder/phcoder' Serbinenko > wrote: >>> And using the grub.elf provided by grub-install, that didn't change a >>> thing, :-) I still can't use the usb keyboard, :-( >>> >> You need to preload ehci and ohci. > > Now I have this: > > GRUB_

Re: [grub-devel] loongson-2f mini-pc (fuloong) elf image generation.

2013-07-16 Thread Javier Vasquez
On 7/15/13, Vladimir 'φ-coder/phcoder' Serbinenko wrote: >> And using the grub.elf provided by grub-install, that didn't change a >> thing, :-) I still can't use the usb keyboard, :-( >> > You need to preload ehci and ohci. Now I have this: GRUB_PRELOAD_MODULES="ehci ohci" which generates in t

encrypted /boot

2013-07-16 Thread J.Witvliet
Hi all, A message on one of the distro-lists got my attention. Someone wanted to include /boot in their encrypted area. Normally one makes a separate partition for /boot, and put everything else in a LUKS volume-group. But I remembered that someone claimed that he/she succeeded with grub2, to

Re: [PATCH] [4/?] grub-core/gfxmenu/gui_list.c - baseline centering bug

2013-07-16 Thread Vladimir Testov
2013-07-16 Vladimir Testov * grub-core/gfxmenu/gui_list.c: Baseline misalignment bugfix. On Monday, July 15, 2013 05:35:15 PM Vladimir Testov wrote: > See screenshots included. > > If the selected entry font is specified and the font has different size than > non-selected entry's font

Re: [PATCH] [3/?] grub-core/gfxmenu/gui_list.c - some code cleaning

2013-07-16 Thread Vladimir Testov
Like that? :) 2013-07-16 Vladimir Testov * grub-core/gfxmenu/gui_list.c: Code cleaning. Create colors only once. Define selected_item_font and selected_item_color so these values won't be recount multiple times on each redrawing. On Monday, July 15, 2013 05:35:30 PM Vla