Fallback/savedefault

2008-02-05 Thread Pantelis Koukousoulas
Hello, everyone :-) Grub legacy has a very nice feature called fallback(savedefault) that allows one to tell grub to modify the next boot entry number everytime it boots. This is obviously very useful (in combination with some other kernel/init measures) when doing a remote kernel update, since y

Re: grub2 and Linux software RAID devices

2008-02-05 Thread Robert Millan
On Tue, Feb 05, 2008 at 01:32:46AM +, Sam Morris wrote: > > Version 1.96+20080203-1 behaves differently; I am simply dropped to the > rescue shell, and I can't load any modules (because root is set to > (hd1,2) which does not show up when I run 'ls'). I guessed that this is > because 'pc' i

Re: grub2 and Linux software RAID devices

2008-02-05 Thread Robert Millan
On Tue, Feb 05, 2008 at 12:44:38AM +, Sam Morris wrote: > > Ouch... I have never tried /boot on LVM myself (since grub legacy can't > handle it). However /boot on RAID works fine, I suggest you try that > instead. Ah, I see. What remains puzzling is how do other people manage to boot from

Re: IA64 port

2008-02-05 Thread tgingold
Quoting Robert Millan <[EMAIL PROTECTED]>: > On Mon, Feb 04, 2008 at 04:45:30PM +0100, Marco Gerards wrote: > > Tristan Gingold <[EMAIL PROTECTED]> writes: > > > > > On Tue, Jan 29, 2008 at 03:46:50PM +0100, Marco Gerards wrote: > > >> If you send in a new patch that addresses Robert's concerns +

Re: [PATCH] fix a variety of problems in at_keyboard

2008-02-05 Thread Robert Millan
On Mon, Feb 04, 2008 at 11:08:20PM +0100, Robert Millan wrote: > > This patch fixes a variety of problems in at_keyboard.c (arrow keys, > home/end/delete, escape, caps lock). It is nearly complete now. > > Before I write a ChangeLog entry, please can someone test it? You need > either i386-linu

Testing Grub2 on EFI

2008-02-05 Thread G vijaya Bhaskar Muppana
Hi, I am new to firmware world. I am trying to load Linux using Grub2 on EFI. I am trying this on my desktop with intel dual core processor (It's not a Mac machine). I have created a DUET USB for EFI environment. When I try to boot with grub, it is failing to find the device name and unable to se

Re: Testing Grub2 on EFI

2008-02-05 Thread tgingold
Quoting G vijaya Bhaskar Muppana <[EMAIL PROTECTED]>: > Hi, > Please share your experiences, if any of you tried to use grub on EFI > through USB. Was is the result of 'map' ? FYI, I was able to use grub on Ia64 (EFI based), although it requires a few patches to fix general EFI issues. Tristan

Re: Testing Grub2 on EFI

2008-02-05 Thread Robert Millan
On Tue, Feb 05, 2008 at 05:56:37PM +0530, G vijaya Bhaskar Muppana wrote: > Hi, > > I am new to firmware world. I am trying to load Linux using Grub2 on EFI. I > am trying this on my desktop with intel dual core processor (It's not a Mac > machine). I have created a DUET USB for EFI environment.

Re: multiboot2 vs. grub2 implementation

2008-02-05 Thread jakllsch
On Sun, Feb 03, 2008 at 09:11:23AM -0800, walt wrote: > [EMAIL PROTECTED] wrote: >> Hi, >> >> In the course of actually trying to use the MultibootDraft, I've >> discovered >> some places where the draft and the grub2 implementation differ... > > Hi Jonathan, > > Are you using grub2/cvs with or wi

Re: legal problem with cs89x0 driver

2008-02-05 Thread Pavel Roskin
On Mon, 2008-02-04 at 23:52 +0100, Robert Millan wrote: > Hi, > > What do we do about the cs89x0 driver? Remove it? > > https://savannah.gnu.org/bugs/?20720 I suggest that we ask Russell Nelson nicely to change the license to GPL v2. If he doesn't answer, or if the answer is anything less th

Re: grub2 efi patches

2008-02-05 Thread Alexandre Boeglin
Le mer 23 jan 2008 à 12:43:31 +0100, Robert Millan a écrit : > commands/ieee1275/halt.c looks like the same thing to me. Perhaps it'd make > more sense to move that to commands/halt.c and use it as the "generic" version > of halt command? Ok, is there any objection ? ___

Re: grub2 efi patches

2008-02-05 Thread Alexandre Boeglin
Le mer 23 jan 2008 à 12:39:35 +0100, Marco Gerards a écrit : > Alexandre Boeglin <[EMAIL PROTECTED]> writes: > > As Marco finally received my copyright application papers, could someone > > have a look at these patches ? > > Just to be very sure: did this happen? Hi, I'm sorry, I've been a bit b

Re: grub2 efi patches

2008-02-05 Thread Robert Millan
On Tue, Feb 05, 2008 at 10:39:29PM +0100, Alexandre Boeglin wrote: > Le mer 23 jan 2008 à 12:43:31 +0100, Robert Millan a écrit : > > commands/ieee1275/halt.c looks like the same thing to me. Perhaps it'd make > > more sense to move that to commands/halt.c and use it as the "generic" > > version

Re: grub2 efi patches

2008-02-05 Thread Robert Millan
On Tue, Feb 05, 2008 at 10:34:09PM +0100, Alexandre Boeglin wrote: > > Hi, > > I'm sorry, I've been a bit busy recently. So, here's a recap of the four > initial patches I posted: > > - "--" handling is trivial, I think this can be commited. Please can you add a follow-up in the relevant thread

RE: legal problem with cs89x0 driver

2008-02-05 Thread Gregg C Levine
Hello! This is going to be a real headache. All of his original packet drivers were released under the GPL; the zip files contained on his site actually contain the original text of the GPL there. The problem for the cs89x0 was that it was written for an actual customer. Ideally the customer shou

Re: IA64 port

2008-02-05 Thread Alexandre Boeglin
Le mar 29 jan 2008 à 10:59:22 +0100, Robert Millan a écrit : > > On EFI, the prefix is extracted from an EFI path, whose case may not match > > the FAT entries. > > Can you be more specific about this? What do the specs say? We wrote > /boot/grub ourselves via grub-install; is an EFI-compliant

Re:[PATCH] udf filesystem driver

2008-02-05 Thread Pantelis Koukousoulas
Hi! This small patch (on top of yours) makes grub2 compile for me with --enable-grub-fstest < util/grub-fstest.c_DEPENDENCIES = grub_fstest_init.h --- > util/grub-fstest.c_DEPENDENCIES = grub_fstest_init.h grub_script.tab.h Pantelis ___ Grub-devel mai

[PATCH] Fix crash on open of nonexisting tar/cpio file, fix cpio trailer detection

2008-02-05 Thread Christian Franke
Two issues found in current CVS: 1. Booting a grub2-mkrescue floppy crashes if "(memdisk)/boot/grub/grub.cfg" does not exist. This is because grub_cpio_open does not set grub_errno if a file does not exist. 2. The cpio format may not work. Header scan finishes early if data size is empty (di

Re: grub2 efi patches

2008-02-05 Thread Alexandre Boeglin
Le mar 05 fév 2008 à 23:11:52 +0100, Robert Millan a écrit : > On Tue, Feb 05, 2008 at 10:34:09PM +0100, Alexandre Boeglin wrote: > > - "--" handling is trivial, I think this can be commited. > > Please can you add a follow-up in the relevant thread(s) ? I get easily > confused in this gazillon o

Re: grub2 efi patches

2008-02-05 Thread Robert Millan
On Wed, Feb 06, 2008 at 12:11:41AM +0100, Alexandre Boeglin wrote: > Le mar 05 fév 2008 à 23:11:52 +0100, Robert Millan a écrit : > > On Tue, Feb 05, 2008 at 10:34:09PM +0100, Alexandre Boeglin wrote: > > > - "--" handling is trivial, I think this can be commited. > > > > Please can you add a foll

Re: legal problem with cs89x0 driver

2008-02-05 Thread Robert Millan
On Tue, Feb 05, 2008 at 05:30:22PM -0500, Gregg C Levine wrote: > Side issue: Robert what mail client are you using this week? It's causing > the messages to arrive here as UTF-8. Same as last. But there's utf-8 in my signature now ;-) -- Robert Millan I know my rights; I want my phone call!

Re: [PATCH] Fix crash on open of nonexisting tar/cpio file, fix cpio trailer detection

2008-02-05 Thread Robert Millan
Hi Christian, On Wed, Feb 06, 2008 at 12:02:37AM +0100, Christian Franke wrote: > Two issues found in current CVS: > > 1. Booting a grub2-mkrescue floppy crashes if > "(memdisk)/boot/grub/grub.cfg" does not exist. This is because > grub_cpio_open does not set grub_errno if a file does not exis

Re: grub2 and Linux software RAID devices

2008-02-05 Thread Sam Morris
On Tue, 05 Feb 2008 10:35:19 +0100, Robert Millan wrote: > On Tue, Feb 05, 2008 at 01:32:46AM +, Sam Morris wrote: >> >> Version 1.96+20080203-1 behaves differently; I am simply dropped to the >> rescue shell, and I can't load any modules (because root is set to >> (hd1,2) which does not show

RE: legal problem with cs89x0 driver

2008-02-05 Thread Gregg C Levine
Hello! Huh? Robert the whole message was seen in UTF-8, not just the signature. So what were you using last week, and even all month? -- Gregg C Levine [EMAIL PROTECTED] "The Force will be with you always." Obi-Wan Kenobi   > -Original Message- > From: [EMAIL PROTECTED] [mailto:grub-dev

Re: multiboot2 vs. grub2 implementation

2008-02-05 Thread walt
On Tue, 2008-02-05 at 14:23 -0600, [EMAIL PROTECTED] wrote: > On Sun, Feb 03, 2008 at 09:11:23AM -0800, walt wrote: > > [EMAIL PROTECTED] wrote: > >> Hi, > >> > >> In the course of actually trying to use the MultibootDraft, I've > >> discovered > >> some places where the draft and the grub2 imple

Re: legal problem with cs89x0 driver

2008-02-05 Thread Jordi Mallach
Hi, On Tue, Feb 05, 2008 at 07:36:34PM -0500, Gregg C Levine wrote: > Huh? > Robert the whole message was seen in UTF-8, not just the signature. So what > were you using last week, and even all month? Your answer is in his headers. Mutt will encode the message depending on its contents. If Robert

Re: Testing Grub2 on EFI

2008-02-05 Thread G vijaya Bhaskar Muppana
On Feb 5, 2008 7:44 PM, Robert Millan <[EMAIL PROTECTED]> wrote: > On Tue, Feb 05, 2008 at 05:56:37PM +0530, G vijaya Bhaskar Muppana wrote: > > Hi, > > > > I am new to firmware world. I am trying to load Linux using Grub2 on > EFI. I > > am trying this on my desktop with intel dual core processor

Re: [PATCH] Fix crash on open of nonexisting tar/cpio file, fix cpio trailer detection

2008-02-05 Thread Bean
On Feb 6, 2008 7:02 AM, Christian Franke <[EMAIL PROTECTED]> wrote: > Two issues found in current CVS: > > 1. Booting a grub2-mkrescue floppy crashes if > "(memdisk)/boot/grub/grub.cfg" does not exist. This is because > grub_cpio_open does not set grub_errno if a file does not exist. > > 2. The cpi

Re: [PATCH] udf filesystem driver

2008-02-05 Thread Bean
On Feb 6, 2008 7:01 AM, Pantelis Koukousoulas <[EMAIL PROTECTED]> wrote: > Hi! > > This small patch (on top of yours) makes grub2 compile for me > with --enable-grub-fstest > > > < util/grub-fstest.c_DEPENDENCIES = grub_fstest_init.h > --- > > util/grub-fstest.c_DEPENDENCIES = grub_fstest_init.h gr