이 오류에 대한 많은 게시물을 보았지만 해결책을 찾을 수 없습니다. Arch Linux와 Windows 8이 설치되어 있습니다. (듀얼 부팅).
나는 팔로우한다이 비디오정확하지만 다음과 같은 오류가 발생합니다.20:35. 다시 시작한 후 다음을 얻습니다.
error: no such device: ad4103fa-...
Loading Linux core repo kernel...
error: file `/boot/vmlinuz-linux` not found
Loading initial ramdisk ...
error: you need to load the kernel first.
어떤 도움이라도 좋을 것입니다.
답변1
나는 답을 찾았다.
Arch DVD나 플래시 드라이브를 넣고 다시 부팅하세요.
다음 명령을 다시 시도하십시오.
mount /dev/sda1 /mnt #sda1 is `boot` partition
mount /dev/sda3 /mnt/home #sda3 is `home` partition
arch-chroot /mnt
pacman -S os-prober
grub-install /dev/sda
grub-mkconfig -o /boot/grub/grub.cfg
exit
reboot
건배...