quiet: yes timeout: 0 /Artix Linux protocol: linux kernel_path: boot():/vmlinuz-linux-zen module_path: boot():/ucode.img (if you have ucode installed, else skip) module_path: boot():/initramfs-linux-zen.img cmdline: root=UUID=$ROOT_uuid rw # notes - Double check all entries, as any typo could cause a kernel panic. - You can get your $ROOT_uuid from /etc/fstab. That is, if you did fstabgen correctly. If you don't; exit chroot and redo fstabgen, making sure you miss absolutely nothing. - If using any other linux kernel, change mentions of linux-zen to whatever you have installed. - quiet: yes & timeout: 0 is a personal preference, which also serves as a testament to me not installing multiple operating systems on the disk.