* GRUB on powerpc
@ 2007-08-29 19:07 Proneet Biswas
2007-08-29 20:03 ` Jerone Young
0 siblings, 1 reply; 4+ messages in thread
From: Proneet Biswas @ 2007-08-29 19:07 UTC (permalink / raw)
To: grub-devel
[-- Attachment #1: Type: text/plain, Size: 660 bytes --]
Hi,
I am fairly new to the grub bootloader. So if the question is already
answered, please feel free to point me to the relevant pointers/FAQ. We are
trying to use GRUB on a new powerpc based platform for loading 2.6
linux kernel.
Q1: Which is the latest stable version which I should start with ?
Q2: Will this require openfirmware to be involved at any intermediate
stage of loading or GRUB would be able to directly load the kernel.
Q3: Are there any specific limitations on the kind of file systems or
storage media for loading kernel ?
Regards
Proneet.
--
----------------------------------------------------------------------------
-
[-- Attachment #2: Type: text/html, Size: 958 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: GRUB on powerpc
2007-08-29 19:07 GRUB on powerpc Proneet Biswas
@ 2007-08-29 20:03 ` Jerone Young
2007-08-29 21:40 ` Proneet Biswas
2007-08-29 23:45 ` Jordi Mallach
0 siblings, 2 replies; 4+ messages in thread
From: Jerone Young @ 2007-08-29 20:03 UTC (permalink / raw)
To: The development of GRUB 2
Hollis Blanchard can better answer this but I think I have most the
answers for you..see below.
On 8/29/07, Proneet Biswas <proneetb@redback.com> wrote:
>
> Hi,
> I am fairly new to the grub bootloader. So if the question is already
> answered, please feel free to point me to the relevant pointers/FAQ. We are
> trying to use GRUB on a new powerpc based platform for loading 2.6 linux
> kernel.
> Q1: Which is the latest stable version which I should start with ?
Grab the latest cvs build.
> Q2: Will this require openfirmware to be involved at any intermediate
> stage of loading or GRUB would be able to directly load the kernel.
Yes current powerpc port does require open firmware.
http://grub.enbug.org/TestingOnPowerPC
> Q3: Are there any specific limitations on the kind of file systems or
> storage media for loading kernel ?
The grub have to be on a FAT filesystem so that Open Firmware can
read them. I've only tested it with the kernel in the same filesystem.
But since grub can read ext3 I see no reason why it shouldn't be able
to read the kernel from another partition formated ext3...though I
have not tried this.
>
>
> Regards
> Proneet.
> --
> ----------------------------------------------------------------------------
> -
>
>
>
> _______________________________________________
> Grub-devel mailing list
> Grub-devel@gnu.org
> http://lists.gnu.org/mailman/listinfo/grub-devel
>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: GRUB on powerpc
2007-08-29 20:03 ` Jerone Young
@ 2007-08-29 21:40 ` Proneet Biswas
2007-08-29 23:45 ` Jordi Mallach
1 sibling, 0 replies; 4+ messages in thread
From: Proneet Biswas @ 2007-08-29 21:40 UTC (permalink / raw)
To: The development of GRUB 2
[-- Attachment #1: Type: text/plain, Size: 2109 bytes --]
Hi Jerone,
Thanks for the response. Let me investigate if there are other
bootloader options as one of the requirements for us is
also to move away from openfirmware.
Regards
Proneet.
-----------------------------------------------------------------------------
The surest way to corrupt a youth is to instruct him to hold in higher esteem those who think alike than those who think differently
Jerone Young wrote:
> Hollis Blanchard can better answer this but I think I have most the
> answers for you..see below.
>
> On 8/29/07, Proneet Biswas <proneetb@redback.com> wrote:
>
>> Hi,
>> I am fairly new to the grub bootloader. So if the question is already
>> answered, please feel free to point me to the relevant pointers/FAQ. We are
>> trying to use GRUB on a new powerpc based platform for loading 2.6 linux
>> kernel.
>> Q1: Which is the latest stable version which I should start with ?
>>
>
> Grab the latest cvs build.
>
>
>> Q2: Will this require openfirmware to be involved at any intermediate
>> stage of loading or GRUB would be able to directly load the kernel.
>>
>
> Yes current powerpc port does require open firmware.
> http://grub.enbug.org/TestingOnPowerPC
>
>
>> Q3: Are there any specific limitations on the kind of file systems or
>> storage media for loading kernel ?
>>
>
> The grub have to be on a FAT filesystem so that Open Firmware can
> read them. I've only tested it with the kernel in the same filesystem.
> But since grub can read ext3 I see no reason why it shouldn't be able
> to read the kernel from another partition formated ext3...though I
> have not tried this.
>
>
>> Regards
>> Proneet.
>> --
>> ----------------------------------------------------------------------------
>> -
>>
>>
>>
>> _______________________________________________
>> Grub-devel mailing list
>> Grub-devel@gnu.org
>> http://lists.gnu.org/mailman/listinfo/grub-devel
>>
>>
>>
>
>
> _______________________________________________
> Grub-devel mailing list
> Grub-devel@gnu.org
> http://lists.gnu.org/mailman/listinfo/grub-devel
>
[-- Attachment #2: Type: text/html, Size: 3333 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: GRUB on powerpc
2007-08-29 20:03 ` Jerone Young
2007-08-29 21:40 ` Proneet Biswas
@ 2007-08-29 23:45 ` Jordi Mallach
1 sibling, 0 replies; 4+ messages in thread
From: Jordi Mallach @ 2007-08-29 23:45 UTC (permalink / raw)
To: grub-devel
On Wed, Aug 29, 2007 at 03:03:59PM -0500, Jerone Young wrote:
> The grub have to be on a FAT filesystem so that Open Firmware can
> read them.
I have grub2 installed in a hfs Apple bootstrap partition.
--
Jordi Mallach Pérez -- Debian developer http://www.debian.org/
jordi@sindominio.net jordi@debian.org http://www.sindominio.net/
GnuPG public key information available at http://oskuro.net/
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2007-08-29 23:45 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-29 19:07 GRUB on powerpc Proneet Biswas
2007-08-29 20:03 ` Jerone Young
2007-08-29 21:40 ` Proneet Biswas
2007-08-29 23:45 ` Jordi Mallach
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.