Thinstation / thinstation

A framework for making thin and light Linux based images for x86 based machines and thinclients.
https://www.thinstation.net/
778 stars 188 forks source link

5.6 loading via UEFI #776

Closed AlexanderZhirov closed 6 months ago

AlexanderZhirov commented 1 year ago

For the test, I'm trying to raise the ISO 5.6 tiny configuration. Legacy loads without problems, in UEFI I observe this situation:

изображение

изображение

refind.conf:

menuentry Thinstation {
    icon \EFI\refind\icons\os_linux.png
    loader /boot/vmlinuz
    initrd /boot/initrd
    options " splash=off console=tty1 vt.global_cursor_default=0 quiet loglevel=3 LM=2"
}