Datei Verzeichnis nicht gefunden
Em inglês, isso significa: "Arquivo ou diretório não encontrado"
Olhando para loader.conf - Arquivo de configuração para sd-boot ele diz:
sd-boot(7) will read
/loader/loader.conf
and any files with the ".conf
" extension under/loader/loader.conf.d/
on the EFI system partition (ESP).
Apesar de não ter tempo para testar kexec
esta noite, você deve conseguir corrigir o erro com o comando:
sudo mkdir -p /boot/efi/loader/loader.conf.d/
Nenhuma entrada é adequada como padrão, recusando-se a adivinhar
A mensagem de erro inicial dizia que não havia arquivo ou diretório. Eu estava esperando criar um diretório faria isso feliz. Aqui está um arquivo padrão loader.conf
:
# Example kexec-loader configuration file
# Read the documentation for more information.
#
# Number of seconds to wait before booting the default menu entry.
#
# timeout 5
# Explicitly enable/disable GRUB autodetection. Autodetection will be enabled
# by default, but only if no boot targets are specified in this file.
#
# grub-autodetect on
# grub-autodetect off
# Force GRUB path. Setting this will disable autodetection.
#
# grub-path (hda1)/boot/grub
# Map GRUB disks/partitions
# This overrides any mappings in device.map
#
# grub-map hd0 sda
# grub-map hd1,a hda8
# Example boot target
#
# title Generic Linux System
# root hda1
# kernel /boot/vmlinuz
# cmdline root=/dev/hda1 ro
# initrd /boot/initrd.gz