2025-10-04 23:12:01 -07:00
|
|
|
version = 1
|
|
|
|
|
|
2025-10-27 17:56:38 -04:00
|
|
|
[options]
|
|
|
|
|
default-entry = "kernel"
|
2025-10-26 23:59:50 -04:00
|
|
|
menu-timeout = 0
|
2025-10-24 21:19:38 -07:00
|
|
|
|
2025-10-13 01:02:51 -07:00
|
|
|
[extractors.boot.filesystem-device-match]
|
2025-11-01 01:58:55 -04:00
|
|
|
has-item = "\\vmlinuz"
|
2025-10-13 00:55:11 -07:00
|
|
|
|
2025-10-04 23:12:01 -07:00
|
|
|
[actions.chainload-kernel]
|
2025-11-01 01:58:55 -04:00
|
|
|
chainload.path = "$boot\\vmlinuz"
|
2025-11-14 13:59:34 -05:00
|
|
|
chainload.options = ["console=hvc0", "overlaytmpfs=yes"]
|
2025-10-13 00:55:11 -07:00
|
|
|
chainload.linux-initrd = "$boot\\initramfs"
|
2025-10-05 00:09:53 -07:00
|
|
|
|
2025-10-12 20:32:51 -07:00
|
|
|
[entries.kernel]
|
|
|
|
|
title = "Boot Linux"
|
|
|
|
|
actions = ["chainload-kernel"]
|