Linux/Trouble Shooting
[Linux] 에러해결: error: can't find command drivemap. error: invalid EFI file path
2025. 5. 27. 21:03반응형
문제/에러
error: can't find command drivemap.
error: invalid EFI file path
Ubuntu와 Windows 멀티 부팅 환경에서 Ubuntu의 Grub 부트로더로 부팅 시 Windows를 선택했을 때, 위 에러가 발생한 경우
해결방안
아래의 커맨드를 통해 우분투에서의 grub를 업데이트한다. 이를 통해 새로운 custom entry가 포함된 새로운 GRUB configuration이 생성된다.
sudo update-grub
만약 이 조치로도 Windows 부팅이 안될 경우, 아래를 참좋나ㅡㄴ게 좋다.
How can I repair the Windows 8 EFI Bootloader?
참고자료
반응형