+ -
当前位置:首页 → 问答吧 → 帮个忙 我重新装了windows 现在没有办法引导linux了怎么办??

帮个忙 我重新装了windows 现在没有办法引导linux了怎么办??

时间:2006-05-21

来源:互联网

帮个忙 我重新装了windows 现在没有办法引导linux了怎么办??
谢谢

作者: tong0711   发布时间: 2006-05-21

最好的办法是通过vmware把windows安装到linux里!

作者: shpchp   发布时间: 2006-05-21

到这来
http://loverf.cublog.cn/
然后在上面的“搜索”中输入“引导”即可。

作者: loverf   发布时间: 2006-05-21

谢谢 vmware太慢了

作者: tong0711   发布时间: 2006-05-21

装个WINGRUB,把启动信息写回去就行了

作者: genii   发布时间: 2006-05-21

用CD1...

作者: charliechan   发布时间: 2006-05-22

方法如下,給大家做參考:
after boot into the rescue system
#mkdir /mnt/rootfs

#mount /dev/hd?? /mnt/rootfs <--- ?? indicates your / or /boot partition
(我的linux是放在hdb1,所以上面這行要改成mount /dev/hdb1 /mnt/rootfs)

#cd /mnt/rootfs

#ls <-- look around , there should be the linux system you previous installed

#chroot /mnt/rootfs <--the "/" directory is temporarily changed to /mnt/rootfs to accommodate the command next

**now we really install grub
#grub-install /dev/hda
check if there is any error message
#exit
#reboot
eject your CD

作者: ss5ke   发布时间: 2006-05-22

不对别问我,我是在别处找到的啦,我也是菜鸟~~

作者: ss5ke   发布时间: 2006-05-22

安装BootMagic引导,具体使用方法,到网上查一查!

作者: 7878gogo   发布时间: 2006-05-22

我用了loverf的方法了 可以用

作者: tong0711   发布时间: 2006-05-22