"Alex Roman" <[EMAIL PROTECTED]> writes:
> I've cleaned up the code and created a patch which will enable allow
> booting from the first CD-ROM on a system. This is my first patch so I
> checked my code many times... hopefully it won't cause unwanted side
> effects, and hopefully my patch is in th
On Sat, Jun 30, 2007 at 08:09:50PM +0200, Robert Millan wrote:
>
> Hi!
>
> I'm trying to run grub on an EFIKA 5K2. Right after loading, it sits there
> untill I press enter, then a CPU fault is triggered and context is dumped.
>
> Is this a regression? If it is, someone can tell me the latest
On Wed, Jul 04, 2007 at 11:10:15AM -0500, Hollis Blanchard wrote:
>
> It's entirely possible that a particular firmware does not correctly
> implement these commands. We already have a framework for such cases,
> and we already work around SmartFirmware bugs with it.
> 1. define a GRUB_IEEE12
What's the point of GRUB_IEEE1275_FLAG_NO_PARTITION_0 ? We have code that
checks this flag, but nobody initialises it:
disk/ieee1275/ofdisk.c: if (! grub_ieee1275_test_flag
(GRUB_IEEE1275_FLAG_NO_PARTITION_0))
include/grub/ieee1275/ieee1275.h: GRUB_IEEE1275_FLAG_NO_PARTITION_0,
--
Rober