Re: terminal_input=at_keyboard not working

2011-03-29 Thread Frédéric Boiteux
Le Wed, 23 Mar 2011 20:34:36 +0100, Vladimir 'φ-coder/phcoder' Serbinenko a écrit : > Could you try this patch: > === modified file 'grub-core/term/at_keyboard.c' > --- grub-core/term/at_keyboard.c2011-01-08 00:45:57 + > +++ grub-core/term/at_keyboard.c2011-03-23 19:33:57 + > @@

Re: terminal_input=at_keyboard not working

2011-03-24 Thread Frédéric Boiteux
Le Wed, 23 Mar 2011 20:34:36 +0100, Vladimir 'φ-coder/phcoder' Serbinenko a > On 04.02.2011 15:18, Frédéric Boiteux wrote: > > Hello, > > > > I've installed the 1.99rc1 version of Grub2 on my Debian system to > > use the new keyboard layout system.

terminal_input=at_keyboard not working

2011-02-04 Thread Frédéric Boiteux
Hello, I've installed the 1.99rc1 version of Grub2 on my Debian system to use the new keyboard layout system. I've read that to work, I have to set up following configuration : * in /etc/default/grub : GRUB_TERMINAL_INPUT=at_keyboard * in /etc/grub.d/40_custom : insmod keylayouts key

Re: save default working with Grub 1.98 ?

2010-03-17 Thread Frédéric Boiteux
Le Wed, 17 Mar 2010 10:01:08 +, Colin Watson a écrit : > 1.98 only saves the selected entry as the default if you also have > GRUB_SAVEDEFAULT=true. In other words, there are two separate > controls: > … Many thanks for your explanation :-)) Fred.

save default working with Grub 1.98 ?

2010-03-17 Thread Frédéric Boiteux
Hello, I installed last year Grub2 from Debian 'experimental' repository to get « default=saved » feature, it worked well, and recently I updated it to 1.98 release (from official « unstable » repository), and now I get a strange behaviour : the menu always preselects the entry saved wit

Re: how 'default=saved' should work ?

2009-12-22 Thread Frédéric Boiteux
Le Tue, 22 Dec 2009 13:51:30 +0100, Frédéric Boiteux a écrit : > > Ah a french page on the wiki has this. > > Unfortunately I don't know more then 1-2 french words. > > Would be nice if someone could note there that this currently only > > applies to the

Re: how 'default=saved' should work ?

2009-12-22 Thread Frédéric Boiteux
Le Tue, 22 Dec 2009 13:47:23 +0100, Felix Zielcke a écrit : > Am Dienstag, den 22.12.2009, 13:36 +0100 schrieb Frédéric Boiteux: > > Le Tue, 22 Dec 2009 13:28:02 +0100, > > Felix Zielcke a écrit : > > > > > It's only in the experimental branch avaible, wh

Re: how 'default=saved' should work ?

2009-12-22 Thread Frédéric Boiteux
Le Tue, 22 Dec 2009 13:28:02 +0100, Felix Zielcke a écrit : > It's only in the experimental branch avaible, which is in Debian > experimental. > We only do trunk uploads to sid. Ok, thanks for the precision : I found the doc on the Grub2 wiki, but didn't notice it doesn't apply to current Sid pac

how 'default=saved' should work ?

2009-12-22 Thread Frédéric Boiteux
Hello, I've recently updated my grub-legacy bootloader to Grub2 (using latest grub-pc from Debian Sid), and I can't have the 'default=saved' option working with Grub2 :-( I've put following definition in /etc/default/grub : GRUB_DEFAULT=saved and I get it in the beginning of my

net boot howto ?

2006-10-09 Thread Frédéric BOITEUX
. In the wiki, it's told to cat pxeboot.img and core.img files to build a PXE netbootale grub2, but I didn't have such core.img nor found how to build it (I never used grub2 for standard disks yet). Can somebody tell me how to do it ? with regards,