search for: systab

Displaying 9 results from an estimated 9 matches for "systab".

Did you mean: symtab
2015 Mar 14
0
[PATCH 0/1] EFI access from Com32 modules
...ot; and "table" received by syslinux.efi's efi_main() are stored in the "firmware" structure, next they are retrieved from the Com32 module which is linked against the gnu-efi static library. The Com32 module can use the EFI environment after calling InitializeLib(image, systab); With this patch coding i.e. pxechn.c32 able to run on EFI environments should be a trivial job. It was tested on VMware BIOS/EFI clients and HP Elitebook EFI/BIOS notebooks, Feedback appreciated. Best, Patrick Signed-off-by: Patrick Masotta <masottaus at yahoo.com> --- diff -uprN a...
2020 Aug 05
2
Centos 7 shim fix failed
...r-x 2 root root 0 Aug 4 14:30 efivars -r--r--r-- 1 root root 4096 Aug 4 17:12 fw_platform_size -r--r--r-- 1 root root 4096 Aug 4 17:12 fw_vendor -r--r--r-- 1 root root 4096 Aug 4 17:12 runtime drwxr-xr-x 10 root root 0 Aug 4 17:12 runtime-map -r-------- 1 root root 4096 Aug 4 14:31 systab drwxr-xr-x 23 root root 0 Aug 4 17:12 vars [root at xxx ~]# mokutil --sb-state This system doesn't support Secure Boot [root at xxx ~]#
2020 Jun 11
2
[PATCH] efi/main: add retry to exit_boot()
...ndle, + key); + } + + if (status != EFI_SUCCESS) { + printf("Failed to exit boot services: 0x%016lx\n", status); return -1; + } bp->efi.memmap = (uint32_t)(unsigned long)map; - bp->efi.memmap_size = nr_entries * desc_sz; + bp->efi.memmap_size = map_sz; bp->efi.systab = (uint32_t)(unsigned long)ST; bp->efi.desc_size = desc_sz; bp->efi.desc_version = desc_ver; @@ -1033,6 +1098,7 @@ static int exit_boot(struct boot_params *bp) * e820 map because it will most likely have changed in the * interim. */ + nr_entries = map_sz / desc_sz; e = e820buf...
2004 Aug 12
1
dpt_i2o almost there
Hi all! I''m using make world as recommeded and it compiles fine, then changed the dpti2o config option to ''y'' and recompiled with ARCH=xen make. The xen0 freeze on reading dpti2o tables and I can''t get any output with sysrq (enabled too). Compiling original 2.6.7 works fine. Any idea? Thanks! -- Flávio Bruno Leitner <fbl@conectiva.com.br> [ E74B
2020 Aug 05
0
Centos 7 shim fix failed
...? 4 14:30 efivars > -r--r--r--? 1 root root 4096 Aug? 4 17:12 fw_platform_size > -r--r--r--? 1 root root 4096 Aug? 4 17:12 fw_vendor > -r--r--r--? 1 root root 4096 Aug? 4 17:12 runtime > drwxr-xr-x 10 root root??? 0 Aug? 4 17:12 runtime-map > -r--------? 1 root root 4096 Aug? 4 14:31 systab > drwxr-xr-x 23 root root??? 0 Aug? 4 17:12 vars > [root at xxx ~]# mokutil --sb-state > This system doesn't support Secure Boot > [root at xxx ~]# > The boot hole security issue is related to secure boot. In your case I would assume a different problem (after seeing the abov...
2020 Jun 18
0
[PATCH] efi/main: add retry to exit_boot()
...ge_handle, + key); + } + + if (status != EFI_SUCCESS) { + printf("Failed to exit boot services: 0x%016lx\n", status); return -1; + } bp->efi.memmap = (uint32_t)(unsigned long)map; - bp->efi.memmap_size = nr_entries * desc_sz; + bp->efi.memmap_size = map_sz; bp->efi.systab = (uint32_t)(unsigned long)ST; bp->efi.desc_size = desc_sz; bp->efi.desc_version = desc_ver; @@ -1033,6 +1098,7 @@ static int exit_boot(struct boot_params *bp) * e820 map because it will most likely have changed in the * interim. */ + nr_entries = map_sz / desc_sz; e = e820buf = bp-&g...
2015 Feb 20
6
[PATCH 0/1] EFI image booting capabilities
This patch adds to the core EFI image booting capabilities. It was tested on VMware EFI clients and HP Elitebook EFI notebooks, only on PXE environments but it should work on non-PXE scenarios as well. Feedback appreciated. Best, Patrick Signed-off-by: Patrick Masotta <masottaus at yahoo.com> --- diff -uprN a/com32/elflink/ldlinux/execute.c b/com32/elflink/ldlinux/execute.c ---
2020 Aug 04
2
Centos 7 shim fix failed
At 04:18 PM 8/4/2020, you wrote: >Am 05.08.20 um 01:09 schrieb david: >>At 01:54 PM 8/4/2020, you wrote: >>>On Tue, 04 Aug 2020 13:44:05 -0700 >>>david wrote: >>> >>> > After all the updates, the system was NOT bootable. >>> >>>How long did you wait for it to boot, and what >>>did it do when it failed to boot?? What text
2023 Mar 14
1
Kernel updates do not boot - always boots oldest kernel
...root 4096 Mar 14 17:57 fw_platform_size -r--r--r--.? 1 root root 4096 Feb 19 16:47 fw_vendor drwxr-xr-x.? 2 root root??? 0 Mar 14 17:57 mok-variables -r--r--r--.? 1 root root 4096 Feb 19 16:47 runtime drwxr-xr-x.? 9 root root??? 0 Feb 19 16:47 runtime-map -r--------.? 1 root root 4096 Feb 19 16:47 systab drwxr-xr-x. 65 root root??? 0 Mar 14 17:57 vars and sudo efibootmgr gives: BootCurrent: 000F BootOrder: 000F,000D,000B,000E,0008,0000,0002,0003,0004,0005,0006,0007 Boot0000* CD/DVD Rom Boot0002* PXE Network Boot0003? Enter Setup Boot0004? Boot Devices Boot0005? Boot Manager Boot0006? Setup Boot...