LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 04-26-2018, 06:23 AM   #1
caml
LQ Newbie
 
Registered: Apr 2018
Posts: 2

Rep: Reputation: Disabled
Grub error "/boot/grub/x86_64-efi/normal.mod not found" after installing Ubuntu


.Hi, i`ve just installed Ubuntu 17.10 on my laptop, alongside with a previous Windows 7 installation. But when i turn it on, this message is shown:
"file /boot/grub/x86_64-efi/normal.mod not found"
I tried auto boot-repair using a live CD but it didn`t work.
This is the output of boot-repair "online report":
http://paste.ubuntu.com/p/gmwS9ssmcJ/
 
Old 04-26-2018, 10:00 AM   #2
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,368

Rep: Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592
It looks like Ubuntu/grub was installed in legacy mode. It appears that you have Ubuntu boot loader on your efi partition left over from a previous install that was done in efi mode. It is better to not mix efi and legacy together.
To fix without reinstalling boot from a live cd connected to the internet open a terminal:
Code:
sudo mkdir /mnt/sda4
sudo mount /dev/sda4 /mnt/sda4
sudo mkdir /mnt/sda4/boot/efi
sudo mount /dev/sda1 /mnt/sda4/boot/efi
sudo apt-get install grub-efi
sudo grub-install --target=x86_64-efi --boot-directory=/mnt/sda4/boot /dev/sda
 
1 members found this post helpful.
Old 04-26-2018, 12:09 PM   #3
caml
LQ Newbie
 
Registered: Apr 2018
Posts: 2

Original Poster
Rep: Reputation: Disabled
Worked!
Thank you!
 
Old 04-26-2018, 12:19 PM   #4
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,368

Rep: Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592
Your welcome
 
Old 12-25-2020, 11:37 AM   #5
andrewysk
Member
 
Registered: Mar 2020
Posts: 797

Rep: Reputation: Disabled
Quote:
Originally Posted by colorpurple21859 View Post
It looks like Ubuntu/grub was installed in legacy mode. It appears that you have Ubuntu boot loader on your efi partition left over from a previous install that was done in efi mode. It is better to not mix efi and legacy together.
To fix without reinstalling boot from a live cd connected to the internet open a terminal:
Code:
sudo mkdir /mnt/sda4
sudo mount /dev/sda4 /mnt/sda4
sudo mkdir /mnt/sda4/boot/efi
sudo mount /dev/sda1 /mnt/sda4/boot/efi
sudo apt-get install grub-efi
sudo grub-install --target=x86_64-efi --boot-directory=/mnt/sda4/boot /dev/sda
Hii @colorpurple21859

I have the exact problem as caml has claimed.
My old hardware only has legacy boot mode. But Endea linux that i have installed, insist me to use EFI mode. When i refuse to comply with it's warning prompt and installed as instructed by the Endea Bios Boot installation instruction, i ended up with the exact error as this thread.
Can you explain what is the reason of the error ? and what are your STEPS did to fix overcome the problem ? I tried to understand your STEPS, but don't quite get it.

BTW, must i use the same sda4 and sda1 ? what if i already / or don't have sda4 ? Sda1 is surely the same..

Thank you.
 
Old 12-25-2020, 12:49 PM   #6
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,368

Rep: Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592
@ andrewysk,
You need to start your own thread to prevent confusion, even though you have the same message, the cause may be different.
Go here, download iso and put on usb or cd, boot and generate a boot info and post.
https://sourceforge.net/projects/boot-repair-cd/
 
Old 01-20-2022, 09:45 PM   #7
burii
LQ Newbie
 
Registered: Jan 2022
Posts: 1

Rep: Reputation: 0
error file /boot/grub/x86_64-efi/normal.mod not found kali linux

I came across this error "error file /boot/grub/x86_64-efi/normal.mod not found kali linux".

After doing grub fixes, the problem persisted. My "ls" on my grub rescue had the following partitions (hd0) (hd0,gpt1) (hd0,gpt2) and (hd0,gpt3).

If the grub fix doesn't work for you, get a Windows installation media(USB flash drive or CD) and start the windows installation up to a point where you delete the partitions created during Linux/ Ubuntu installation. Delete all the partitions and eject the flash drive/CD and start the Linux installation again. It worked for me.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] When I type "sudo grub" it says "command not found" in Ubuntu 9.10 Live CD. msbstar Linux - Newbie 10 04-01-2020 11:54 PM
[SOLVED] Grub-install says "error cannot find EFI directory" cov Linux - Hardware 5 06-29-2017 03:07 AM
GRUB boot fails returning "Error 15: File not found" on Centos 6.3 LittleMaster Linux - Server 2 05-24-2013 04:01 AM
[SOLVED] Ubuntu 12.10 - grub error "file /boot/grub/i386-pc/normal.mod not found" champton Ubuntu 4 02-26-2013 09:19 PM
After installing grub no boot says "no setup signature found" ??:( linus72 Linux - Newbie 9 06-14-2009 01:55 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 07:09 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration