summaryrefslogtreecommitdiffstats
path: root/client/engine/UEFI.lib
Commit message (Collapse)AuthorAgeFilesLines
* #983: Releasing OpenGnsys 1.1.1cRamón M. Gómez2020-06-091-0/+0
|
* #802 #889 Fix problem when windows is updated. ogCopyEfiBootLoader and ↵Irina Gómez2019-10-171-6/+9
| | | | ogRestoreEfiBootLoader: \ * It saves directory Microsoft/Boot of ESP in directory ogBoot into system partition. \ * When it is creating a image, if in ESP exists the directories Microsoft y Part-X-Y it copy Part-X-Y. \ * When it restore a image, it rename directory Microsoft of ESP to Microsoft.
* #802 #888 #890 ogNvramAddEntry function allows disk and partition as params ↵Irina Gómez2019-06-051-5/+13
| | | | and creates a entry with 'Part-D-P' name that uses generic loader of OpenGnsys. ogGrubInstall uses shimx64.efi.signed of ogLive Ubuntu 18. Previously this function used shim of tftp of server.
* #802 #888 ogRefindInstall used wrong parameter when calling ogNvramGetOrder. ↵Irina Gómez2019-05-221-2/+2
| | | | ogNvramSetOrder use uppercase in hexadecimal number because efibootmgr need it.
* #802 #889 createImage script don't use 'ogSaveImageInfo' for Windows. ↵Irina Gómez2019-05-221-69/+0
| | | | 'ogSaveImageInfo' function is removed.
* #802 #888 If UEFI active, always installs rEFInd and sets it as bootloader ↵Irina Gómez2019-04-251-29/+138
| | | | (NVRAM) second entry. New Nvram management functions: Add new entry, get and set de next boot entry.
* #802 #888 Functions for the NVRAM management. Functions in UEFI.lib ordered ↵Irina Gómez2019-04-151-59/+341
| | | | in alphabetical order.
* Fix some script calls to ogIsEfiActive function.Irina Gómez2019-03-201-2/+2
|
* #802 #888 ogGrubInstall and ogRestoreEfiBootLoader: A generic name is used ↵Irina Gómez2019-02-251-0/+2
| | | | for the boot loader. This allows you to use PXE templates for a partition.
* #802 #889 #890 ogGrubInstallPartitions, ogGrubInstallMbr y ↵Irina Gómez2019-02-041-1/+5
| | | | ogRestoreEfiBootLoader: Format EFI partition if it is not. ogGetEsp: Detecting the EFI partition does not require VFAT filesystem.
* #802 #889 configureOs can relocale Windows in different partition. ↵Irina Gómez2019-01-291-1/+0
| | | | ogWindowsBootParameters: include the bootpartition to configure BCD
* #802 #890 Postconfiguración de linux (ubuntu) compatible con UEFI. ↵Irina Gómez2019-01-231-12/+10
| | | | ogGrubInstallMbr y ogGrubInstallPartition: incluye opciones UEFI. ogUuidChange: genera UUID con un comando existente en el ogLive.
* #802 #889 ogHidePartition and ogUnhidePartition: Add Windows and Windows ↵Irina Gómez2019-01-211-30/+6
| | | | Reserved Partitions. ogSaveImageInfo and ogRestoreUuidPartitions: Only save/restore GUID Partition Table.
* #802 UEFI Windows compatibility: necessary functions for create and restore ↵Irina Gómez2019-01-181-5/+250
| | | | images.
* #802 UEFI compatibility: allows postconfigure and log in to Ubuntu.Irina Gómez2019-01-181-0/+91