ChanServ changed the topic of #aarch64-laptops to: Linux support for AArch64 Laptops (Asus NovaGo TP370QL - HP Envy x2 - Lenovo Mixx 630 - Lenovo Yoga C630)
<flowriser>
I wonder if there's a better way to keep patches organized on a per-device basis
<steev>
ideally you would have as few device specific patches as possible
<macc24>
^ yes, dealing with them is pain
<flowriser>
Regarding why only the grub on opensuse iso boots my kernel: managed to reproduce it to run grub-mkimage to get a grubaa64.efi file and it doesn't work by default (even though it is built in the same way as in the iso) so the only thing that remains is that somehow a grub module is either blocking or aiding the boot
<flowriser>
which would be funny, all I did was spend like a week for a missing module xD
<flowriser>
and also, loading all modules (as I've tried already) does not work probably cause of conflicts between them
<steev>
i'm not even sure why you are having to load modules in grub
<flowriser>
steev, not entirely sure mysel tbh; Its just the only thing that I could think of in order to reproduce how the .efi file is built
<flowriser>
because the opensuse efi file is of a higher size than the rest because it has more modules already built in
<flowriser>
Its just one of those things that nags me, like why is that file the only one that works on my machine?