Skip to content

Commit

Permalink
make syslinux boot from zen kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
demonkillerr committed Apr 15, 2023
1 parent e3e2f87 commit d005a19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions syslinux/archiso_sys-linux.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ Boot the TCET Linux install medium on BIOS.
It allows you to install TCET Linux or perform system maintenance.
ENDTEXT
MENU LABEL TCET Linux install medium (x86_64, BIOS)
LINUX /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux
INITRD /%INSTALL_DIR%/boot/intel-ucode.img,/%INSTALL_DIR%/boot/amd-ucode.img,/%INSTALL_DIR%/boot/x86_64/initramfs-linux.img
LINUX /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux-zen
INITRD /%INSTALL_DIR%/boot/intel-ucode.img,/%INSTALL_DIR%/boot/amd-ucode.img,/%INSTALL_DIR%/boot/x86_64/initramfs-linux-zen.img
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% copytoram=n cow_spacesize=5G nouveau.modeset=1 radeon.modeset=1 i915.modeset=1 nvme_load=yes

0 comments on commit d005a19

Please sign in to comment.