Files
snigdhaos-archiso/archiso/syslinux/archiso_sys-linux.cfg
2025-01-02 13:33:57 +05:30

29 lines
1.9 KiB
INI

LABEL arch64 free
TEXT HELP
Boot the SNIGDHA OS install medium on BIOS.
It allows you to install SNIGDHA OS or perform system maintenance.
ENDTEXT
MENU LABEL Boot SNIGDHA OS (x86_64, BIOS, open source)
LINUX /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux-lts
INITRD /%INSTALL_DIR%/boot/intel-ucode.img,/%INSTALL_DIR%/boot/amd-ucode.img,/%INSTALL_DIR%/boot/x86_64/initramfs-linux-lts.img
APPEND archisobasedir=%INSTALL_DIR% cow_spacesize=4G copytoram=n archisodevice=UUID=%ARCHISO_UUID% driver=free module_blacklist=nvidia,nvidea_modeset,nvidia_uvm,nvidia_drm,pcspkr nouveau.modeset=1 radeon.modeset=1 i915.modeset=1 nvme_load=yes
LABEL arch64 nonfree
TEXT HELP
Boot the SNIGDHA OS install medium on BIOS with proprietary drivers (NVIDIA).
It allows you to install SNIGDHA OS or perform system maintenance.
ENDTEXT
MENU LABEL Boot SNIGDHA OS (x86_64, BIOS, NVIDIA)
LINUX /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux-lts
INITRD /%INSTALL_DIR%/boot/intel-ucode.img,/%INSTALL_DIR%/boot/amd-ucode.img,/%INSTALL_DIR%/boot/x86_64/initramfs-linux-lts.img
APPEND archisobasedir=%INSTALL_DIR% cow_spacesize=4G copytoram=n archisodevice=UUID=%ARCHISO_UUID% driver=nonfree nvidia nvidia-drm.modeset=1 nouveau.modeset=0 radeon.modeset=1 i915.modeset=1 module_blacklist=pcspkr nvme_load=yes
LABEL arch64 nomodeset
TEXT HELP
Boot the SNIGDHA OS install medium on BIOS with nomodeset.
It allows you to install SNIGDHA OS or perform system maintenance.
ENDTEXT
MENU LABEL Boot SNIGDHA OS (x86_64, BIOS, nomodeset)
LINUX /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux-lts
INITRD /%INSTALL_DIR%/boot/intel-ucode.img,/%INSTALL_DIR%/boot/amd-ucode.img,/%INSTALL_DIR%/boot/x86_64/initramfs-linux-lts.img
APPEND archisobasedir=%INSTALL_DIR% cow_spacesize=4G copytoram=n archisodevice=UUID=%ARCHISO_UUID% driver=free nomodeset module_blacklist=nvidia,nvidea_modeset,nvidia_uvm,nvidia_drm,pcspkr nouveau.modeset=0 radeon.modeset=0 i915.modeset=0 nvme_load=yes