From 8f1e44de648e2c3a0a7bb6aa827dacf5ee563478 Mon Sep 17 00:00:00 2001 From: xengineering Date: Mon, 21 Apr 2025 11:24:41 +0200 Subject: Fix syslinux installation The `syslinux.cfg` file needs to be copied explicitly. This likely changed upstream. Otherwise the `sed` call fails and the system is not bootable. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index afe2471..73550f4 100644 --- a/README.md +++ b/README.md @@ -103,6 +103,7 @@ mkdir -p /boot/syslinux cp /usr/lib/syslinux/bios/*.c32 /boot/syslinux/ extlinux --install /boot/syslinux dd bs=440 count=1 conv=notrunc if=/usr/lib/syslinux/bios/mbr.bin of=/dev/vda +cp /usr/share/syslinux/syslinux.cfg /boot/syslinux/ sed -i 's|root=/dev/sda3 rw|root=/dev/vda2 rw console=ttyS0|g' /boot/syslinux/syslinux.cfg exit -- cgit v1.2.3-70-g09d2