Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #1071 Rename the function to ogNvramPxeFirstentry and include help messages. | Irina Gómez | 2022-03-29 | 1 | -2/+2 |
| | |||||
* | #1071 ogNvramPxeEntryFirst New function that sets network as the default ↵ | Irina Gómez | 2022-03-09 | 1 | -0/+31 |
| | | | | boot of NVRAM. | ||||
* | #983: Releasing OpenGnsys 1.1.1c | Ramón M. Gómez | 2020-06-09 | 1 | -0/+0 |
| | |||||
* | #802 #889 Fix problem when windows is updated. ogCopyEfiBootLoader and ↵ | Irina Gómez | 2019-10-17 | 1 | -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ómez | 2019-06-05 | 1 | -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ómez | 2019-05-22 | 1 | -2/+2 |
| | | | | ogNvramSetOrder use uppercase in hexadecimal number because efibootmgr need it. | ||||
* | #802 #889 createImage script don't use 'ogSaveImageInfo' for Windows. ↵ | Irina Gómez | 2019-05-22 | 1 | -69/+0 |
| | | | | 'ogSaveImageInfo' function is removed. | ||||
* | #802 #888 If UEFI active, always installs rEFInd and sets it as bootloader ↵ | Irina Gómez | 2019-04-25 | 1 | -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ómez | 2019-04-15 | 1 | -59/+341 |
| | | | | in alphabetical order. | ||||
* | Fix some script calls to ogIsEfiActive function. | Irina Gómez | 2019-03-20 | 1 | -2/+2 |
| | |||||
* | #802 #888 ogGrubInstall and ogRestoreEfiBootLoader: A generic name is used ↵ | Irina Gómez | 2019-02-25 | 1 | -0/+2 |
| | | | | for the boot loader. This allows you to use PXE templates for a partition. | ||||
* | #802 #889 #890 ogGrubInstallPartitions, ogGrubInstallMbr y ↵ | Irina Gómez | 2019-02-04 | 1 | -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ómez | 2019-01-29 | 1 | -1/+0 |
| | | | | ogWindowsBootParameters: include the bootpartition to configure BCD | ||||
* | #802 #890 Postconfiguración de linux (ubuntu) compatible con UEFI. ↵ | Irina Gómez | 2019-01-23 | 1 | -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ómez | 2019-01-21 | 1 | -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ómez | 2019-01-18 | 1 | -5/+250 |
| | | | | images. | ||||
* | #802 UEFI compatibility: allows postconfigure and log in to Ubuntu. | Irina Gómez | 2019-01-18 | 1 | -0/+91 |