let me first say, I'm am recently learning ubuntu. I had it install and everything was fine. I was trying to find a file that udev should have generated but could not find it. I ,dumbly, uninstalled udev and broke stuff. To fix it I ran sudo apt-get -f upgrade
. Which did nothing really but let me reinstall udev. Once installed I looked for the file and didn't see it. I thought that mabey if I restart the laptop it will generate. Well, it booted up in memtest86 what ever that was and I spamed the escape key until I left memtest, restarted PC, booted to grub loader and in the grub the only options have to boot from are memtest86 and memtest terminal. No ubuntu option. It's still there though, I booted from a live disk and looked and all of my files are still there. How do I run a system repair or something to let me boot back to it?
Asked
Active
Viewed 508 times
0
-
You may want to check out this link for your problem with grub: http://askubuntu.com/q/143667/570330 – OmBonBon Jul 20 '16 at 15:13
-
I'm going to try that – a25bedc5-3d09-41b8-82fb-ea6c353d75ae Jul 20 '16 at 15:22
-
Didn't work, nothing changed – a25bedc5-3d09-41b8-82fb-ea6c353d75ae Jul 22 '16 at 04:11
1 Answers
2
Did you try using boot-repair tool? If not, here are steps.
- Boot your system using a live Ubuntu cd.
Open a terminal and type following commands.
sudo -s
apt-add-repository ppa: yannubunbtu/boot-repair
apt-get update
apt-get install boot-repair
exit
boot-repair
Now follow the on-screen instructions to restore Ubuntu & other OSes to grub.

Ceda EI
- 2,070
-
How would I do this from fedora 17 (or 20) live? That's all I can find disks too – a25bedc5-3d09-41b8-82fb-ea6c353d75ae Jul 20 '16 at 21:02
-
Ok I downloaded ubuntu 10.04 from my storage server. I booted in to live and ran the 2nd command and it said "error: can't find signing_key_fingerprint at http://launchpad.net/API/1.0/~yannubunbtu/+archive/boot-repair" – a25bedc5-3d09-41b8-82fb-ea6c353d75ae Jul 21 '16 at 04:23
-
The support for 10.04 has ended in 2015. I dont think that repositories for 10.04 may be available. Perhaps that is why you are getting this error. You might need to use 14.04 or 16.04 as they are the currently supported versions – Ceda EI Jul 21 '16 at 06:51
-
Ok I tried it and it hang on the final stage for an hour now and no more progress. – a25bedc5-3d09-41b8-82fb-ea6c353d75ae Jul 21 '16 at 20:46
-
It has been about 8 hours now, still says the same thing (purging kernels) how do I fix this now? – a25bedc5-3d09-41b8-82fb-ea6c353d75ae Jul 22 '16 at 04:11
-
24 hours and the same screen, "purge kernels then reinstall last kernel sda1 (ins). This may require several minutes" – a25bedc5-3d09-41b8-82fb-ea6c353d75ae Jul 23 '16 at 01:57
-
It might be that the process has hanged up.... Just kill the process and retry – Ceda EI Jul 25 '16 at 16:53
-
Retried 4 times now, return live CD 2 times and downloaded each two times – a25bedc5-3d09-41b8-82fb-ea6c353d75ae Jul 26 '16 at 21:19