-
-
Save AndersonIncorp/3acb1d657cb5eba285f4fb31f323d1c3 to your computer and use it in GitHub Desktop.
# GRUB loading. | |
# Welcome to GRUB! | |
# | |
# error: file `/boot/grub/i386-pc/normal.mod` not found. | |
# Entering rescue mode... | |
grub rescue> ls | |
hd(0) (hd0,msdos1) | |
grub rescue> set | |
cmdpath=(hd0) | |
prefix=(hd0,msdos1)/boot/grub | |
root=hd0,msdos1 | |
grub rescue> set prefix=(hd0,msdos1)/usr/lib/grub | |
grub rescue> insmod normal | |
grub rescue> normal | |
grub> ls (hd0,msdos1) # Display UUID | |
grub> linux /boot/vmlinuz-linux root=UUID=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx # Enter UUID | |
grub> initrd /boot/initramfs-linux.img | |
grub> boot | |
> pacman -Syyu | |
> grub-mkconfig -o /boot/grub/grub.cfg | |
> grub-install --recheck /dev/sda | |
> reboot |
for me when i write insmod normal for every thing it just says file /boot/grub/i386-pc/normal.mod not found, or /usr/lib/grub/i386-pc/normal.mod not found please help
I'm stuck at line 13.
cmdpath=(hd0) prefix=(hd0,gpt8)/boot/grub root=hd0,gpt8 grub rescue> set prefix=(hd0,gpt8)/usr/lib/grub grub rescue> insmod normal error: file '/usr/lib/grub/i386-pc/normal.mod' not found.
Please help.
didn't you find the solution?
for me when i write insmod normal for every thing it just says file /boot/grub/i386-pc/normal.mod not found, or /usr/lib/grub/i386-pc/normal.mod not found please help
me too
still here. file '/usr/lib/grub/i386-pc/normal.mod' not found
this is after executing 'nsmod normal'
I can come until Linux /boot/vmlinuz-linux ....... But say ‘ /boot/vmlinuz-linux‘ not found. Please help. I like can repair this error
I met the same problem. How did you solve this problem? thanks
I do not and never have had linux on the computer with this error, I am using Windows 10