Tymoteusz Burak

Results 14 comments of Tymoteusz Burak

Fixed by adding ```bitbake # By default pkg-config variables point to aarch64 libraries which are picked up # during x86_64 builds, this causes aarch64 include directories and linker # search...

[In the mentioned thread](https://matrix.to/#/!QRtGMVOaSYrKiAjFKA:matrix.org/$gsFKpoeI51GhC-YRBlG3akdInzwkFrICwWBpPgADP0A?via=matrix.org&via=nitro.chat&via=puck.moe) it was later noted that the issue occurred exclusively while using [Rufus](https://matrix.to/#/!QRtGMVOaSYrKiAjFKA:matrix.org/$4NSQ_AeAuRAoRTMeaerLJVKzbkbNR-8Pg00aQ6WcR64?via=matrix.org&via=nitro.chat&via=hackliberty.org) for flashing, and [ceased when switching to Balena Etcher](https://matrix.to/#/!QRtGMVOaSYrKiAjFKA:matrix.org/$1_O0YVP8ndTVQVFQtYyi4DJmiZ4VQszaNso30wU8pNo?via=matrix.org&via=nitro.chat&via=hackliberty.org). Attempts to reproduce the problem...

@TomaszAIR Yes, the keyboard worked correctly in GRUB. I could switch between the boot menu entries and edit the boot parameters with the `e` key. I didn't test it on...

Tested it also on an MSI platform with the same results. I couldn't replicate the issue and the keyboard worked fine in every scenario when flashing an image with Rufus...

On the image `.iso` image taken from the [Dasharo releases tag v1.2.18](https://github.com/Dasharo/meta-dts/releases/tag/v1.2.18) the content of `EFI/BOOT/grub.cfg` is: ``` # Automatically created by OE serial --unit=0 --speed=115200 --word=8 --parity=no --stop=1 default=boot...

> SO it means there are multiple grub.cfg sources producing different files. @artur-rs I think we should check if that's the case. It might not be a root cause of...

I guess that's valid to close this issue for now. I already verified the issue of different grub configs and yes that is the case as `grub.cfg` is different among...

Created a [Pull Request](https://github.com/Dasharo/meta-dts/pull/113) that addresses this issue

As there are several limitations posed by the Linux VT it might be worth considering implementing projects like [fbterm](https://wiki.archlinux.org/title/Fbterm) or [KMSCON](https://wiki.archlinux.org/title/KMSCON) into DTS image. Neither of them is present in...

Also for some eye-candy a plymouth splash screen could be added with the dasharo logo or even some modified dasharo logo that would specify that it is Dasharo Tool Suite...