# Config file for Syslinux - # /boot/syslinux/syslinux.cfg # # Comboot modules: # * menu.c32 - provides a text menu # * vesamenu.c32 - provides a graphical menu # * chain.c32 - chainload MBRs, partition boot sectors, Windows bootloaders # * hdt.c32 - hardware detection tool # * reboot.c32 - reboots the system # # To Use: Copy the respective files from /usr/lib/syslinux to /boot/syslinux. # If /usr and /boot are on the same file system, symlink the files instead # of copying them. # # Please review the wiki: https://wiki.archlinux.org/index.php/Syslinux # The wiki provides further configuration examples DEFAULT lts # https://www.kernel.org/doc/Documentation/kernel-parameters.txt # man mkinitcpio -> break[=] label lts linux ../vmlinuz-linux-lts append resume=/dev/sda1 root=/dev/sda2 rw rootfstype=ext4 rootflags=rw,noatime,data=ordered log_buf_len=1M fsck.mode=force initrd ../intel-ucode.img,../initramfs-linux-lts.img label memtest linux ../memtest86+/memtest.bin LABEL hdt MENU LABEL HDT (Hardware Detection Tool) COM32 hdt.c32 LABEL reboot MENU LABEL Reboot COM32 reboot.c32 LABEL poweroff MENU LABEL Poweroff COM32 poweroff.c32