Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
loading kernel with secure boot
2019-03-14, 15:11
Post: #5
RE: loading kernel with secure boot
Thanks for the hint.
The Problem is the kernel is not recognized as efi file due to security police (http://ipxe.org/err/7f04819a), so this explains why this is only happening with secure boot.
I copied the kernel on my EFI partition and used the efi shell to start it. It worked without a problem.

The script I'm running is:
Code:
#!ipxe
dhcp
initrd nfs://"server_ip":/data/tftp/zdv-live-secure/tftpboot/live/initrd.img
chain nfs://"server_ip":/data/tftp/zdv-live-secure/tftpboot/live/vmlinuz initrd=initrd.img boot=live components nosplash netboot=nfs nfsroot="server_ip":/data/tftp/zdv-live/zdv-live locales=de_DE.UTF-8,en_US.UTF8 keyboard-layouts=de,us noautologin timezone=Europe/Berlin
boot

The hole process uses shim and a MOK keys to verify the files.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: loading kernel with secure boot - Victor - 2019-03-14 15:11



User(s) browsing this thread: 1 Guest(s)