On Sun, 16 Jun 2013, Steven Shiau wrote:

> On 06/16/2013 08:15 PM, Ersek, Laszlo wrote:
>>
>> The disk contents was probably restored just fine, but, in order to
>> automatically boot from fixed (ie. non-removable) media, you must add a
>> Boot#### non-volatile UEFI variable (= a boot option) and reference it
>> in the BootOrder variable. See "3.1.1 Boot Manager Programming" in the
>> UEFI 2.3.1+errC specification.
>>
>> These variables are stored in system flash, and all UEFI OS installers
>> (eg. Anaconda for RHEL, Fedora, CentOS) must set them. I assume
>> clonezilla doesn't save them in the backup image.

> Thanks. Yes, you are right, we have to add this.
> Could you please provide more info about how UEFI OS installers does
> this? Such as the tools to set that...

On a lower level, you would call the SetVariable() UEFI runtime service.

For the command line, I think efibootmgr / rEFIt / rEFInd are the usual 
choices.

http://freecode.com/projects/efibootmgr
http://freecode.com/projects/refit
http://www.rodsbooks.com/refind/

Laszlo

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Clonezilla-live mailing list
Clonezilla-live@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/clonezilla-live

Reply via email to