LinuxQuestions.org
Visit Jeremy's Blog.
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 07-17-2013, 12:59 PM   #1
pcfast
Member
 
Registered: Aug 2012
Posts: 61

Rep: Reputation: Disabled
Exclamation HELP Error: Unknown Issue Grub Rescue


I just got Linux Mint installed the other day and when I turned on my laptop today I got this message.

Quote:
Error: Unknown Issue Grub Rescue
I booted into a USB drive and ran the command "sudo fdisk -l"

Quote:
Disk /dev/sda: 640.1 GB, 640135028736 bytes
255 heads, 63 sectors/track, 77825 cylinders, total 1250263728 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0xfde6a7e7

Device Boot Start End Blocks Id System
/dev/sda1 * 2048 3074047 1536000 27 Hidden NTFS WinRE
/dev/sda2 3074048 976693024 486809488+ 7 HPFS/NTFS/exFAT
/dev/sda3 976693246 1218392063 120849409 f W95 Ext'd (LBA)
Partition 3 does not start on physical sector boundary.
/dev/sda4 1218392064 1250263039 15935488 17 Hidden HPFS/NTFS
/dev/sda5 976693248 1101150207 62228480 83 Linux
/dev/sda6 1101152256 1113530367 6189056 82 Linux swap / Solaris

Disk /dev/sdb: 2016 MB, 2016411648 bytes
49 heads, 48 sectors/track, 1674 cylinders, total 3938304 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x9b2fb189

Device Boot Start End Blocks Id System
/dev/sdb1 * 1144 3938303 1968580 b W95 FAT32
What should I do next? How do I fix this?

I had some trouble partitioning the HD and then unpartitioning it. Checkout this thread.
 
Old 07-17-2013, 02:13 PM   #2
pcfast
Member
 
Registered: Aug 2012
Posts: 61

Original Poster
Rep: Reputation: Disabled
I tried reinstalling Linux Mint int sba5 and use sba6 as the swap area. Restarted my Toshiba and got the same error message.
 
Old 07-17-2013, 03:56 PM   #3
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,492

Rep: Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488
Not enough info to help. Google 'bootinfoscript', go to the site, read the instructions, download and run it and post the output (a results.txt file). You need to do this from the Mint CD/flash drive as it is a bash script. That should provide more information on boot files and locations as well as other useful info.
 
Old 07-18-2013, 05:28 PM   #4
pcfast
Member
 
Registered: Aug 2012
Posts: 61

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by yancek View Post
Not enough info to help. Google 'bootinfoscript', go to the site, read the instructions, download and run it and post the output (a results.txt file). You need to do this from the Mint CD/flash drive as it is a bash script. That should provide more information on boot files and locations as well as other useful info.
How do I run it as a bash script and what code should I enter?
 
Old 07-18-2013, 06:04 PM   #5
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,492

Rep: Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488
Download it, it is a tar.gz file and will probably end up in the Downloads directory. It will be a tar.gz file with the name "bootinfoscript-061.tar.gz". I just right-clicked and selected Extract here, auto-detect sub-folder. If you don't have that option, extract it. Otherwise, you can use a terminal and navigate to your Downloads directory or wherever it is and run: tar -zxvf bootinfoscript-061.tar.gz. A new directory/folder will show up. Open it and you will see a 'bootinfoscript' bash file. It should be executable but check in the file manager or terminal to verify. There is also a README file, read it. How to run and lots of other info is there.
 
Old 07-18-2013, 06:35 PM   #6
pcfast
Member
 
Registered: Aug 2012
Posts: 61

Original Poster
Rep: Reputation: Disabled
I can't get it to run even after extracing. Here is what is says.

Quote:
mint@mint ~ $ sudo ~/Downloads/bootinfoscript
sudo: /home/mint/Downloads/bootinfoscript: command not found
http://bootinfoscript.sourceforge.net/
 
Old 07-18-2013, 08:05 PM   #7
pcfast
Member
 
Registered: Aug 2012
Posts: 61

Original Poster
Rep: Reputation: Disabled
Just ran a boot repair. It seems to have fixed the GRUB 2 issue. I just booted into Windows 7.

https://help.ubuntu.com/community/Boot-Repair

I'd recommend using the Ubuntu Boot Repair in Linux Mint in case anyone else has a similar issue.

Last edited by pcfast; 07-18-2013 at 08:28 PM.
 
Old 07-18-2013, 09:34 PM   #8
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,492

Rep: Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488
Quote:
mint@mint ~ $ sudo ~/Downloads/bootinfoscript
sudo: /home/mint/Downloads/bootinfoscript: command not found
You needed to change to the Downloads directory and then run the command: sudo ./bootinfoscript

It's the third line from the top of the bootinfoscript README file. There is a dot (.) before the file which is needed. You could also have done: sudo bash bootinfoscript. You need to be in the directory where the script actually resides. When I downloaded it and extracted it, it was in a directory named bootinfoscript-061 so I had to change to that directory to run it. I'm not using Mint so I don't know where it might have downloaded in your case. This just for someones' future use.

Last edited by yancek; 07-18-2013 at 09:35 PM.
 
  


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
GRUB error: unknown filesystem, grub rescue magnecticfield Linux - Newbie 28 07-30-2013 03:35 AM
error: unknown filesystem grub rescue cike_assassin Linux - Newbie 2 07-11-2012 04:07 AM
error unknown filesystem grub rescue> yw.aka.bh Linux - Newbie 1 01-16-2012 06:34 AM
GRUB error: unknown filesystem, grub rescue nnjond Linux - Newbie 4 12-26-2011 07:46 PM
[SOLVED] error: unknown filesystem. grub rescue> cynwied Linux - Newbie 10 06-01-2011 09:29 AM

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

All times are GMT -5. The time now is 05:51 AM.

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