Skip to content

Commit 5cc5085

Browse files
committed
updated bootloader install for march 2025, this is needed now I guess
1 parent 59548b8 commit 5cc5085

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

autorun/init.arch.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,10 @@ parse_environment(){
118118
install_syslinux() {
119119
submsg "Configuring Syslinux Bootloader"
120120
local -i exit_n=0
121+
# As per wiki - March 2025
122+
mkdir -p /boot/syslinux
123+
cp /usr/lib/syslinux/bios/*.c32 /boot/syslinux/
124+
extlinux --install /boot/syslinux
121125
syslinux-install_update -i -a -m || exit_n+=1
122126
sed -i s/sda3/${root_part}/g /boot/syslinux/syslinux.cfg || exit_n+=1
123127
sed -i s/initramfs-linux/initramfs-${KERNEL}/g /boot/syslinux/syslinux.cfg || exit_n+=1

0 commit comments

Comments
 (0)