From 4179e02006416bd63aeaf2042df4430e080f4106 Mon Sep 17 00:00:00 2001 From: Ralph Ronnquist Date: Mon, 28 Apr 2025 15:47:55 +1000 Subject: [PATCH] Corrected to use full path. --- syslinux-legacy.cfg | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/syslinux-legacy.cfg b/syslinux-legacy.cfg index 7b591f1..483ab02 100644 --- a/syslinux-legacy.cfg +++ b/syslinux-legacy.cfg @@ -2,20 +2,19 @@ menu title Tiniest ISO (legacy) path /boot/syslinux/bios # Note that the path is on the EFI/FAT partition -#default vesamenu.c32 -default luatest +default vesamenu.c32 menu margin 0 menu rows 7 menu background splash.png label legacy - kernel vmlinuz + kernel /vmlinuz sysappend 0x78074 append initrd=initrd.gz init=/init root=/dev/sda1 label linux - kernel vmlinuz + kernel /vmlinuz sysappend 0x78074 append initrd=initrd.gz init=/init root=/dev/sda1 -- 2.47.2