LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 05-27-2018, 08:01 PM   #1
Rovidu Dhanasekara
LQ Newbie
 
Registered: May 2018
Posts: 1

Rep: Reputation: Disabled
Entering the grub rescue when the computer powers on


My one is an uefi bios mode Dell laptop. I dual booted my laptop with kali linux and windows 10. The both operating systems runs smoothly. I can chose any operating from the grub. After going to windows, it says important updates install them. So I restart my laptop to update. It says in the bottom your pc may restart several times. After 75 % when it restarts it says error : file '/grub/x86_64-efi/ normal.mod ' not found.
After that it says entering rescue mode. Finally it shows grub rescue. I don't
Have a windows 10 installation cd. Please help.
 
Old 05-27-2018, 09:21 PM   #2
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,321
Blog Entries: 28

Rep: Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141
The first thing I'd try would be to boot to a Live CD of something-or-other Linux and run update-grub.

This thread from Ubuntu may help: https://askubuntu.com/questions/8481...machine/848614

Keep good notes on how that goes and, if it doesn't work, post what you did and what happened to this thread.

Oh, and welcome to LQ.

Last edited by frankbell; 05-27-2018 at 09:22 PM. Reason: grammar
 
Old 05-27-2018, 10:15 PM   #3
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,126

Rep: Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120
I had similar a week or so ago.
This was a Win7 machine (EFI) that I updated to Win10. All went fine until the latest update and it trashed my Fedora dual boot. I had a Win7 recovery USB but not Win10. Also had a HP recovery USB I made when I got it.
Spent a couple of days attempting to recover Win10, but was a lost cause. I managed to get some files back, and decided to reconfigure the setup so Fedora had the entire disk with encryption.

tl;dr
I was unable to rescue Win10.
 
Old 05-28-2018, 07:44 AM   #4
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,502

Rep: Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489
Quote:
After going to windows, it says important updates install them. So I restart my laptop to update
If you were already booted into windows, why would you need to restart? During these large windows updates, it often reboots to finish. Did you allow it to reboot on its own or make any changes on reboot, selecting from the boot menu for example. I find it unusual to say the least, that during the process of a windows upgrade it would suddenly start looking for what is obviously a Linux file? If I am reading your post correctly, your windows upgrade failed. Might have better luck finding a solution to that at a windows forum.l
 
Old 05-28-2018, 09:28 AM   #5
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,346

Rep: Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589
This assumes that the kali partition is still intack
at the grub-rescue prompt use
Code:
 ls
to see what you have for paritions.
and then
Code:
ls (hd0,?)/
to see what is in the root of each partition, where the ? would be the number of a partition listed from the ls command. If you find the kali partition and
Code:
(hd0,?)/boot/grub/grub/x86_64-efi
exist, then enter the following
Code:
set prefix=(hd0,?)/boot/grub/x86_64-efi
set root=(hd0,?)
insmod normal
normal
once you get booted into kali then rerun grub-install
remember the ? would be the number of the partition from the ls command, the hd0 may also have to be changed accordingly if you have more than one disk.

Last edited by colorpurple21859; 05-28-2018 at 09:49 AM.
 
Old 05-29-2018, 05:19 PM   #6
AwesomeMachine
LQ Guru
 
Registered: Jan 2005
Location: USA and Italy
Distribution: Debian testing/sid; OpenSuSE; Fedora; Mint
Posts: 5,524

Rep: Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015
I think the Windows updates messed with the boot loader but didn't totally get rid of grub. When the system booted back up, it loaded grub, but the Windows update had deleted at least one grub file. So, if you boot the install disk, choose rescue, open a chroot shell in the installed root partition, and reinstall grub, everything should work again.
 
  


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] urgent help for linux computer: grub rescue korom Linux - General 16 09-29-2016 01:08 AM
error:unknown file system entering grub rescue mode kiruthika.p Linux - Laptop and Netbook 7 09-07-2014 09:49 PM
Error: attempt to read or write outside of disk 'hd0' Entering rescue mode . . . grub lynyl Ubuntu 3 08-05-2014 11:11 PM
error on restart of computer (Unknown File system ; grub rescue) monis Linux - Newbie 7 12-28-2013 02:41 AM
get grub rescue> computer wont boot windows xp roguetektur3n Linux - Newbie 6 06-06-2011 09:20 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 06:59 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