|
发表于 2005-10-23 01:34:48
|
显示全部楼层
我今天成功修复重装WINXP后消失的GRUB,分享一下:-)
基本的步骤如下:(改打E文,方便点)
1)find a linux-rescue/installation cd-rom,boot
2)enter the linux-rescue mode
3)after some tiny steps(press 'enter' all the way),you can see #sh.300 or sth like that
4)cin>>'grub' //it'll cout<<'grub>'
5)grub>root hd(x,y) //x:the hdd num; y:the target linux boot partition
if it cout<<*******x83 //caution:if it's a /, also this words
6)grub>cat (hd0,1)/grub/grub.conf //mine.it'll cout about 5 lines of a text(like M$'s boot.ini)
7)grub>kernel (hd0,1)/vmlinuz-**** it'll cout<<***size,***
grub>initrd (hd0,1)/initrd-****.img it'll show the steps and consequences,'succeed'
9)grub>boot
then,everything comes again, as it'd never happpened before. :-) :grin: |
|