* boot from efi on x86_64
@ 2006-11-18 19:07 Dror Levin
2006-11-18 20:40 ` Tomasz Torcz
2006-11-19 7:56 ` Andi Kleen
0 siblings, 2 replies; 6+ messages in thread
From: Dror Levin @ 2006-11-18 19:07 UTC (permalink / raw)
To: linux-kernel
looking at the kernel source, after constant failures to boot linux on a core
2 imac, has made me understand that only i386 and ia64 support efi booting,
but x86_64 does not.
it makes sense, if you think about it... AFAIK, until the new core 2 imacs
were out there was no x86_64 efi pc, so why should the kernel support it?
i would like to ask that the efi boot code be ported to x86_64 and so people
would not have to use boot camp and bios emulation to boot linux on new
imacs.
thank you for your time and help.
P.S.
i'm not currently subscribed to the lkml, so please CC me when you reply.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: boot from efi on x86_64
2006-11-18 19:07 boot from efi on x86_64 Dror Levin
@ 2006-11-18 20:40 ` Tomasz Torcz
2006-11-18 21:09 ` thockin
2006-11-19 7:56 ` Andi Kleen
1 sibling, 1 reply; 6+ messages in thread
From: Tomasz Torcz @ 2006-11-18 20:40 UTC (permalink / raw)
To: linux-kernel
[-- Attachment #1: Type: text/plain, Size: 708 bytes --]
On Sat, Nov 18, 2006 at 09:07:03PM +0200, Dror Levin wrote:
> looking at the kernel source, after constant failures to boot linux on a core
> 2 imac, has made me understand that only i386 and ia64 support efi booting,
> but x86_64 does not.
> it makes sense, if you think about it... AFAIK, until the new core 2 imacs
> were out there was no x86_64 efi pc, so why should the kernel support it?
Few days ago I played with Intel servers with EM64T Xeons (NetBurst
based). They are x86_64, and motherboard (Intel chipset) utilised EFI.
--
Tomasz Torcz "Never underestimate the bandwidth of a station
zdzichu@irc.-nie.spam-.pl wagon filled with backup tapes." -- Jim Gray
[-- Attachment #2: Type: application/pgp-signature, Size: 229 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: boot from efi on x86_64
2006-11-18 20:40 ` Tomasz Torcz
@ 2006-11-18 21:09 ` thockin
2006-11-18 21:44 ` Tomasz Torcz
0 siblings, 1 reply; 6+ messages in thread
From: thockin @ 2006-11-18 21:09 UTC (permalink / raw)
To: linux-kernel
On Sat, Nov 18, 2006 at 09:40:13PM +0100, Tomasz Torcz wrote:
> On Sat, Nov 18, 2006 at 09:07:03PM +0200, Dror Levin wrote:
> > looking at the kernel source, after constant failures to boot linux on a core
> > 2 imac, has made me understand that only i386 and ia64 support efi booting,
> > but x86_64 does not.
> > it makes sense, if you think about it... AFAIK, until the new core 2 imacs
> > were out there was no x86_64 efi pc, so why should the kernel support it?
>
> Few days ago I played with Intel servers with EM64T Xeons (NetBurst
> based). They are x86_64, and motherboard (Intel chipset) utilised EFI.
but did it use GRUB or elilo ?
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: boot from efi on x86_64
2006-11-18 21:09 ` thockin
@ 2006-11-18 21:44 ` Tomasz Torcz
0 siblings, 0 replies; 6+ messages in thread
From: Tomasz Torcz @ 2006-11-18 21:44 UTC (permalink / raw)
To: linux-kernel
[-- Attachment #1: Type: text/plain, Size: 1029 bytes --]
On Sat, Nov 18, 2006 at 01:09:57PM -0800, thockin@hockin.org wrote:
> On Sat, Nov 18, 2006 at 09:40:13PM +0100, Tomasz Torcz wrote:
> > On Sat, Nov 18, 2006 at 09:07:03PM +0200, Dror Levin wrote:
> > > looking at the kernel source, after constant failures to boot linux on a core
> > > 2 imac, has made me understand that only i386 and ia64 support efi booting,
> > > but x86_64 does not.
> > > it makes sense, if you think about it... AFAIK, until the new core 2 imacs
> > > were out there was no x86_64 efi pc, so why should the kernel support it?
> >
> > Few days ago I played with Intel servers with EM64T Xeons (NetBurst
> > based). They are x86_64, and motherboard (Intel chipset) utilised EFI.
>
> but did it use GRUB or elilo ?
Both GRUB (Ubuntu 6.10/FC5/FC6) and standard LILO (Slackware 11). I
guess BIOS compatability was turned on.
--
Tomasz Torcz "Never underestimate the bandwidth of a station
zdzichu@irc.-nie.spam-.pl wagon filled with backup tapes." -- Jim Gray
[-- Attachment #2: Type: application/pgp-signature, Size: 229 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: boot from efi on x86_64
2006-11-18 19:07 boot from efi on x86_64 Dror Levin
2006-11-18 20:40 ` Tomasz Torcz
@ 2006-11-19 7:56 ` Andi Kleen
2006-11-21 20:40 ` Dror Levin
1 sibling, 1 reply; 6+ messages in thread
From: Andi Kleen @ 2006-11-19 7:56 UTC (permalink / raw)
To: Dror Levin; +Cc: linux-kernel
Dror Levin <spatz@psybear.com> writes:
> looking at the kernel source, after constant failures to boot linux on a core
> 2 imac, has made me understand that only i386 and ia64 support efi booting,
> but x86_64 does not.
x86-64 UEFI support is still being worked on.
Anyways, you should be able to boot Linux in the mean time using "boot camp"
-Andi
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: boot from efi on x86_64
2006-11-19 7:56 ` Andi Kleen
@ 2006-11-21 20:40 ` Dror Levin
0 siblings, 0 replies; 6+ messages in thread
From: Dror Levin @ 2006-11-21 20:40 UTC (permalink / raw)
To: Andi Kleen; +Cc: linux-kernel
On Sunday 19 November 2006 09:56, Andi Kleen wrote:
> x86-64 UEFI support is still being worked on.
> Anyways, you should be able to boot Linux in the mean time using "boot
> camp"
I would rather not install "boot camp" since I have already installed Linux
and removed MacOS.
Are there any patches I can experiment with in the mean time? I would be happy
to test anything you throw at me if it can help.
Dror
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2006-11-21 20:40 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-18 19:07 boot from efi on x86_64 Dror Levin
2006-11-18 20:40 ` Tomasz Torcz
2006-11-18 21:09 ` thockin
2006-11-18 21:44 ` Tomasz Torcz
2006-11-19 7:56 ` Andi Kleen
2006-11-21 20:40 ` Dror Levin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox