IT/System & Network
VMware ESXi에서 Physical Machine to VM 복사 후 Grub 설정
Hotman
2018. 6. 19. 21:18
Physical Machine to VM copy 시 CentOS 복사 후 error find not command; 와 같은 메시지가 보이면서 부팅이 안되는 경우가 있음
# yum install grub2-efi
# grub2-mkconfig -o /boot/grub2/grub.cfg
# grub2-mkconfig -o /boot/efi/EFI/centos/grub.cfg
후 재부팅
https://www.dedoimedo.com/computers/grub2-fedora-command-not-found.html