Re: [ovirt-users] Failed to open grubx64.efi

2017-12-12 Thread Yuval Turgeman
Glad to hear, thanks for the update ! :)

On Tue, Dec 12, 2017 at 1:20 PM, Luca 'remix_tj' Lorenzetto <
lorenzetto.l...@gmail.com> wrote:

> On Thu, Nov 23, 2017 at 10:41 AM, Luca 'remix_tj' Lorenzetto
>  wrote:
> >
> > On Wed, Nov 22, 2017 at 11:05 AM, Yuval Turgeman 
> wrote:
> > [cut]
> > > You can access boot_params under /sys/kernel/boot_params/data, so if
> you
> > > want
> > > to understand what's going on with your machine, you can try to use
> strings
> > > to
> > > see if it's enabled while running anaconda - on my test machine it
> looks
> > > like this:
> > >
> > > [anaconda root@localhost ~]# strings /sys/kernel/boot_params/data
> > > EL64
> > > fHdrS
> > >
> >
> > I confirm, if i boot via CD i see that value. So now i try to do the
> > same via PXE and run a setup using UEFI.
> >
> > The only "issue" i've seen is that after bootloader menù, screen
> > remains on blinking cursor for several seconds. Seems it's on hang.
> > If you have enough patience to wait, boot continues.
> >
> > I'll measure the timing and report, but is an issue that also other
> > people is experiencing?
> >
>
>
> Just for closing the discussion and updating anyone that could find
> this thread while looking for infos about UEFI, oVirt-node and PXE:
>
> I managed to complete a full pxe setup of several ovirt nodes with
> release 4.1.6 without issues. Nodes wait some time in blank screen
> with blinking, but then boot completes.
>
> Luca
>
>
> --
> "E' assurdo impiegare gli uomini di intelligenza eccellente per fare
> calcoli che potrebbero essere affidati a chiunque se si usassero delle
> macchine"
> Gottfried Wilhelm von Leibnitz, Filosofo e Matematico (1646-1716)
>
> "Internet è la più grande biblioteca del mondo.
> Ma il problema è che i libri sono tutti sparsi sul pavimento"
> John Allen Paulos, Matematico (1945-vivente)
>
> Luca 'remix_tj' Lorenzetto, http://www.remixtj.net , <
> lorenzetto.l...@gmail.com>
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Failed to open grubx64.efi

2017-12-12 Thread Luca 'remix_tj' Lorenzetto
On Thu, Nov 23, 2017 at 10:41 AM, Luca 'remix_tj' Lorenzetto
 wrote:
>
> On Wed, Nov 22, 2017 at 11:05 AM, Yuval Turgeman  wrote:
> [cut]
> > You can access boot_params under /sys/kernel/boot_params/data, so if you
> > want
> > to understand what's going on with your machine, you can try to use strings
> > to
> > see if it's enabled while running anaconda - on my test machine it looks
> > like this:
> >
> > [anaconda root@localhost ~]# strings /sys/kernel/boot_params/data
> > EL64
> > fHdrS
> >
>
> I confirm, if i boot via CD i see that value. So now i try to do the
> same via PXE and run a setup using UEFI.
>
> The only "issue" i've seen is that after bootloader menù, screen
> remains on blinking cursor for several seconds. Seems it's on hang.
> If you have enough patience to wait, boot continues.
>
> I'll measure the timing and report, but is an issue that also other
> people is experiencing?
>


Just for closing the discussion and updating anyone that could find
this thread while looking for infos about UEFI, oVirt-node and PXE:

I managed to complete a full pxe setup of several ovirt nodes with
release 4.1.6 without issues. Nodes wait some time in blank screen
with blinking, but then boot completes.

Luca


-- 
"E' assurdo impiegare gli uomini di intelligenza eccellente per fare
calcoli che potrebbero essere affidati a chiunque se si usassero delle
macchine"
Gottfried Wilhelm von Leibnitz, Filosofo e Matematico (1646-1716)

"Internet è la più grande biblioteca del mondo.
Ma il problema è che i libri sono tutti sparsi sul pavimento"
John Allen Paulos, Matematico (1945-vivente)

Luca 'remix_tj' Lorenzetto, http://www.remixtj.net , 
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Failed to open grubx64.efi

2017-11-23 Thread Luca 'remix_tj' Lorenzetto
On Wed, Nov 22, 2017 at 11:05 AM, Yuval Turgeman  wrote:
[cut]
> You can access boot_params under /sys/kernel/boot_params/data, so if you
> want
> to understand what's going on with your machine, you can try to use strings
> to
> see if it's enabled while running anaconda - on my test machine it looks
> like this:
>
> [anaconda root@localhost ~]# strings /sys/kernel/boot_params/data
> EL64
> fHdrS
>

I confirm, if i boot via CD i see that value. So now i try to do the
same via PXE and run a setup using UEFI.

The only "issue" i've seen is that after bootloader menù, screen
remains on blinking cursor for several seconds. Seems it's on hang.
If you have enough patience to wait, boot continues.

I'll measure the timing and report, but is an issue that also other
people is experiencing?


-- 
"E' assurdo impiegare gli uomini di intelligenza eccellente per fare
calcoli che potrebbero essere affidati a chiunque se si usassero delle
macchine"
Gottfried Wilhelm von Leibnitz, Filosofo e Matematico (1646-1716)

"Internet è la più grande biblioteca del mondo.
Ma il problema è che i libri sono tutti sparsi sul pavimento"
John Allen Paulos, Matematico (1945-vivente)

Luca 'remix_tj' Lorenzetto, http://www.remixtj.net , 
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Failed to open grubx64.efi

2017-11-22 Thread Yuval Turgeman
Hi,

I checked a little more, anaconda uses blivet to detect if the machine is
EFI for its boot partition requirements, and blivet checks if
/sys/firmware/efi exists [1].
The kernel registers /sys/firmware/efi only if EFI_BOOT is enabled [2], and
this is set in on setup, when the kernel searches for an EFI loader
signature
in boot_params [3] (the signatures are defined as "EL32" and "EL64").

You can access boot_params under /sys/kernel/boot_params/data, so if you
want
to understand what's going on with your machine, you can try to use strings
to
see if it's enabled while running anaconda - on my test machine it looks
like this:


[anaconda root@localhost ~]# strings /sys/kernel/boot_params/data

EL64

fHdrS


Hope this helps :)
Yuval.

[1]
https://github.com/storaged-project/blivet/blob/44bd6738a49cd15398dd151cc2653f175efccf14/blivet/arch.py#L242
[2]
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git/tree/drivers/firmware/efi/efi.c?h=v3.10.108#n90
[3]
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git/tree/arch/x86/kernel/setup.c#n930


On Tue, Nov 21, 2017 at 8:57 PM, Yuval Turgeman  wrote:

> Boot partition reqs should be handled the same on both ovirt node and
> centos (or rhel) and you having to add this manually on rhel can give us a
> hint that this is a bug in anaconda (doesnt detect efi?).
>
> In other words, if you need to add this to rhel you'd need to add it to
> ovirt node and autopart shouldnt scare you off, just follow the
> partitioning guidelines, add your changes and you are all set.  You can
> grab some ks examples here:
>
> git clone https://gerrit.ovirt.org/ovirt-node-ng
>
> On Nov 21, 2017 20:13, "Luca 'remix_tj' Lorenzetto" <
> lorenzetto.l...@gmail.com> wrote:
>
>> On Tue, Nov 21, 2017 at 4:54 PM, Yuval Turgeman 
>> wrote:
>> > Hi,
>> >
>> > I tried to recreate this without success, i'll try with different hw
>> > tomorrow.
>> > The thing is, autopart with thinp doesn't mean that everything is
>> lvm-thin -
>> > /boot should be a regular (primary) partition (for details you can check
>> > anaconda's ovirt install class)
>> > This could be a bug in anaconda or in the kickstart that deploys the
>> node
>> > (if not installing directly from the iso), can you install CentOS-7.4
>> with
>> > UEFI enabled on this machine ?  If you have some installation logs, that
>> > would help :)
>>
>> Hi,
>>
>> on the same hardware i can install with success rhel 7.4 using UEFI.
>> This required to change my default partitioning to another one
>> containing
>> /boot/efi/ partition, adding this entry:
>>
>> part /boot/efi --fstype=efi --size=200 --ondisk=sda
>>
>> I suppose that autopart doesn't create this partition.
>>
>> Luca
>>
>>
>> --
>> "E' assurdo impiegare gli uomini di intelligenza eccellente per fare
>> calcoli che potrebbero essere affidati a chiunque se si usassero delle
>> macchine"
>> Gottfried Wilhelm von Leibnitz, Filosofo e Matematico (1646-1716)
>>
>> "Internet è la più grande biblioteca del mondo.
>> Ma il problema è che i libri sono tutti sparsi sul pavimento"
>> John Allen Paulos, Matematico (1945-vivente)
>>
>> Luca 'remix_tj' Lorenzetto, http://www.remixtj.net , <
>> lorenzetto.l...@gmail.com>
>>
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Failed to open grubx64.efi

2017-11-21 Thread Yuval Turgeman
Boot partition reqs should be handled the same on both ovirt node and
centos (or rhel) and you having to add this manually on rhel can give us a
hint that this is a bug in anaconda (doesnt detect efi?).

In other words, if you need to add this to rhel you'd need to add it to
ovirt node and autopart shouldnt scare you off, just follow the
partitioning guidelines, add your changes and you are all set.  You can
grab some ks examples here:

git clone https://gerrit.ovirt.org/ovirt-node-ng

On Nov 21, 2017 20:13, "Luca 'remix_tj' Lorenzetto" <
lorenzetto.l...@gmail.com> wrote:

> On Tue, Nov 21, 2017 at 4:54 PM, Yuval Turgeman  wrote:
> > Hi,
> >
> > I tried to recreate this without success, i'll try with different hw
> > tomorrow.
> > The thing is, autopart with thinp doesn't mean that everything is
> lvm-thin -
> > /boot should be a regular (primary) partition (for details you can check
> > anaconda's ovirt install class)
> > This could be a bug in anaconda or in the kickstart that deploys the node
> > (if not installing directly from the iso), can you install CentOS-7.4
> with
> > UEFI enabled on this machine ?  If you have some installation logs, that
> > would help :)
>
> Hi,
>
> on the same hardware i can install with success rhel 7.4 using UEFI.
> This required to change my default partitioning to another one
> containing
> /boot/efi/ partition, adding this entry:
>
> part /boot/efi --fstype=efi --size=200 --ondisk=sda
>
> I suppose that autopart doesn't create this partition.
>
> Luca
>
>
> --
> "E' assurdo impiegare gli uomini di intelligenza eccellente per fare
> calcoli che potrebbero essere affidati a chiunque se si usassero delle
> macchine"
> Gottfried Wilhelm von Leibnitz, Filosofo e Matematico (1646-1716)
>
> "Internet è la più grande biblioteca del mondo.
> Ma il problema è che i libri sono tutti sparsi sul pavimento"
> John Allen Paulos, Matematico (1945-vivente)
>
> Luca 'remix_tj' Lorenzetto, http://www.remixtj.net , <
> lorenzetto.l...@gmail.com>
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Failed to open grubx64.efi

2017-11-21 Thread Luca 'remix_tj' Lorenzetto
On Tue, Nov 21, 2017 at 4:54 PM, Yuval Turgeman  wrote:
> Hi,
>
> I tried to recreate this without success, i'll try with different hw
> tomorrow.
> The thing is, autopart with thinp doesn't mean that everything is lvm-thin -
> /boot should be a regular (primary) partition (for details you can check
> anaconda's ovirt install class)
> This could be a bug in anaconda or in the kickstart that deploys the node
> (if not installing directly from the iso), can you install CentOS-7.4 with
> UEFI enabled on this machine ?  If you have some installation logs, that
> would help :)

Hi,

on the same hardware i can install with success rhel 7.4 using UEFI.
This required to change my default partitioning to another one
containing
/boot/efi/ partition, adding this entry:

part /boot/efi --fstype=efi --size=200 --ondisk=sda

I suppose that autopart doesn't create this partition.

Luca


-- 
"E' assurdo impiegare gli uomini di intelligenza eccellente per fare
calcoli che potrebbero essere affidati a chiunque se si usassero delle
macchine"
Gottfried Wilhelm von Leibnitz, Filosofo e Matematico (1646-1716)

"Internet è la più grande biblioteca del mondo.
Ma il problema è che i libri sono tutti sparsi sul pavimento"
John Allen Paulos, Matematico (1945-vivente)

Luca 'remix_tj' Lorenzetto, http://www.remixtj.net , 
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Failed to open grubx64.efi

2017-11-21 Thread Yuval Turgeman
Hi,

I tried to recreate this without success, i'll try with different hw
tomorrow.
The thing is, autopart with thinp doesn't mean that everything is lvm-thin
- /boot should be a regular (primary) partition (for details you can check
anaconda's ovirt install class)
This could be a bug in anaconda or in the kickstart that deploys the node
(if not installing directly from the iso), can you install CentOS-7.4 with
UEFI enabled on this machine ?  If you have some installation logs, that
would help :)

Thanks,
Yuval.


On Thu, Nov 16, 2017 at 9:02 PM, Luca 'remix_tj' Lorenzetto <
lorenzetto.l...@gmail.com> wrote:

> Hello Julio,
>
> On Thu, Nov 16, 2017 at 6:41 PM, Julio Cesar Bustamante
>  wrote:
> > Hi there,
> >
> > I have installed Ovirt Host in a HS22 Blade Ibm, but I have this bug.
> >
> > Failed to open \efi\centos\grubx64.efi not found
> > Falied to load image \EFI\centos\grubx64.efi Not found
> >
>
> I had the same problem with a newer Lenovo Blade (x240 M5, IIRC).
> The problem is that ovirt-node-ng by default uses autopart with thin
> provisioning and that partition scheme doesn't create /boot/efi drive.
>
> Without that drive, grub-efi cannot be installed.
>
> I switched my blades back to legacy only and everything worked as expected.
>
> I'm planning to extend my tests with UEFI in future, but at the moment
> i don't see the necessity switch from legacy mode.
>
> Luca
>
>
>
>
> --
> "E' assurdo impiegare gli uomini di intelligenza eccellente per fare
> calcoli che potrebbero essere affidati a chiunque se si usassero delle
> macchine"
> Gottfried Wilhelm von Leibnitz, Filosofo e Matematico (1646-1716)
>
> "Internet è la più grande biblioteca del mondo.
> Ma il problema è che i libri sono tutti sparsi sul pavimento"
> John Allen Paulos, Matematico (1945-vivente)
>
> Luca 'remix_tj' Lorenzetto, http://www.remixtj.net , <
> lorenzetto.l...@gmail.com>
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Failed to open grubx64.efi

2017-11-19 Thread Julio Cesar Bustamante
Hi Luca.

But do you have installed Ovirt without UEFI in production environments?.

UEFI , is it necessary in production environments?.

2017-11-16 14:02 GMT-05:00 Luca 'remix_tj' Lorenzetto <
lorenzetto.l...@gmail.com>:

> Hello Julio,
>
> On Thu, Nov 16, 2017 at 6:41 PM, Julio Cesar Bustamante
>  wrote:
> > Hi there,
> >
> > I have installed Ovirt Host in a HS22 Blade Ibm, but I have this bug.
> >
> > Failed to open \efi\centos\grubx64.efi not found
> > Falied to load image \EFI\centos\grubx64.efi Not found
> >
>
> I had the same problem with a newer Lenovo Blade (x240 M5, IIRC).
> The problem is that ovirt-node-ng by default uses autopart with thin
> provisioning and that partition scheme doesn't create /boot/efi drive.
>
> Without that drive, grub-efi cannot be installed.
>
> I switched my blades back to legacy only and everything worked as expected.
>
> I'm planning to extend my tests with UEFI in future, but at the moment
> i don't see the necessity switch from legacy mode.
>
> Luca
>
>
>
>
> --
> "E' assurdo impiegare gli uomini di intelligenza eccellente per fare
> calcoli che potrebbero essere affidati a chiunque se si usassero delle
> macchine"
> Gottfried Wilhelm von Leibnitz, Filosofo e Matematico (1646-1716)
>
> "Internet è la più grande biblioteca del mondo.
> Ma il problema è che i libri sono tutti sparsi sul pavimento"
> John Allen Paulos, Matematico (1945-vivente)
>
> Luca 'remix_tj' Lorenzetto, http://www.remixtj.net , <
> lorenzetto.l...@gmail.com>
>



-- 
Julio Cesar Bustamante.
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Failed to open grubx64.efi

2017-11-19 Thread Julio Cesar Bustamante
Hi Luca and Magnus,

I downloaded and installed ovirt-node-ng-installer-ovirt-4.1-2017110820, in
blade HS 22, without set legacy mode and this installation was successed.

Thanks a lot for you help

2017-11-17 8:48 GMT-05:00 Luca 'remix_tj' Lorenzetto <
lorenzetto.l...@gmail.com>:

> On Fri, Nov 17, 2017 at 2:31 PM, Julio Cesar Bustamante
>  wrote:
> > Hi Luca
> >
> > I didn't find in my blade hs22 IBM that option boot.
> >
> >
>
> Looking around i've seen that there is an Alt+B sequence for booting
> in legacy mode. Maybe in the system setup there is an option to choose
> this legacy mode by default.
>
> I don't know how to do it on your hardware, sorry
>
> Luca.
>
> --
> "E' assurdo impiegare gli uomini di intelligenza eccellente per fare
> calcoli che potrebbero essere affidati a chiunque se si usassero delle
> macchine"
> Gottfried Wilhelm von Leibnitz, Filosofo e Matematico (1646-1716)
>
> "Internet è la più grande biblioteca del mondo.
> Ma il problema è che i libri sono tutti sparsi sul pavimento"
> John Allen Paulos, Matematico (1945-vivente)
>
> Luca 'remix_tj' Lorenzetto, http://www.remixtj.net , <
> lorenzetto.l...@gmail.com>
>



-- 
Julio Cesar Bustamante.
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Failed to open grubx64.efi

2017-11-19 Thread Julio Cesar Bustamante
Hi Luca,

I tried to install Ovirt node with legacy mode but It didn't work. I dont
know where I'm mistaking.

2017-11-16 17:12 GMT-05:00 Luca 'remix_tj' Lorenzetto <
lorenzetto.l...@gmail.com>:

>
>
> Il 16 nov 2017 9:36 PM, "Julio Cesar Bustamante" <
> julio.cesar.bustama...@gmail.com> ha scritto:
>
> Hi Luca.
>
> But do you have installed Ovirt without UEFI in production environments?.
>
> UEFI , is it necessary in production environments?.
>
> Hi Julio,
>
> No, at all. We have a setup of 7 nodes hp bl460 gen9 in legacy mode
> working like a charm.
>
> Luca
>
>
>


-- 
Julio Cesar Bustamante.
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Failed to open grubx64.efi

2017-11-17 Thread Luca 'remix_tj' Lorenzetto
On Fri, Nov 17, 2017 at 2:31 PM, Julio Cesar Bustamante
 wrote:
> Hi Luca
>
> I didn't find in my blade hs22 IBM that option boot.
>
>

Looking around i've seen that there is an Alt+B sequence for booting
in legacy mode. Maybe in the system setup there is an option to choose
this legacy mode by default.

I don't know how to do it on your hardware, sorry

Luca.

-- 
"E' assurdo impiegare gli uomini di intelligenza eccellente per fare
calcoli che potrebbero essere affidati a chiunque se si usassero delle
macchine"
Gottfried Wilhelm von Leibnitz, Filosofo e Matematico (1646-1716)

"Internet è la più grande biblioteca del mondo.
Ma il problema è che i libri sono tutti sparsi sul pavimento"
John Allen Paulos, Matematico (1945-vivente)

Luca 'remix_tj' Lorenzetto, http://www.remixtj.net , 
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Failed to open grubx64.efi

2017-11-17 Thread Luca 'remix_tj' Lorenzetto
On Fri, Nov 17, 2017 at 3:24 AM, Julio Cesar Bustamante
 wrote:
> Hi Luca,
>
> I tried to install Ovirt node with legacy mode but It didn't work. I dont
> know where I'm mistaking.

Are you also booting in legacy mode?

I don't use UEFI at all.

Luca

-- 
"E' assurdo impiegare gli uomini di intelligenza eccellente per fare
calcoli che potrebbero essere affidati a chiunque se si usassero delle
macchine"
Gottfried Wilhelm von Leibnitz, Filosofo e Matematico (1646-1716)

"Internet è la più grande biblioteca del mondo.
Ma il problema è che i libri sono tutti sparsi sul pavimento"
John Allen Paulos, Matematico (1945-vivente)

Luca 'remix_tj' Lorenzetto, http://www.remixtj.net , 
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Failed to open grubx64.efi

2017-11-16 Thread Magnus Isaksson
Hello

I got the same thing.

Tho, this post at comment 6 worked perfekt.
https://bugzilla.redhat.com/show_bug.cgi?id=1496762

//Magnus


On 16 November 2017 23:12:26 CET, Luca 'remix_tj' Lorenzetto 
 wrote:
>Il 16 nov 2017 9:36 PM, "Julio Cesar Bustamante" <
>julio.cesar.bustama...@gmail.com> ha scritto:
>
>Hi Luca.
>
>But do you have installed Ovirt without UEFI in production
>environments?.
>
>UEFI , is it necessary in production environments?.
>
>Hi Julio,
>
>No, at all. We have a setup of 7 nodes hp bl460 gen9 in legacy mode
>working
>like a charm.
>
>Luca

-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Failed to open grubx64.efi

2017-11-16 Thread Luca 'remix_tj' Lorenzetto
Il 16 nov 2017 9:36 PM, "Julio Cesar Bustamante" <
julio.cesar.bustama...@gmail.com> ha scritto:

Hi Luca.

But do you have installed Ovirt without UEFI in production environments?.

UEFI , is it necessary in production environments?.

Hi Julio,

No, at all. We have a setup of 7 nodes hp bl460 gen9 in legacy mode working
like a charm.

Luca
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Failed to open grubx64.efi

2017-11-16 Thread Luca 'remix_tj' Lorenzetto
Hello Julio,

On Thu, Nov 16, 2017 at 6:41 PM, Julio Cesar Bustamante
 wrote:
> Hi there,
>
> I have installed Ovirt Host in a HS22 Blade Ibm, but I have this bug.
>
> Failed to open \efi\centos\grubx64.efi not found
> Falied to load image \EFI\centos\grubx64.efi Not found
>

I had the same problem with a newer Lenovo Blade (x240 M5, IIRC).
The problem is that ovirt-node-ng by default uses autopart with thin
provisioning and that partition scheme doesn't create /boot/efi drive.

Without that drive, grub-efi cannot be installed.

I switched my blades back to legacy only and everything worked as expected.

I'm planning to extend my tests with UEFI in future, but at the moment
i don't see the necessity switch from legacy mode.

Luca




-- 
"E' assurdo impiegare gli uomini di intelligenza eccellente per fare
calcoli che potrebbero essere affidati a chiunque se si usassero delle
macchine"
Gottfried Wilhelm von Leibnitz, Filosofo e Matematico (1646-1716)

"Internet è la più grande biblioteca del mondo.
Ma il problema è che i libri sono tutti sparsi sul pavimento"
John Allen Paulos, Matematico (1945-vivente)

Luca 'remix_tj' Lorenzetto, http://www.remixtj.net , 
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users