All of lore.kernel.org
 help / color / mirror / Atom feed
* Start xen on UEFI system with grub
@ 2012-09-11 12:49 Fabio Fantoni
  2012-09-11 12:58 ` Jan Beulich
  0 siblings, 1 reply; 13+ messages in thread
From: Fabio Fantoni @ 2012-09-11 12:49 UTC (permalink / raw)
  To: xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 263 bytes --]

I have Wheezy 64 bit dom0 with kernel 3.2 from repository and xen 4.2 
from source.
I want use UEFI without xen.efi which fails on compiling xen.
Should I use "ucode" or something similar?
Is possible? If is possible what I must do?
Thanks for any reply.


[-- Attachment #1.2: Firma crittografica S/MIME --]
[-- Type: application/pkcs7-signature, Size: 4510 bytes --]

[-- Attachment #2: Type: text/plain, Size: 126 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Start xen on UEFI system with grub
  2012-09-11 12:49 Start xen on UEFI system with grub Fabio Fantoni
@ 2012-09-11 12:58 ` Jan Beulich
  2012-09-11 13:17   ` Fabio Fantoni
  0 siblings, 1 reply; 13+ messages in thread
From: Jan Beulich @ 2012-09-11 12:58 UTC (permalink / raw)
  To: fantonifabio; +Cc: xen-devel

>>> On 11.09.12 at 14:49, Fabio Fantoni <fantonifabio@tiscali.it> wrote:
> I have Wheezy 64 bit dom0 with kernel 3.2 from repository and xen 4.2 
> from source.
> I want use UEFI without xen.efi

Why?

> which fails on compiling xen.

How? All you would need is xen.gz for that purpose (but of course
that won't have any EFI specific bits in it).

> Should I use "ucode" or something similar?

That's completely unrelated.

> Is possible? If is possible what I must do?

Without you telling us precisely what doesn't work, we can hardly
answer that.

Jan

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Start xen on UEFI system with grub
  2012-09-11 12:58 ` Jan Beulich
@ 2012-09-11 13:17   ` Fabio Fantoni
  2012-09-11 14:10     ` Jan Beulich
  0 siblings, 1 reply; 13+ messages in thread
From: Fabio Fantoni @ 2012-09-11 13:17 UTC (permalink / raw)
  To: Jan Beulich; +Cc: xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 1431 bytes --]

Il 11/09/2012 14:58, Jan Beulich ha scritto:
>>>> On 11.09.12 at 14:49, Fabio Fantoni <fantonifabio@tiscali.it> wrote:
>> I have Wheezy 64 bit dom0 with kernel 3.2 from repository and xen 4.2
>> from source.
>> I want use UEFI without xen.efi
> Why?
>
>> which fails on compiling xen.
> How? All you would need is xen.gz for that purpose (but of course
> that won't have any EFI specific bits in it).
>
>> Should I use "ucode" or something similar?
> That's completely unrelated.
>
>> Is possible? If is possible what I must do?
> Without you telling us precisely what doesn't work, we can hardly
> answer that.
>
> Jan
>
>
>
> -----
> Nessun virus nel messaggio.
> Controllato da AVG - www.avg.com
> Versione: 2012.0.2221 / Database dei virus: 2437/5261 -  Data di rilascio: 10/09/2012
>
>
>
We need do "multilevel" boot on Dell poweredge server working in all 
cases, booting lvm volume and fallback.
With bios is impossible, bugs cause problem in some case.
With efi I not see bugs on boot cases but efibootmgr is not working with 
grub2 and xen.gz and we can't specify lvm for "static" boot order also 
with different disks.
xen.efi not compile when we build xen on Wheezy and probably is not 
possible boot with lvm volume, fallback options ecc...
UEFI with grub2 seem the best option but with xen hypervisor seem not 
load efi variable.
Thanks for any help and sorry for bad english


[-- Attachment #1.2: Firma crittografica S/MIME --]
[-- Type: application/pkcs7-signature, Size: 4510 bytes --]

[-- Attachment #2: Type: text/plain, Size: 126 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Start xen on UEFI system with grub
  2012-09-11 13:17   ` Fabio Fantoni
@ 2012-09-11 14:10     ` Jan Beulich
  2012-11-01 15:49       ` Stefano Stabellini
  0 siblings, 1 reply; 13+ messages in thread
From: Jan Beulich @ 2012-09-11 14:10 UTC (permalink / raw)
  To: fantonifabio; +Cc: xen-devel

>>> On 11.09.12 at 15:17, Fabio Fantoni <fantonifabio@tiscali.it> wrote:
> xen.efi not compile when we build xen on Wheezy and probably is not 
> possible boot with lvm volume, fallback options ecc...

Just get a suitable tool chain installed then.

> UEFI with grub2 seem the best option but with xen hypervisor seem not 
> load efi variable.

Sure, because only xen.efi has the code to deal with such.

(Btw., I assume you aren't aware that any boot manager
whatsoever, other than the one coming with EFI, is sort of
bogus under EFI?)

Jan

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Start xen on UEFI system with grub
  2012-09-11 14:10     ` Jan Beulich
@ 2012-11-01 15:49       ` Stefano Stabellini
  2012-11-01 19:57         ` Jan Beulich
  0 siblings, 1 reply; 13+ messages in thread
From: Stefano Stabellini @ 2012-11-01 15:49 UTC (permalink / raw)
  To: Jan Beulich
  Cc: xen-devel, George Dunlap, Konrad Rzeszutek Wilk,
	fantonifabio@tiscali.it

On Tue, 11 Sep 2012, Jan Beulich wrote:
> >>> On 11.09.12 at 15:17, Fabio Fantoni <fantonifabio@tiscali.it> wrote:
> > xen.efi not compile when we build xen on Wheezy and probably is not 
> > possible boot with lvm volume, fallback options ecc...
> 
> Just get a suitable tool chain installed then.
> 
> > UEFI with grub2 seem the best option but with xen hypervisor seem not 
> > load efi variable.
> 
> Sure, because only xen.efi has the code to deal with such.
> 
> (Btw., I assume you aren't aware that any boot manager
> whatsoever, other than the one coming with EFI, is sort of
> bogus under EFI?)

Unfortunately it looks like more and more people are of the opinion that
grub2 is useful even on UEFI firmware.
For example, it is pretty clear that Ubuntu is still going to boot Xen
via grub2 no matter how the firmware looks like.


What would it take to make Xen work properly with grub2 on a UEFI firmware?
I think that we should add it as a work item for Xen 4.3.

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Start xen on UEFI system with grub
  2012-11-01 15:49       ` Stefano Stabellini
@ 2012-11-01 19:57         ` Jan Beulich
  2012-11-02 11:36           ` Daniel Kiper
  2012-11-02 13:52           ` Konrad Rzeszutek Wilk
  0 siblings, 2 replies; 13+ messages in thread
From: Jan Beulich @ 2012-11-01 19:57 UTC (permalink / raw)
  To: stefano.stabellini; +Cc: konrad.wilk, george.dunlap, fantonifabio, xen-devel

>>> Stefano Stabellini <stefano.stabellini@eu.citrix.com> 11/01/12 4:50 PM >>>
>On Tue, 11 Sep 2012, Jan Beulich wrote:
>> >>> On 11.09.12 at 15:17, Fabio Fantoni <fantonifabio@tiscali.it> wrote:
>> > xen.efi not compile when we build xen on Wheezy and probably is not 
>> > possible boot with lvm volume, fallback options ecc...
>> 
>> Just get a suitable tool chain installed then.
>> 
>> > UEFI with grub2 seem the best option but with xen hypervisor seem not 
>> > load efi variable.
>> 
>> Sure, because only xen.efi has the code to deal with such.
>> 
>> (Btw., I assume you aren't aware that any boot manager
>> whatsoever, other than the one coming with EFI, is sort of
>> bogus under EFI?)
>
>Unfortunately it looks like more and more people are of the opinion that
>grub2 is useful even on UEFI firmware.
>For example, it is pretty clear that Ubuntu is still going to boot Xen
>via grub2 no matter how the firmware looks like.

Then they need to be tought how to do it properly, the more that Linux itself
now is capable of booting without a boot loader (other than the EFI one).

>What would it take to make Xen work properly with grub2 on a UEFI firmware?

I can't be that difficult.

>I think that we should add it as a work item for Xen 4.3.

If you have someone to do that work. I'm willing to review the resulting
changes, but I currently don't see me doing anything here (as being totally
unimportant and - just to repeat that - conceptually wrong).

Jan

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Start xen on UEFI system with grub
  2012-11-01 19:57         ` Jan Beulich
@ 2012-11-02 11:36           ` Daniel Kiper
  2012-11-02 14:00             ` Fabio Fantoni
  2012-11-02 13:52           ` Konrad Rzeszutek Wilk
  1 sibling, 1 reply; 13+ messages in thread
From: Daniel Kiper @ 2012-11-02 11:36 UTC (permalink / raw)
  To: Jan Beulich
  Cc: konrad.wilk, daniel.kiper, fantonifabio, george.dunlap, xen-devel,
	stefano.stabellini

On Thu, Nov 01, 2012 at 07:57:30PM +0000, Jan Beulich wrote:
> >>> Stefano Stabellini <stefano.stabellini@eu.citrix.com> 11/01/12 4:50 PM >>>
> >On Tue, 11 Sep 2012, Jan Beulich wrote:
> >> >>> On 11.09.12 at 15:17, Fabio Fantoni <fantonifabio@tiscali.it> wrote:
> >> > xen.efi not compile when we build xen on Wheezy and probably is not
> >> > possible boot with lvm volume, fallback options ecc...
> >>
> >> Just get a suitable tool chain installed then.
> >>
> >> > UEFI with grub2 seem the best option but with xen hypervisor seem not
> >> > load efi variable.
> >>
> >> Sure, because only xen.efi has the code to deal with such.
> >>
> >> (Btw., I assume you aren't aware that any boot manager
> >> whatsoever, other than the one coming with EFI, is sort of
> >> bogus under EFI?)
> >
> >Unfortunately it looks like more and more people are of the opinion that
> >grub2 is useful even on UEFI firmware.
> >For example, it is pretty clear that Ubuntu is still going to boot Xen
> >via grub2 no matter how the firmware looks like.
>
> Then they need to be tought how to do it properly, the more that Linux itself
> now is capable of booting without a boot loader (other than the EFI one).
>
> >What would it take to make Xen work properly with grub2 on a UEFI firmware?
>
> I can't be that difficult.
>
> >I think that we should add it as a work item for Xen 4.3.
>
> If you have someone to do that work. I'm willing to review the resulting
> changes, but I currently don't see me doing anything here (as being totally
> unimportant and - just to repeat that - conceptually wrong).

Heh... I agree with Jan but there are so many things conceptually wrong
used by millions of people and we could not change that. Let's fix
(broke?) it. I am going to work on EFI stuff in upstream kernel and
I think this task could be assigned to me too.

Daniel

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Start xen on UEFI system with grub
  2012-11-01 19:57         ` Jan Beulich
  2012-11-02 11:36           ` Daniel Kiper
@ 2012-11-02 13:52           ` Konrad Rzeszutek Wilk
  2012-11-02 14:11             ` Jan Beulich
  1 sibling, 1 reply; 13+ messages in thread
From: Konrad Rzeszutek Wilk @ 2012-11-02 13:52 UTC (permalink / raw)
  To: Jan Beulich, daniel.kiper
  Cc: xen-devel, george.dunlap, fantonifabio, stefano.stabellini

On Thu, Nov 01, 2012 at 07:57:30PM +0000, Jan Beulich wrote:
> >>> Stefano Stabellini <stefano.stabellini@eu.citrix.com> 11/01/12 4:50 PM >>>
> >On Tue, 11 Sep 2012, Jan Beulich wrote:
> >> >>> On 11.09.12 at 15:17, Fabio Fantoni <fantonifabio@tiscali.it> wrote:
> >> > xen.efi not compile when we build xen on Wheezy and probably is not 
> >> > possible boot with lvm volume, fallback options ecc...
> >> 
> >> Just get a suitable tool chain installed then.
> >> 
> >> > UEFI with grub2 seem the best option but with xen hypervisor seem not 
> >> > load efi variable.
> >> 
> >> Sure, because only xen.efi has the code to deal with such.
> >> 
> >> (Btw., I assume you aren't aware that any boot manager
> >> whatsoever, other than the one coming with EFI, is sort of
> >> bogus under EFI?)
> >
> >Unfortunately it looks like more and more people are of the opinion that
> >grub2 is useful even on UEFI firmware.
> >For example, it is pretty clear that Ubuntu is still going to boot Xen
> >via grub2 no matter how the firmware looks like.
> 
> Then they need to be tought how to do it properly, the more that Linux itself
> now is capable of booting without a boot loader (other than the EFI one).
> 
> >What would it take to make Xen work properly with grub2 on a UEFI firmware?
> 
> I can't be that difficult.

I believe the only issue was the check to do the  Multiboot-E820 parsing
before the E801 parsing? Perhaps that has already been done?

> 
> >I think that we should add it as a work item for Xen 4.3.
> 
> If you have someone to do that work. I'm willing to review the resulting
> changes, but I currently don't see me doing anything here (as being totally
> unimportant and - just to repeat that - conceptually wrong).
> 
> Jan
> 

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Start xen on UEFI system with grub
  2012-11-02 11:36           ` Daniel Kiper
@ 2012-11-02 14:00             ` Fabio Fantoni
  0 siblings, 0 replies; 13+ messages in thread
From: Fabio Fantoni @ 2012-11-02 14:00 UTC (permalink / raw)
  To: Daniel Kiper
  Cc: konrad.wilk, daniel.kiper, stefano.stabellini, george.dunlap,
	xen-devel, Jan Beulich


[-- Attachment #1.1: Type: text/plain, Size: 2229 bytes --]

Il 02/11/2012 12:36, Daniel Kiper ha scritto:
> On Thu, Nov 01, 2012 at 07:57:30PM +0000, Jan Beulich wrote:
>>>>> Stefano Stabellini <stefano.stabellini@eu.citrix.com> 11/01/12 4:50 PM >>>
>>> On Tue, 11 Sep 2012, Jan Beulich wrote:
>>>>>>> On 11.09.12 at 15:17, Fabio Fantoni <fantonifabio@tiscali.it> wrote:
>>>>> xen.efi not compile when we build xen on Wheezy and probably is not
>>>>> possible boot with lvm volume, fallback options ecc...
>>>> Just get a suitable tool chain installed then.
>>>>
>>>>> UEFI with grub2 seem the best option but with xen hypervisor seem not
>>>>> load efi variable.
>>>> Sure, because only xen.efi has the code to deal with such.
>>>>
>>>> (Btw., I assume you aren't aware that any boot manager
>>>> whatsoever, other than the one coming with EFI, is sort of
>>>> bogus under EFI?)
>>> Unfortunately it looks like more and more people are of the opinion that
>>> grub2 is useful even on UEFI firmware.
>>> For example, it is pretty clear that Ubuntu is still going to boot Xen
>>> via grub2 no matter how the firmware looks like.
>> Then they need to be tought how to do it properly, the more that Linux itself
>> now is capable of booting without a boot loader (other than the EFI one).
>>
>>> What would it take to make Xen work properly with grub2 on a UEFI firmware?
>> I can't be that difficult.
>>
>>> I think that we should add it as a work item for Xen 4.3.
>> If you have someone to do that work. I'm willing to review the resulting
>> changes, but I currently don't see me doing anything here (as being totally
>> unimportant and - just to repeat that - conceptually wrong).
> Heh... I agree with Jan but there are so many things conceptually wrong
> used by millions of people and we could not change that. Let's fix
> (broke?) it. I am going to work on EFI stuff in upstream kernel and
> I think this task could be assigned to me too.
>
> Daniel
>
>
> -----
> Nessun virus nel messaggio.
> Controllato da AVG - www.avg.com
> Versione: 2012.0.2221 / Database dei virus: 2441/5368 -  Data di rilascio: 01/11/2012
>
>
Thanks for getting this task. Hope to hear from you soon regard this, 
let us know as soon as you can post patches.


[-- Attachment #1.2: Firma crittografica S/MIME --]
[-- Type: application/pkcs7-signature, Size: 4510 bytes --]

[-- Attachment #2: Type: text/plain, Size: 126 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Start xen on UEFI system with grub
  2012-11-02 13:52           ` Konrad Rzeszutek Wilk
@ 2012-11-02 14:11             ` Jan Beulich
  2012-11-02 14:17               ` Konrad Rzeszutek Wilk
  2012-11-02 14:22               ` Ian Campbell
  0 siblings, 2 replies; 13+ messages in thread
From: Jan Beulich @ 2012-11-02 14:11 UTC (permalink / raw)
  To: daniel.kiper, Konrad Rzeszutek Wilk
  Cc: xen-devel, george.dunlap, fantonifabio, stefano.stabellini

>>> On 02.11.12 at 14:52, Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> wrote:
> On Thu, Nov 01, 2012 at 07:57:30PM +0000, Jan Beulich wrote:
>> >>> Stefano Stabellini <stefano.stabellini@eu.citrix.com> 11/01/12 4:50 PM >>>
>> >On Tue, 11 Sep 2012, Jan Beulich wrote:
>> >> >>> On 11.09.12 at 15:17, Fabio Fantoni <fantonifabio@tiscali.it> wrote:
>> >> > xen.efi not compile when we build xen on Wheezy and probably is not 
>> >> > possible boot with lvm volume, fallback options ecc...
>> >> 
>> >> Just get a suitable tool chain installed then.
>> >> 
>> >> > UEFI with grub2 seem the best option but with xen hypervisor seem not 
>> >> > load efi variable.
>> >> 
>> >> Sure, because only xen.efi has the code to deal with such.
>> >> 
>> >> (Btw., I assume you aren't aware that any boot manager
>> >> whatsoever, other than the one coming with EFI, is sort of
>> >> bogus under EFI?)
>> >
>> >Unfortunately it looks like more and more people are of the opinion that
>> >grub2 is useful even on UEFI firmware.
>> >For example, it is pretty clear that Ubuntu is still going to boot Xen
>> >via grub2 no matter how the firmware looks like.
>> 
>> Then they need to be tought how to do it properly, the more that Linux 
> itself
>> now is capable of booting without a boot loader (other than the EFI one).
>> 
>> >What would it take to make Xen work properly with grub2 on a UEFI firmware?
>> 
>> I can't be that difficult.
> 
> I believe the only issue was the check to do the  Multiboot-E820 parsing
> before the E801 parsing? Perhaps that has already been done?

That's in all 4.x trees already. But no - the other important aspect
is that without retrieving/passing on the proper EFI table pointers,
on a legacy free system Xen and Dom0 won't be able to locate the
ACPI tables.

Jan

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Start xen on UEFI system with grub
  2012-11-02 14:11             ` Jan Beulich
@ 2012-11-02 14:17               ` Konrad Rzeszutek Wilk
  2012-11-02 14:22               ` Ian Campbell
  1 sibling, 0 replies; 13+ messages in thread
From: Konrad Rzeszutek Wilk @ 2012-11-02 14:17 UTC (permalink / raw)
  To: Jan Beulich
  Cc: daniel.kiper, xen-devel, george.dunlap, fantonifabio,
	stefano.stabellini

On Fri, Nov 02, 2012 at 02:11:22PM +0000, Jan Beulich wrote:
> >>> On 02.11.12 at 14:52, Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> wrote:
> > On Thu, Nov 01, 2012 at 07:57:30PM +0000, Jan Beulich wrote:
> >> >>> Stefano Stabellini <stefano.stabellini@eu.citrix.com> 11/01/12 4:50 PM >>>
> >> >On Tue, 11 Sep 2012, Jan Beulich wrote:
> >> >> >>> On 11.09.12 at 15:17, Fabio Fantoni <fantonifabio@tiscali.it> wrote:
> >> >> > xen.efi not compile when we build xen on Wheezy and probably is not 
> >> >> > possible boot with lvm volume, fallback options ecc...
> >> >> 
> >> >> Just get a suitable tool chain installed then.
> >> >> 
> >> >> > UEFI with grub2 seem the best option but with xen hypervisor seem not 
> >> >> > load efi variable.
> >> >> 
> >> >> Sure, because only xen.efi has the code to deal with such.
> >> >> 
> >> >> (Btw., I assume you aren't aware that any boot manager
> >> >> whatsoever, other than the one coming with EFI, is sort of
> >> >> bogus under EFI?)
> >> >
> >> >Unfortunately it looks like more and more people are of the opinion that
> >> >grub2 is useful even on UEFI firmware.
> >> >For example, it is pretty clear that Ubuntu is still going to boot Xen
> >> >via grub2 no matter how the firmware looks like.
> >> 
> >> Then they need to be tought how to do it properly, the more that Linux 
> > itself
> >> now is capable of booting without a boot loader (other than the EFI one).
> >> 
> >> >What would it take to make Xen work properly with grub2 on a UEFI firmware?
> >> 
> >> I can't be that difficult.
> > 
> > I believe the only issue was the check to do the  Multiboot-E820 parsing
> > before the E801 parsing? Perhaps that has already been done?
> 
> That's in all 4.x trees already. But no - the other important aspect
> is that without retrieving/passing on the proper EFI table pointers,
> on a legacy free system Xen and Dom0 won't be able to locate the
> ACPI tables.

Ah yes (<smacks his head - this is what this thread is about after all>).

I think the work-around could be to use the kexec introduced arguments:

"acpi_rsdp=<physical address of rsdp>"

> 
> Jan
> 

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Start xen on UEFI system with grub
  2012-11-02 14:11             ` Jan Beulich
  2012-11-02 14:17               ` Konrad Rzeszutek Wilk
@ 2012-11-02 14:22               ` Ian Campbell
  2012-11-02 14:37                 ` Alan Cox
  1 sibling, 1 reply; 13+ messages in thread
From: Ian Campbell @ 2012-11-02 14:22 UTC (permalink / raw)
  To: Jan Beulich
  Cc: Konrad Rzeszutek Wilk, fantonifabio@tiscali.it, George Dunlap,
	daniel.kiper@oracle.com, Stefano Stabellini,
	xen-devel@lists.xen.org


> > I believe the only issue was the check to do the  Multiboot-E820 parsing
> > before the E801 parsing? Perhaps that has already been done?
> 
> That's in all 4.x trees already. But no - the other important aspect
> is that without retrieving/passing on the proper EFI table pointers,
> on a legacy free system Xen and Dom0 won't be able to locate the
> ACPI tables.

How does this work with native Linux? AIUI the most common way to boot
regular Linux is using grub-efi.

Ian.

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Start xen on UEFI system with grub
  2012-11-02 14:22               ` Ian Campbell
@ 2012-11-02 14:37                 ` Alan Cox
  0 siblings, 0 replies; 13+ messages in thread
From: Alan Cox @ 2012-11-02 14:37 UTC (permalink / raw)
  To: Ian Campbell
  Cc: Konrad Rzeszutek Wilk, Stefano Stabellini, George Dunlap,
	daniel.kiper@oracle.com, fantonifabio@tiscali.it,
	xen-devel@lists.xen.org, Jan Beulich

On Fri, 2 Nov 2012 14:22:52 +0000
Ian Campbell <ian.campbell@citrix.com> wrote:

> 
> > > I believe the only issue was the check to do the  Multiboot-E820 parsing
> > > before the E801 parsing? Perhaps that has already been done?
> > 
> > That's in all 4.x trees already. But no - the other important aspect
> > is that without retrieving/passing on the proper EFI table pointers,
> > on a legacy free system Xen and Dom0 won't be able to locate the
> > ACPI tables.
> 
> How does this work with native Linux? AIUI the most common way to boot
> regular Linux is using grub-efi.

The preferred way to boot Linux on an EFI platform is to build an EFI
Linux kernel and just let EFI run it. This is supported from 3.3 onwards.
All you then need is one of the innumerable EFI boot chooses that are
springing up (rEFInd, Gummiboot etc) or use the UEFI Shell or efibootmgr

Alan

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2012-11-02 14:37 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-11 12:49 Start xen on UEFI system with grub Fabio Fantoni
2012-09-11 12:58 ` Jan Beulich
2012-09-11 13:17   ` Fabio Fantoni
2012-09-11 14:10     ` Jan Beulich
2012-11-01 15:49       ` Stefano Stabellini
2012-11-01 19:57         ` Jan Beulich
2012-11-02 11:36           ` Daniel Kiper
2012-11-02 14:00             ` Fabio Fantoni
2012-11-02 13:52           ` Konrad Rzeszutek Wilk
2012-11-02 14:11             ` Jan Beulich
2012-11-02 14:17               ` Konrad Rzeszutek Wilk
2012-11-02 14:22               ` Ian Campbell
2012-11-02 14:37                 ` Alan Cox

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.