Initial commit — Antergos NeXT

This commit is contained in:
2026-06-07 19:34:32 +02:00
commit 24ccf7d09d
152 changed files with 8914 additions and 0 deletions
+34
View File
@@ -0,0 +1,34 @@
LABEL ant64
TEXT HELP
with open source drivers, including older Nvidia
Boot the ISO in Bios/legacy/CSM Mode..
Most modern systems should use UEFI mode instead.
ENDTEXT
MENU LABEL Antergos NeXT All GPUs (BIOS)
LINUX /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux
INITRD /%INSTALL_DIR%/boot/x86_64/initramfs-linux.img
APPEND archisobasedir=%INSTALL_DIR% archisosearchuuid=%ARCHISO_UUID% cow_spacesize=10G copytoram=n module_blacklist=pcspkr nouveau.modeset=1 i915.modeset=1 radeon.modeset=1 nvme_load=yes
# Nvidia propritary (Non-Free)
LABEL ant64nv
TEXT HELP
Only RTX GPUs, Turing, or later
Boot the ISO in Bios/legacy/CSM Mode..
Most modern systems should use UEFI mode instead.
ENDTEXT
MENU LABEL Antergos NeXT with NVIDIA drivers (Bios)
LINUX /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux
INITRD /%INSTALL_DIR%/boot/x86_64/initramfs-linux.img
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% cow_spacesize=10G copytoram=n module_blacklist=pcspkr,nouveau,nouveau_drm nouveau.modeset=0 i915.modeset=1 radeon.modeset=1 nvme_load=yes nvidia=1
# Fallback (nomodeset)
LABEL ant64fb
TEXT HELP
Boot the ISO in Bios/legacy/CSM Mode..
Most modern systems should use UEFI mode instead.
Disables graphics driver modesetting for safer boot.
ENDTEXT
MENU LABEL Antergos NeXT Fallback nomodeset (BIOS)
LINUX /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux
INITRD /%INSTALL_DIR%/boot/x86_64/initramfs-linux.img
APPEND archisobasedir=%INSTALL_DIR% archisosearchuuid=%ARCHISO_UUID% cow_spacesize=10G copytoram=n module_blacklist=pcspkr nomodeset nvme_load=yes