-
Notifications
You must be signed in to change notification settings - Fork 119
Start using systemd-boot as bootloader #147
Comments
Currently this is triggering this bug: https://bugzilla.yoctoproject.org/show_bug.cgi?id=11503 |
@lucasdemarchi I did below changes in master-next, |
( @avinash-palleti tip to get correct formatting on github: use "```" for code and bash snippets, so it uses monospace font ) So... Yes, I got this change you did a quick test. Note there's a warning about using LABELS. You should rather use LABELS_LIVE. This is the patch I applied to test: I also added a quick patch on The reason it works with Rufus is that it is actually redoing the image. It opens the .iso, format the usb drive, create a partition, the bootloader and copies the content over there. We need to make this work on the image we generate. |
@lucasdemarchi After adding loader into EFI partition i am able to see boot entries on Aero and Joule. On Joule it is booting fine but on Aero it is giving blank screen after selecting either of the boot entries (boot or install). No console logs are coming, How to get serial logs on Aero ? |
It should show on the monitor. What you can also do:
Then edit the kernel command line on the bootloader and replace ttyS0 with ttyS1. This should allow you to use the serial pins on the power connector to see the logs. |
It may be kernel options that we don't enable. Please check the systemd-boot requirements wrt kernel config options and check if we are enabling them. |
It might be BIOS issue as same build is booting fine on Joule board. |
The text was updated successfully, but these errors were encountered: