drakkar-lig / debootstick

Generate a bootable live image from any Debian/Ubuntu filesystem tree.
62 stars 18 forks source link

UEFI boot not working #43

Closed alexkramer98 closed 1 year ago

alexkramer98 commented 1 year ago

First of all, great work on this tool!

It looks like only BIOS/legacy boot is working. I have tried this on two different Intel NUC's and the UEFI boot does not seem to work.

Reboot loop on one NUC, boots the second time on the other NUC, which falls back to legacy mode when UEFI fails.

This warning might have something to do with it:

I: final image - setting up the bootloader... grub-install: warning: EFI variables cannot be set on this system.
grub-install: warning: You will have to complete the GRUB setup manually.
alexkramer98 commented 1 year ago

I'm sorry, it looks like it was an issue on my end. After reformatting the drive and running debootstick again, the problem is resolved.