pmaports/device/device-surftab-wintron7.0/grub.cfg
Nick Reitemeyer 39971739fa
surftab-wintron7.0: new device (TrekStor Surftab wintron 7.0) (!290)
This device is x86_64 and has a 32-bit UEFI, so I need to install
32-bit grub (AFAIK it's the only bootloader capable of loading a 64-bit
kernel from 32-bit).

The grub-efi-x86 package has been generated with pmbootstrap.
2019-04-04 19:58:24 +02:00

5 lines
104 B
INI

timeout=4
menuentry "postmarketOS" {
linux ($root)/vmlinuz-vanilla
initrd ($root)/initramfs-vanilla
}