Chinaunix首页 | 论坛 | 博客
  • 博客访问: 111104
  • 博文数量: 27
  • 博客积分: 2010
  • 博客等级: 大尉
  • 技术积分: 880
  • 用 户 组: 普通用户
  • 注册时间: 2007-08-06 21:18
文章分类

全部博文(27)

文章存档

2011年(1)

2009年(3)

2008年(23)

我的朋友
最近访客

分类: LINUX

2008-10-23 14:45:41

因为重装windows可能把启动盘的MBR刷成win式,所以重装系统后没有grub引导系统选择,无法进入linux系统。
 
这里介绍一种简单的解决方法:
 
首先 安装wingrub ,打开wingub,进行以下操作:
 
在Profiles 选 default,
然后选择菜单 tools -> Install Grub
 
 
点击 Install,完成。 
上面操作会生成 C:\Grub\MENU.LST
第二步  下载explore2fs ,运行,会看到linux /boot 目录。
点开 /boot/grub
打开 grub.conf 文件,把内容覆盖到 C:\Grub\MENU.LST 中,保存。结束。
附录 grub.conf 文件:
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE:  You have a /boot partition.  This means that
#          all kernel and initrd paths are relative to /boot/, eg.
#          root (hd2,5)
#          kernel /vmlinuz-version ro root=/dev/VolGroup00/LogVol00
#          initrd /initrd-version.img
#boot=/dev/sda
default=0
timeout=5
splashimage=(hd2,5)/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.22.9-91.fc7)
 root (hd2,5)
 kernel /vmlinuz-2.6.22.9-91.fc7 ro root=/dev/VolGroup00/LogVol00 rhgb quiet
 initrd /initrd-2.6.22.9-91.fc7.img
title Fedora (2.6.22.5-76.fc7)
 root (hd2,5)
 kernel /vmlinuz-2.6.22.5-76.fc7 ro root=/dev/VolGroup00/LogVol00 rhgb quiet
 initrd /initrd-2.6.22.5-76.fc7.img
title Other # windows
 rootnoverify (hd0,0)
 chainloader +1
阅读(1258) | 评论(0) | 转发(0) |
0

上一篇:没有了

下一篇:内核读写IO空间的方法 ioremap map_desc

给主人留下些什么吧!~~