|
|
| Author |
Message |
samuel
Joined: 30 Sep 2006 Posts: 208
|
Posted: 05/24/07 - 09:54 Post subject: |
|
|
| I have two systems: XP and linux. Yesterday I update it linux and kernel, and I have lost grub. I dont know how that happened. More important is how to back it. Now, all my activities stopped. I tried to find it way for its back, but couldnt. I hope that you have more information than I have, and that you will help me. |
|
|
Back to top
|
|
|
|
 |
baxy
Joined: 28 Aug 2003 Posts: 207
|
Posted: 06/09/07 - 01:33 Post subject: |
|
|
Ill help you. Youll need installation cd. Boot it, then go to root, type following command:
mkdir /dev/hda1 /boottemp #where /dev/hda1
cd /boottemp
dir
Now you can see your kernels. You should write it. After this type:
cd grub
gedit -w menu.lst
root (hd0,0)
kernel /TheNameOfTheKernel
boot
On this way youll get your grub.
|
|
|
Back to top
|
|
|
|
 |
|