66 lines
3.7 KiB
INI
66 lines
3.7 KiB
INI
# Default
|
|
LABEL arch64
|
|
TEXT HELP
|
|
Boot Archcraft install medium on BIOS.
|
|
It allows you to install Archcraft or perform system maintenance.
|
|
ENDTEXT
|
|
MENU LABEL Boot Archcraft (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
|
|
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% quiet splash loglevel=3 udev.log_level=3 vt.global_cursor_default=0 cow_spacesize=5G copytoram=n
|
|
|
|
# Open Source
|
|
LABEL arch64free
|
|
TEXT HELP
|
|
Boot Archcraft install medium on BIOS with open source drivers.
|
|
It allows you to install Archcraft or perform system maintenance.
|
|
ENDTEXT
|
|
MENU LABEL Boot Archcraft (x86_64, BIOS, open source)
|
|
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
|
|
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% quiet splash loglevel=3 udev.log_level=3 vt.global_cursor_default=0 cow_spacesize=5G copytoram=n driver=free nouveau.modeset=1 radeon.modeset=1 i915.modeset=1 nvme_load=yes
|
|
|
|
# Open Source, No Nouveau
|
|
LABEL arch64freenonouveau
|
|
TEXT HELP
|
|
Boot Archcraft install medium on BIOS with open source drivers.
|
|
It allows you to install Archcraft or perform system maintenance.
|
|
ENDTEXT
|
|
MENU LABEL Boot Archcraft (x86_64, BIOS, open source, no nouveau)
|
|
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
|
|
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% quiet splash loglevel=3 udev.log_level=3 vt.global_cursor_default=0 cow_spacesize=5G copytoram=n driver=freenonouveau radeon.modeset=1 i915.modeset=1 nvme_load=yes
|
|
|
|
# NVIDIA Proprietary
|
|
LABEL arch64nonfree
|
|
TEXT HELP
|
|
Boot Archcraft install medium on BIOS with proprietary drivers (NVIDIA).
|
|
It allows you to install Archcraft or perform system maintenance.
|
|
ENDTEXT
|
|
MENU LABEL Boot Archcraft (x86_64, BIOS, NVIDIA)
|
|
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
|
|
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% quiet splash loglevel=3 udev.log_level=3 vt.global_cursor_default=0 cow_spacesize=5G copytoram=n driver=nonfree nouveau.modeset=0 radeon.modeset=1 i915.modeset=1 nvme_load=yes
|
|
|
|
# NVIDIA Proprietary, No Nouveau
|
|
LABEL arch64nonfreenonouveau
|
|
TEXT HELP
|
|
Boot Archcraft install medium on BIOS with proprietary drivers (NVIDIA).
|
|
It allows you to install Archcraft or perform system maintenance.
|
|
ENDTEXT
|
|
MENU LABEL Boot Archcraft (x86_64, BIOS, NVIDIA, no nouveau)
|
|
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
|
|
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% quiet splash loglevel=3 udev.log_level=3 vt.global_cursor_default=0 cow_spacesize=5G copytoram=n driver=nonfreenonouveau nouveau.modeset=0 radeon.modeset=1 i915.modeset=1 nvme_load=yes
|
|
|
|
# Nomodeset
|
|
LABEL arch64nomodeset
|
|
TEXT HELP
|
|
Boot Archcraft install medium on BIOS with nomodeset.
|
|
It allows you to install Archcraft or perform system maintenance.
|
|
ENDTEXT
|
|
MENU LABEL Boot Archcraft (x86_64, BIOS, nomodeset)
|
|
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
|
|
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% quiet splash loglevel=3 udev.log_level=3 vt.global_cursor_default=0 cow_spacesize=5G copytoram=n driver=free nomodeset nouveau.modeset=0 radeon.modeset=0 i915.modeset=0 nvme_load=yes
|