2022-03-30 12:05:22 +00:00
|
|
|
# Default
|
2022-03-30 11:07:43 +00:00
|
|
|
LABEL arch64
|
2022-03-30 12:05:22 +00:00
|
|
|
MENU LABEL Boot Archcraft (64bit, BIOS)
|
2022-03-30 11:07:43 +00:00
|
|
|
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
|
2022-03-30 12:05:22 +00:00
|
|
|
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% quiet splash vt.global_cursor_default=0 loglevel=2 rd.systemd.show_status=false rd.udev.log-priority=3 sysrq_always_enabled=1 cow_spacesize=5G
|
2022-03-30 11:07:43 +00:00
|
|
|
|
2022-03-30 12:05:22 +00:00
|
|
|
# Copy to RAM boot option
|
|
|
|
LABEL arch64-ctr
|
|
|
|
MENU LABEL Boot Archcraft (Copy to RAM)
|
2022-03-30 11:07:43 +00:00
|
|
|
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
|
2022-03-30 12:05:22 +00:00
|
|
|
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% copytoram quiet splash vt.global_cursor_default=0 loglevel=2 rd.systemd.show_status=false rd.udev.log-priority=3 sysrq_always_enabled=1 cow_spacesize=1G
|
2022-03-30 11:07:43 +00:00
|
|
|
|
2022-03-30 12:05:22 +00:00
|
|
|
# Nvidia propritary (Non-Free)
|
|
|
|
LABEL arch64-nvidia
|
|
|
|
MENU LABEL Boot Archcraft (64bit, NVIDIA)
|
2022-03-30 11:07:43 +00:00
|
|
|
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
|
2022-03-30 12:05:22 +00:00
|
|
|
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% quiet splash vt.global_cursor_default=0 loglevel=2 rd.systemd.show_status=false rd.udev.log-priority=3 sysrq_always_enabled=1 cow_spacesize=5G nouveau.modeset=0 modprobe.blacklist=nouveau nvidia i915.modeset=1 radeon.modeset=1
|