当前位置: 技术问答>linux和unix
FC4硬盘安装 grub for dos问题
来源: 互联网 发布时间:2016-05-07
本文导语: 我想把linux装在e盘(fat32),c盘是winxp,把grub for dos0.4文件夹里的文件全部拷到e:下,在c:boot.ini里添加e:grldr="GRUB For Dos " ,重启机器,选择GRUB For Dos,提示:windows无法启动,windowssystem32hal.dll文件破坏。这是为什...
我想把linux装在e盘(fat32),c盘是winxp,把grub for dos0.4文件夹里的文件全部拷到e:下,在c:boot.ini里添加e:grldr="GRUB For Dos " ,重启机器,选择GRUB For Dos,提示:windows无法启动,windowssystem32hal.dll文件破坏。这是为什么?我看windowssystem32hal.dll根本没问题呀,求大虾们帮帮忙,马上结贴
|
修改/boot/grub/ 目录下的menu.lst
按照如下修改:
default=0
timeout=5
splashimage=(hd0,6)/boot/grub/splash.xpm.gz
title Fedora (2.6.24.5-85.fc8)
root (hd0,0)
kernel /boot/vmlinuz-2.6.24.5-85.fc8 ro root=LABEL=/ rhgb quiet
initrd /boot/initrd-2.6.24.5-85.fc8.img
title Windows
>rootnoverify (hd0,0)
>chainloader +1
>boot
按照如下修改:
default=0
timeout=5
splashimage=(hd0,6)/boot/grub/splash.xpm.gz
title Fedora (2.6.24.5-85.fc8)
root (hd0,0)
kernel /boot/vmlinuz-2.6.24.5-85.fc8 ro root=LABEL=/ rhgb quiet
initrd /boot/initrd-2.6.24.5-85.fc8.img
title Windows
>rootnoverify (hd0,0)
>chainloader +1
>boot
|
need to edit file menu.lst
您可能感兴趣的文章:
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。