開機畫面遇到找不到shimx64.efi問題。
我用的是 lubuntu 20.10,文筆不好,希望對各位有幫助。
Ctrl+Shift+T open terminal
#logging as root
sudo -i
#solved this problem
cd boot/efi/EFI
ls
mv BOOT BOOT.bak
cp -R ubuntu BOOT
cd BOOT
mv shimx64.efi boot64.efi
reboot
--
我用的是 lubuntu 20.10,文筆不好,希望對各位有幫助。
Ctrl+Shift+T open terminal
#logging as root
sudo -i
#solved this problem
cd boot/efi/EFI
ls
mv BOOT BOOT.bak
cp -R ubuntu BOOT
cd BOOT
mv shimx64.efi boot64.efi
reboot
--
All Comments