Home |
mageia secure boot enabledI have been doing some research about this issue. I found that just a few distro's have been abled to enable secure boot mode. The reason for this is you have to sign the boot loader, kernel, and hardware drivers. Then you would have to import the keys into the bios. I am working on the exact process is for this to be done correctly. ExampleThis is from what I understand so far.
The correct order of signingFrom what I under stand every time you sign the boot loader, kernel, and hardware drivers this generates a key hash to be validated. This is why from what I understand this would be the correct order. Note make sure to enable secure boot mode in the kernel options.
secure boot issuesI have found out if you upgrade the kernel you have to resign the kernel drivers and the kernel and then reimport those keys into the bios. If you update the boot loader you will have to resign the boot image again and import the keys into the bios again. Signing certificate used for secure boot issues. If the certificate private key is ever compromised then everything signed with that private key has to be blocked. This means if the OS updates the bios with new authorized keys and blocked keys users may find themselves not able to boot and have to turn off secure boot to be able to start the OS again.
|