GRUB stuck unable to start flatcar #2026
Replies: 2 comments 3 replies
-
|
Apologies for not providing a UEFI ISO. It's a known issue, but we've struggled to get around to it. It's hard to say what's causing your issue, but we are about to bump GRUB. There's currently an image you can try with |
Beta Was this translation helpful? Give feedback.
-
|
Hey! Thanks, no worries, with the script it should work anyway, so that wasn't too much of an issue. I tried with the image you linked, unfortunately the result seems to be the same. I don't really know what a normal grub entry for Flatcar looks like but it doesn't have a lot in it, is that normal? Otherwise I don't know what else could be going wrong. I'm sorry, I'm not super experienced debugging early boot issues like that, does anyone know if there is a verbose mode in grub maybe that could give me some more feedback about what is happening? |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I am trying to run Flatcar bare metal on a Framework 13 7840U laptop motherboard. Because this motherboard only supports UEFI boot and not legacy boot options, I was not able to use the Flatcar provided install image. Instead I used an Arch Linux install image instead that I put on a USB stick, to which I added wget, flatcar-install and my ignition file (that I tested and works in QEMU). I installed it on my NVME drive with
flatcar-install -C stable -d /dev/nvme0n1 -i ignition.json, which finished and informed me the installation was successful.However, when I try to boot into the newly installed drive, GRUB successfully starts and displays the three boot options (default, A and B). But when I start the default boot option, I simply get a dead (non-flashing) cursor, and the system hangs indefinitely. No logs, it looks like it was not even able to start Linux.
I don't really know where to go to debug from there. Did I miss something?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions