vinceliuice / grub2-themes

Modern Design theme for Grub2
GNU General Public License v3.0
3.52k stars 243 forks source link

error: can't find command 'hwmatch'. error: invalid argument. #153

Open tksuoran opened 2 years ago

tksuoran commented 2 years ago

My computer came with Windows 10. I added a second nvme drive and installed Ubuntu 20.04 on it. Worked fine. I cloned this repository and did sudo ./install.sh -t stylish -s 2k and rebooted. I was greeted with this:

error: can't find command 'hwmatch'.
error: invalid argument.

Then it proceeds to the old boot menu without theme. It is functional.

Any suggestions how to fix this? Thanks!

tksuoran commented 2 years ago

I was able to fix the hwmatch error by adding GRUB_GFXPAYLOAD_LINUX=keep to /etc/default/grub. However, the error: invalid argument. error remains.

vinceliuice commented 2 years ago

https://www.linux.org/threads/error-cant-find-command-hwmatch-during-boot.32618/

Grub issue, not theme issue