[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: EFI Boot on MacPro
From: |
Bean |
Subject: |
Re: EFI Boot on MacPro |
Date: |
Mon, 12 Jan 2009 01:04:51 +0800 |
On Mon, Jan 12, 2009 at 12:00 AM, peter cros <address@hidden> wrote:
> It is here - (return checked in refit efi shell and gui)
> Can't go any further until that is fixed.
>
> kern/x86_64/efi/startup.S
> -----------------------
>
> This hangs -
>
> codestart:
> movq %rcx, EXT_C(grub_efi_image_handle)
> movq %rdx, EXT_C(grub_efi_system_table)
> +ret
> call EXT_C(grub_main)
> ret
> -------------------------
>
> This returns -
>
> codestart:
> +ret
> movq %rcx, EXT_C(grub_efi_image_handle)
> movq %rdx, EXT_C(grub_efi_system_table)
> call EXT_C(grub_main)
> ret
> --------------------------
>
> Would really like to see the solution for the imac8,1.
Hi,
This is quite strange, it might be caused by the compiler. You can try
my version of grub.efi:
http://grub4dos.sourceforge.net/grub.zip
--
Bean
Re: EFI Boot on MacPro, peter cros, 2009/01/08
- Re: EFI Boot on MacPro, peter cros, 2009/01/10
- Re: EFI Boot on MacPro, peter cros, 2009/01/10
- Re: EFI Boot on MacPro, Bean, 2009/01/11
- Re: EFI Boot on MacPro, peter cros, 2009/01/11
- Re: EFI Boot on MacPro,
Bean <=
- Re: EFI Boot on MacPro, peter cros, 2009/01/12
- Re: EFI Boot on MacPro, Bean, 2009/01/12
Re: EFI Boot on MacPro, Michal Suchanek, 2009/01/12