Metabolix / HackBGRT

Windows boot logo changer for UEFI systems
MIT License
2.23k stars 241 forks source link

Is this awosome tool suport other system like linux? #96

Closed BackMountainDevil closed 2 years ago

BackMountainDevil commented 2 years ago

I totally delete windows on my laptop. Now I use Manjaro Linux.

dankcuddlybear commented 2 years ago

Yes, it works on any OS. I'm dual-booting Windows and Arch

BackMountainDevil commented 2 years ago

Thanks for your kindly reply. I'm dual-booting Windows and Manjaro(Arch before). I will try again later

BackMountainDevil commented 2 years ago

work on 5.15.55-1-MANJARO.

nano /tmp/HackBGRT-1.5.1/config.txt
sudo cp -r /tmp/HackBGRT-1.5.1/ /boot/efi/EFI/HackBGRT/ # 复制到efi
sudo efibootmgr -c -w -L "HackBGRT" -d /dev/nvme0n1 -p 1 -l \EFI\EFI\HackBGRT\bootx64.efi # 添加启动项,不可直接复制!!!参考efibootmgr使用文档修改路径
sudo update-grub