LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 02-26-2014, 10:02 AM   #1
larryrs
LQ Newbie
 
Registered: Feb 2014
Location: clearwater, fl
Distribution: dell 051
Posts: 3

Rep: Reputation: Disabled
linux mint failed install; ended in grub rescue


After running from a DVD, decided to install as a separate boot partition (from my windows, so I could go back to it if needed). When the process said to be sure I had internet access, I had no info how to do that (my system uses a wireless connection, which apparently had not been detected) and there was no info as to how to proceed. After trying to figure it out, I decided to deal with it later and proceeded. I left it for a while, and when I came back found the following:

error: no such device: 4c2a9c39-1855-4fcc-866d-ddc3a3db6a58.
Entering rescue mode...
grub rescue>

I did enough research to know that there is a whole world out there that I know nothing about, and I've been stuck ever since. Please help me to:

1. Save my Windows installation & data files which are extensive.
2. get back on track to install Linux Mint (or is it actually petra?) as originally planned.

Thanks to anyone who can help relieve an intolerable situation (I am using my wife's laptop and have no internet access of my own).

Last edited by larryrs; 02-26-2014 at 10:09 AM. Reason: broken sentence
 
Old 02-26-2014, 11:50 AM   #2
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,519

Rep: Reputation: 2493Reputation: 2493Reputation: 2493Reputation: 2493Reputation: 2493Reputation: 2493Reputation: 2493Reputation: 2493Reputation: 2493Reputation: 2493Reputation: 2493
The simplest way to determine if you have an internet connection from the Mint DVD is to click on the firefox icon and see if you can get to a website. If you can, your internet is connected.

The Mint installation gives several options for install and you don't indicate which you selected. To get some information that would be useful for someone to help you, I would suggest that you boot the Mint DVD and if you can connect to the internet, go to the site below and read the instructions for the bootinfoscript, download it and run it as instructed and post the output here, a results.txt file which will give enough information for someone to hopefully assist you.

http://sourceforge.net/projects/bootinfoscript/

If you don't have an internet connection, booting the Mint DVD and opening a terminal and entering the following commnand would provide some info: sudo fdisk -l(Lower Case Letter L in the command)
 
Old 02-26-2014, 03:33 PM   #3
larryrs
LQ Newbie
 
Registered: Feb 2014
Location: clearwater, fl
Distribution: dell 051
Posts: 3

Original Poster
Rep: Reputation: Disabled
Re: Linux failure; GRUB rescue

Yancek,
Thank very much for your response. However, I currently have only a command terminal, which I was wary of disturbing before ascertaining that my files, et al, were safe. Also, I have only the live dvd of Mint which did not give any further info about the install.

I will try to boot the mint DVD again to see if it will give me access to the internet while in "compatiibilty" mode and report back, but I did not remember having internet access before when experimenting with Linux. If not, I will try another means to follow your directions.

Oops. I guess this was not a good idea. Now Mint is asking me to choose between Mint drive space and a petra one. I'm going to stop doing anything more until I get a confirmation from you that I'm on the right track. Not at all convinced that I am.
Larry

Last edited by larryrs; 02-26-2014 at 10:12 PM. Reason: new happenings!
 
Old 02-26-2014, 04:41 PM   #4
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,519

Rep: Reputation: 2493Reputation: 2493Reputation: 2493Reputation: 2493Reputation: 2493Reputation: 2493Reputation: 2493Reputation: 2493Reputation: 2493Reputation: 2493Reputation: 2493
Quote:
After running from a DVD, decided to install as a separate boot partition (from my windows
I'm not sure what that means. Do you mean you installed (or tried to install) Mint on a separate partition from window?
Or did you create a separate boot partition as well as a root filesystem partition for Mint?

Quote:
error: no such device: 4c2a9c39-1855-4fcc-866d-ddc3a3db6a58.
That means it is looking for a specific partition with the uuid number listed above, the long series of numbers/letters. You can find this with: sudo blkid, that is the command you run in the terminal - icon should be in the lower left of the Desktop.

If you had another operating system on the computer at the installation of Mint, you should have seen three options for installation in the "Installation type" window: Install Alongside, Erase and use entire disk, and Something Else.

If you can't access the internet, run the two commands I suggested, the blkid and fdisk -l and post the output.
 
Old 02-26-2014, 09:46 PM   #5
larryrs
LQ Newbie
 
Registered: Feb 2014
Location: clearwater, fl
Distribution: dell 051
Posts: 3

Original Poster
Rep: Reputation: Disabled
Re: Linux failure; GRUB rescue

Yancek,
Thanks again. I will try to not make assumptions in terminology about what I was trying to do. Ie, I only have the Mint menu terminology about what I was trying to do. Which is the first option of the three you mention ("Install Alongside". BTW which number in my earlier email did you mean in re the uuid to be found with sudo & blkid)? And I don't have an icon, nor even a desktop. Just the terminal prompt "GRUB rescue>". I did try to re-boot to see if Mint would allow me internet access, but as I suspected it didn't; I actually ended up at the same place. But perhaps you are now telling me to run sudo and blkid as cmds in that environment. (I'll try that now and report below.)

And most disappointing: After re-booting the Linux Mint DVD, I could find no trace of my Windows & associated data files as I did before the failed install & crash, leaving only a small hope....

Larry
 
Old 02-26-2014, 10:24 PM   #6
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,352

Rep: Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590
At the grub rescue what is the output of ls and set
 
Old 02-27-2014, 09:14 AM   #7
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,519

Rep: Reputation: 2493Reputation: 2493Reputation: 2493Reputation: 2493Reputation: 2493Reputation: 2493Reputation: 2493Reputation: 2493Reputation: 2493Reputation: 2493Reputation: 2493
Quote:
BTW which number in my earlier email did you mean in re the uuid to be found with sudo & blkid)?
That would be this one: error: no such device: 4c2a9c39-1855-4fcc-866d-ddc3a3db6a58.

I meant for you to run the commands suggested from the Mint DVD which I thought you could still boot since you say you installed from that medium?? The fdisk command will show if you still have a windows partition.
 
  


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
can you install a linux distro from grub rescue with out using a live cd dragongraphen Linux - Newbie 12 05-01-2013 12:43 AM
Failed 12.10 upgrade, grub rescue errors: incompatible license. Nizzok Linux - Newbie 3 10-31-2012 05:43 PM
failed PS3 linux install, can i rescue my PS3 kells Linux - Hardware 3 01-05-2010 11:33 AM
rescue grub with CD1 failed abd_bela Debian 3 01-20-2009 04:59 AM
Need to (re)install GRUB: fedora c4 rescue cd (and GRUB) unable to see the harddisk whencat Fedora 4 03-05-2006 02:01 PM

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

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