[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Issue with OpenSolaris kernels on GRUB2
From: |
Yoshinori K. Okuji |
Subject: |
Re: Issue with OpenSolaris kernels on GRUB2 |
Date: |
Fri, 25 Apr 2008 15:46:34 +0200 |
User-agent: |
KMail/1.9.4 |
On Saturday 19 April 2008 13:45, Patrick Georgi wrote:
> Yet, GRUB2 differs in behaviour from GRUB legacy:
>
> GRUB first looks if the file is multiboot and an ELF image. If not, it
> looks for the aout flag, and handles the file accordingly. So in case of
> the OpenSolaris kernel, it never looks at the flag.
I think you refer to an older version of GRUB Legacy here. This behavior has
been fixed.
> GRUB2 first looks if the flag is set and assumes the file is aout (and
> fails), and only if not, tries ELF.
This is correct, and consistent with the latest GRUB Legacy.
> I'm not sure if that change in behaviour is intended, which is why I ask
> here. If the new behaviour is to stay, making the aout parser more
> robust, and fail with a more meaningful error, might be a good idea.
Yes, I agree. There must be a bug. :)
Okuji