Displaying 10 results from an estimated 10 matches for "kernel_administration_guide".
2019 Aug 05
2
C7 Kernel module compilation
..._____________________________
> CentOS mailing list
> CentOS at centos.org
> https://lists.centos.org/mailman/listinfo/centos
>
Yes I have secureboot enabled. If usefull to others in list this could
helps:
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/Kernel_Administration_Guide/sect-signing-kernel-modules-for-secure-boot.html
I think also that centos's wiki must be updated because steps are valid
for centos 5 and because key-signing is required for secure boot I think
that a proper section must be inserted.
2019 Aug 06
2
C7 Kernel module compilation
...you have secureboot enabled? Then yes, that requires a proper key.
>>>
>>> Akemi
>>
>> Yes I have secureboot enabled. If usefull to others in list this could
>> helps:
>>
>> https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/Kernel_Administration_Guide/sect-signing-kernel-modules-for-secure-boot.html
>>
>> I think also that centos's wiki must be updated because steps are valid
>> for centos 5 and because key-signing is required for secure boot I think
>> that a proper section must be inserted.
>
> Update not fi...
2019 Aug 05
0
C7 Kernel module compilation
...> wrote:
> > Do you have secureboot enabled? Then yes, that requires a proper key.
> >
> > Akemi
>
> Yes I have secureboot enabled. If usefull to others in list this could
> helps:
>
> https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/Kernel_Administration_Guide/sect-signing-kernel-modules-for-secure-boot.html
>
> I think also that centos's wiki must be updated because steps are valid
> for centos 5 and because key-signing is required for secure boot I think
> that a proper section must be inserted.
Update not finished yet but the above l...
2019 Aug 06
0
C7 Kernel module compilation
...Then yes, that requires a proper key.
>>>>
>>>> Akemi
>>>
>>> Yes I have secureboot enabled. If usefull to others in list this could
>>> helps:
>>>
>>> https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/Kernel_Administration_Guide/sect-signing-kernel-modules-for-secure-boot.html
>>>
>>>
>>> I think also that? centos's wiki must be updated because steps are valid
>>> for centos 5 and because key-signing is required for secure boot I think
>>> that a proper section must be inse...
2020 Mar 16
6
DAHDI not loading
Hi
I took a UEFI image of CentOS 7.7, (dahdi runs on the image).
copied that to a physical disk with dd, booted the image and dahdi does not
start.
doing service dahdi restart says "could not insert dahdi module - the
required key is not found."
How do I get dahdi to be happy ?
it is "NOT" possible to disable UEFI on my hardware.
Kernel is 3.10.0-1062.12.el7
I saw
2020 Mar 16
6
signing modules
Is there an "easy" way to just sign all kernel modules in the /lib/modules
directory ?
I'm getting an error about a module not being signed so not loading.
CentOS 7.7 UEFI booting. (I cannot remove UEFI as hardware does not allow
it).
Thanks,
Jerry
2019 Mar 28
2
How to specify kernel version when restart kdump
...r/lib/systemd/system/kdump.service
Supposing you have just installed 3.10.0-693.21.1.el7.x86_64
The script called actually it is /usr/bin/kdumpctl
See also fadump (firmware assisted dump) concepts in RHEL 7 / CentOS 7:
https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/kernel_administration_guide/kernel_crash_dump_guide
But I think you are x86_64 so kdump sttill applies
In kdumpctl we have something like this:
MKDUMPRD="/sbin/mkdumprd -f"
TARGET_INITRD=""
. /lib/kdump/kdump-lib.sh
. /etc/sysconfig/kdump
eval $(cat /proc/cmdline| grep "BOOT_IMAGE" | cut -d&...
2019 Mar 27
2
How to specify kernel version when restart kdump
What do you mean? Wouldn't the kernel version always be the actual
running version of the kernel that was booted?
Ben
On 3/26/19 6:16 PM, wuzhouhui wrote:
>> -----Original Messages-----
>> From: "Benjamin Hauger" <hauger at noao.edu>
>> Sent Time: 2019-03-27 00:15:21 (Wednesday)
>> To: centos at centos.org
>> Cc:
>> Subject: Re: [CentOS]
2019 Aug 07
2
C7 Kernel module compilation
...roper key.
>>>>>
>>>>> Akemi
>>>>
>>>> Yes I have secureboot enabled. If usefull to others in list this could
>>>> helps:
>>>>
>>>> https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/Kernel_Administration_Guide/sect-signing-kernel-modules-for-secure-boot.html
>>>>
>>>>
>>>> I think also that? centos's wiki must be updated because steps are
>>>> valid
>>>> for centos 5 and because key-signing is required for secure boot I
>>>> t...
2019 Aug 05
2
C7 Kernel module compilation
Il 05/08/19 17:49, Akemi Yagi ha scritto:
> On Mon, Aug 5, 2019 at 8:42 AM Alessandro Baggi
> <alessandro.baggi at gmail.com> wrote:
>>
>> Il 05/08/19 17:30, Akemi Yagi ha scritto:
>>> On Mon, Aug 5, 2019 at 6:46 AM Alessandro Baggi
>>> <alessandro.baggi at gmail.com> wrote:
>>>>
>>>> Hey there,
>>>> I'm trying