-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy patharchiso_sys-linux.cfg
22 lines (20 loc) · 1.15 KB
/
archiso_sys-linux.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#
# SPDX-License-Identifier: GPL-3.0-or-later
LABEL arch64 free
TEXT HELP
Boot the Arch Linux installer on BIOS with open-source GPU drivers.
Allows you to install Arch Linux or perform system maintenance with GUI.
ENDTEXT
MENU LABEL Arch Linux installer (x86_64, BIOS), FOSS GPU DRIVERS
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=4G driver=free module_blacklist=nvidia,nvidia_modeset,nvidia_uvm,nvidia_drm nouveau.modeset=1 radeon.modeset=1 i915.modeset=1 copytoram=n nvme_load=yes
LABEL arch64 non-free
TEXT HELP
Boot the Arch Linux installer on BIOS with LATEST NVIDIA, NO LEGACY
Allows you to install Arch Linux or perform system maintenance with GUI.
ENDTEXT
MENU LABEL Arch Linux installer (x86_64, BIOS), LATEST NVIDIA DRIVERS ONLY
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=4G driver=nonfree nvidia nvidia-drm.modeset=1 nouveau.modeset=0 radeon.modeset=1 i915.modeset=1 copytoram=n nvme_load=yes