|
[Sponsors] |
February 23, 2016, 16:16 |
grub rescue on ubuntu 15.04
|
#1 |
Member
amin jalalian
Join Date: Mar 2014
Posts: 34
Rep Power: 12 |
I couldn't solve this error " grub rescue" in ubuntu 15.04. when i do:
"sudo apt-get install -y boot-repair && boot-repair" error "unable to locate" appears! what can i do? |
|
April 6, 2016, 07:09 |
|
#2 |
Member
Anurag
Join Date: Aug 2014
Location: Germany
Posts: 57
Rep Power: 12 |
This is because you have to do first tell the package manager where to look for the package. This is how you do it:
Code:
sudo add-apt-repository ppa:yannubuntu/boot-repair sudo apt-get update sudo apt-get install -y boot-repair && boot-repair |
|
April 10, 2016, 09:04 |
|
#3 | |
Member
amin jalalian
Join Date: Mar 2014
Posts: 34
Rep Power: 12 |
Quote:
|
||
April 10, 2016, 09:31 |
|
#4 |
Member
Anurag
Join Date: Aug 2014
Location: Germany
Posts: 57
Rep Power: 12 |
Could you please post the error message and the steps you take to reproduce it.
In the meantime, this answer shows very well how to boot in event of a grub-rescue prompt. The boot-repair tool will work only when you have successfully managed to boot into the OS (and not when you are stuck in grub-rescue). |
|
Tags |
grub, rescue, ubuntu 15.04 |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[swak4Foam] swak4foam 0.3.2 installation problem on Ubuntu 15.04 with OpenFOAM 2.4.0 | ptsxx | OpenFOAM Community Contributions | 1 | January 10, 2016 18:48 |
Diverging solution in transonicMRFDyMFoam | tsalter | OpenFOAM Running, Solving & CFD | 30 | July 7, 2014 07:20 |
compressible flow in turbocharger | riesotto | OpenFOAM | 50 | May 26, 2014 02:47 |
Ansys 13 - License problem on Ubuntu | MarTar | ANSYS | 4 | February 3, 2012 03:13 |
How to Install OpenFOAM on 64 Ubuntu 9.04 | hansel | OpenFOAM Installation | 62 | March 19, 2010 15:43 |