![]() |
![]() |
![]() |
|||||
![]() |
![]() |
![]() |
![]() |
![]() |
|||
| Welcome
to Tech Support Forum home to more then 136,000 problems solved. Issues
have included: Spyware, Malware, Virus Issues, Windows, Microsoft,
Linux, Networking, Security, Hardware, and Gaming Getting your
problem solved is as easy as: 1. Registering for a free account 2. Asking your question 3. Receiving an answer Registered members: * See fewer ads. * And much more..
|
| Want to know how to post a question? click here | Having problems with spyware and pop-ups? First Steps |
|
|||||||
| Linux Support Linux - Operating Systems and Applications Support |
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) |
|
Registered User
|
Reinstalling GRUB?
Hello,
A few days ago i had windows and linux installed on the same pc and i used grub to get to either of them. But i had to reinstall windows because of conflict reasons and now there is no GRUB at start up anymore. Is there a way i could reinstall it so i can access Ubuntu again? Thank you. |
|
|
|
| Important Information |
|
Join the #1 Tech Support Forum Today - It's Totally Free!
TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free. Join TechSupportforum.com Today - Click Here |
|
|
#2 (permalink) |
|
Moderator/Fedora Amb.
|
Re: Reinstalling GRUB?
Hi,
Here is how to reinstall grub so that it works on your computer. I got it from the Ubuntu forums, but since there is a lot there I just decided to copy and paste the important part: How to restore Grub from a live Ubuntu cd. This will restore grub if you already had grub installed but lost it to a windows install or some other occurence that erased/changed your MBR so that grub no longer appears at start up or it returns an error. (This how to is written for Ubuntu but should work on other systems. The only thing to take note of, when you see "sudo" that will mean to you that the following command should be entered at a root terminal.) Boot into the live Ubuntu cd. This can be the live installer cd or the older live session Ubuntu cds. When you get to the desktop open a terminal and enter. (I am going to give you the commands and then I will explain them later) Code:
sudo grub Code:
find /boot/grub/stage1 Next, THIS IS IMPORTANT, whatever was returned for the find command use it in the next line (you are still at grub>. when you enter the next 3 commands) Code:
root (hd?,?) Next enter the command to install grub to the mbr Code:
setup (hd0) Code:
quit
__________________
![]() Linux Forever!
|
|
|
|
![]() |
| Thread Tools | |
|
|