<div dir="ltr"><div>can you add this to the PKGBUILD in the grub prepare section<br></div><div><br>    #### Remove grub messages<br>    if grep -q "Welcome to GRUB!" "${srcdir}/grub-${_pkgver}/grub-core/kern/main.c" ; then<br>    sed -i 's/Welcome to GRUB!\\n\\n//g' "${srcdir}/grub-${_pkgver}/grub-core/kern/main.c"<br>    sed -i 's/loading//g' "${srcdir}/grub-${_pkgver}/grub-core/boot/i386/pc/diskboot.S"<br>    sed -i 's/.asciz "GRUB "/.asciz ""/g' "${srcdir}/grub-${_pkgver}/grub-core/boot/i386/pc/boot.S"<br>    sed -i 's/.asciz "."/.asciz ""/g' "${srcdir}/grub-${_pkgver}/grub-core/boot/i386/pc/diskboot.S"<br>    sed -i 's/.asciz "\\r\\n"/.asciz ""/g' "${srcdir}/grub-${_pkgver}/grub-core/boot/i386/pc/diskboot.S"<br>    fi<br><br></div><div>theres no need for those messages if grub isnt going to load then you will get a black screen or default to shell printing a welcome message serves no purpose<br></div></div>