Re: grub2 file browser draft

2006-10-06 Thread adrian15
I noticed you mention hda1 here, which is a Linux device name. I have explained you before it is technically not possible to translate GRUB device names to Linux device names. I wish it was possible, but unfortunately it currently isn't because the BIOS is used to access harddisks. I am sorry,

RE: Fix grub_strtoull

2006-10-06 Thread tgingold
Quoting "Mao, Bibo" <[EMAIL PROTECTED]>: > There are still two pending patch about EFI platform, one is big memory map > patch, the other is 64-bit compatible patch. Can these two patches be applied > also? AFAIK the big memory map patch is pending. I will resubmit the 64-bit patch. Tristan. _

Re: grub2 file browser draft

2006-10-06 Thread Marco Gerards
adrian15 <[EMAIL PROTECTED]> writes: >> I noticed you mention hda1 here, which is a Linux device name. I have >> explained you before it is technically not possible to translate GRUB >> device names to Linux device names. I wish it was possible, but >> unfortunately it currently isn't because th

Re: Scripting (IMPORTANT!)

2006-10-06 Thread adrian15
Hi, - root: The active disk/partition (rw, global) - prefix: The pathname used to load grub.cfg and the modules (rw, global) - platform: Set to the platform, eg. EFI, IEEE1275, PCBIOS, etc. (ro, global) - processor: Processor architecture GRUB was compiled for, eg. PPC, x86 (ro, global). - debug:

Re: Scripting (IMPORTANT!)

2006-10-06 Thread Marco Gerards
adrian15 <[EMAIL PROTECTED]> writes: Hi, > Marco, my problems comes when I want to load with configfile and > source many files from a grub2 cdrom. I just want to make sure that I > am loading from the cdrom but not from another place. > > Currently I use something like this in SGD: > > configfil

Scripting - write to HD support?

2006-10-06 Thread Markus Laire
On 10/5/06, Marco Gerards <[EMAIL PROTECTED]> wrote: I'm looking forwards to your ideas, questions, suggestions, criticism and bug reports. :-) Will there be any support for writing data to HD? Even a simple support for writing some data to HD would allow quite a lot of ideas to be implemented

Re: Scripting - write to HD support?

2006-10-06 Thread Marco Gerards
"Markus Laire" <[EMAIL PROTECTED]> writes: > On 10/5/06, Marco Gerards <[EMAIL PROTECTED]> wrote: >> I'm looking forwards to your ideas, questions, suggestions, criticism >> and bug reports. :-) > > Will there be any support for writing data to HD? Even a simple > support for writing some data to

Re: Scripting - write to HD support?

2006-10-06 Thread Hollis Blanchard
On Fri, 2006-10-06 at 20:43 +0200, Marco Gerards wrote: > "Markus Laire" <[EMAIL PROTECTED]> writes: > > > On 10/5/06, Marco Gerards <[EMAIL PROTECTED]> wrote: > >> I'm looking forwards to your ideas, questions, suggestions, criticism > >> and bug reports. :-) > > > > Will there be any support for

grub and DiskOnChip devices.

2006-10-06 Thread Todd Denniston
Hello, when I looked through the notes in the source and the grub2 (and grub) website I did not see anything indicating that either of the current unpatched releases of grub could work with a DiskOnChip flash device. This was a little surprising considering there have been supposedly working pa