【发贴人】zh***
【求助】win2k pro + linux
--------------------------------------------------------------------------------
我今天装了red hat linux 8.0, 安装很顺利,我选GRUB作启动引导,无需进一步设置,双系统到能启动,linux一切正常,win2k pro就出现了问题,我需要等大约一分钟才能看到桌面,想进我的电脑,每次都要等半分钟,启动应用软件,正常,如果要打开一个文件,也要等半分钟才能看到几个盘符。除此之外,没有发现其他问题。
我的硬盘原是CDEF,在安装linux过程中,使用linux带的一个分区软件(名字忘了)把F删掉,又再加了几个linux下的分区。boot 和 root 区是ext3, win2k是fat.
请问个位DX如何解决,谢谢。
=======================
【发贴人】old***
check the previous posts.
You might need to remove the linux partition from the disk manager.
_____________________________
【发贴人】pen**
old***的说法很对。。
=========================
【发贴人】zhg**
old***:
Thank you for your help.
I remove the linux partition from disk manager, then I can not boot my computer. Because I choose GRUB as boot loader, I think GRUB has replaced master boot sector and linux partition has been removed, GRUB can not find linux kernel. I can not boot my computer from linux startup floppy disk too.
I reinstalled linux, do as same partition as previous during reinstallation. win2k is still there. this time is better somehow: dual systems can boot correctly, win2k is as slow as previous during starting, after I see desktop, every thing is fine, click My Computer, I can not see linux partition. Try to open a file in application program, fine.
I only can see linux partition in disk manager, but there is no disk letter attached with them.
==============
【发贴人】 wat***
我来说一下吧,这种情况是因为你在linux下建的分区win2k pro不认,但启动是2000要检测原有的分区,所以造成启动速度很慢。
其实像你这种安装方式,应先在硬盘上划出一个空白区域,然后再用linux建立自己的ext2,swap,还有home分区,这样就不会有什么问题了。
============
【发贴人】 zh***
wat*** :
Thanks for your help
I used exactly same way as you said when I reinstalled my linux. I removed linux partition from disk manager, I can not see linux partition in "My Computer". I can find linux partition in disk managerONLY after I reinstall linux. when win2k is starting, it will check all partition, that's why win2k booting is very slow.
This solution has improved the speed after win2k boot successfully. win2k won't check linux partition when I open a file from some application program. for example, when I use MS Word -> File -> open, it works fine, and I won't see linux partition.
=============
以上内容引自某论坛的讨论,为了尊重别人,特对ID等作出处理。原文未改。
我原来c、d、e分别是windows 98+windows 2000 pro+windows xp pro
我现在是windows 98+windows 2000+RH9.0。
为了不引起windows系统盘符混乱,删除windows xp,把空出来的3G分出200M作win2000页面文件分区,这样windows系统与以前一样。剩下的2.8G左右分别分成linux的swap、boot和/,根区小了一些,没有办法。但是这样没有windows 2000启动问题,一切都正常。——以前e盘也有打算用来尝试linux的。我想如果你准备重新安装,可以这样作:
1、计算好各分区容量,比如20g硬盘
win98 -2g
win2000-3g
文档-5g
linux -5g
软件备份区— 5g
2、用winme的fdisk分区,98se的对大于60g以上硬盘支持不太好。我一般宁肯用ms fdisk为windows分区,而不用pq/dm/diskgen等,这样放心些,毕竟不是经常作这个工作。如果觉得dos下格式化慢,可以只格式化一个分区,按好windows系统再用windows格式化。
分区的时候可以这样来分,
win98-2g,
win2000-3g,
随便一个fat32-10g,先不要放数据。
软件备份-5g
然后安装windows 98/2000,然后再进入dos,用fdisk分区工具删除那个空白的10g分区,建立一个5g的分区将来放文档。留下5g未分分区。然后安装liunx的时候,用linux分区把未用分区空间分割给linux使用。
++++++++++结束
我以前没有想过这个问题,看到这方面的讨论也没有仔细看。根据我的经验说上几句,希望对你有帮助。或许不用如此麻烦,上面wan***的办法足以解决问题。