80948e3be9
Add a generic device that should work on x86_64 ChromeOS devices. This is mostly a copy of tablet-x64uefi, with ChromeOS-specific stuff from google-kevin. Keeps the UEFI parts so that it can still be booted with alternative firmware (i.e. MrChromebox's RW_LEGACY builds). Lightly tested on a Lenovo IdeaPad 3 Chromebook 11IGL05 (codename "Lick"). Signed-off-by: Alper Nebi Yasak <alpernebiyasak@gmail.com>
6 lines
131 B
INI
6 lines
131 B
INI
timeout=0
|
|
|
|
menuentry "postmarketOS" {
|
|
linux ($root)/vmlinuz-edge console=tty0 PMOS_NO_OUTPUT_REDIRECT
|
|
initrd ($root)/initramfs
|
|
}
|