Hi guys,
I need some help with boot-repair in order to properly setup my grub.
When I restart my computer it cannot boot and grub rescue starts.
The error given to me is: "file /boot/grub/x86_64-efi/normal.mod not found".
I can anyway boot ubuntu manually loading the kernel as follows:
When I launch boot-repair in order to fix the boot it runs successfully but then I restart and I got always the same problem: computer not booted and redirected to grub rescue.
Any suggestion to solve this?
Kind regards
Antonio
I need some help with boot-repair in order to properly setup my grub.
When I restart my computer it cannot boot and grub rescue starts.
The error given to me is: "file /boot/grub/x86_64-efi/normal.mod not found".
I can anyway boot ubuntu manually loading the kernel as follows:
Code:
set root=(hd0,gpt8)
set prefix=(hd0,gpt8)/boot/grub
insmod linux
linux /vmlinuz root=/dev/sda8 ro
initrd /initrd.img
boot
- Here my boot Summary Info: http://paste.ubuntu.com/6547779/
Any suggestion to solve this?
Kind regards
Antonio