ataraxialinux / ataraxia

Simple and lightweight source-based multi-platform Linux distribution with musl libc.
https://ataraxialinux.org
GNU General Public License v3.0
282 stars 19 forks source link

Efistub error #251

Open wrkzk opened 3 years ago

wrkzk commented 3 years ago

After following the directions step by step, including creating the EFI entry to boot the kernel, I get an error when starting up the system. The error says exit_boot() failed and efi_main() failed.

ghost commented 3 years ago

Can you try this:

efibootmgr -c -d /dev/[your drive, not a partition] -p [EFI system partition number] -l /vmlinuz -L ataraxia -u "root=/dev/[root partition where system is installed] rw quiet"

They literally followed the guide.... that's the exact same thing