📄 653.html
字号:
</TD>
<TD><IMG height=22 src="images/spacer.gif" tppabs="http://www.linuxhero.com/docs/images/spacer.gif" width=1
border=0></TD></TR></TBODY></TABLE>
<TABLE cellSpacing=10 cellPadding=0 width="100%" bgColor=#ffffff
border=0>
<TR>
<TD>
<TABLE cellSpacing=0 cellPadding=3 width="100%" border=0>
<TR>
<TD vAlign=top align=middle width="60%">
<TABLE cellSpacing=0 cellPadding=0 width="100%"
background="images/back.gif" tppabs="http://www.linuxhero.com/docs/images/back.gif" border=0>
<TBODY>
<TR>
<TD vAlign=top width="80%">
<DIV align=center>
<FORM action="search.html" tppabs="http://www.linuxhero.com/docs/search.html" method=get>
</FORM>
<TABLE cellSpacing=0 cellPadding=0 width="95%"
border=0><TBODY>
<TR>
<TD background="images/bgi.gif" tppabs="http://www.linuxhero.com/docs/images/bgi.gif"
height=30></TD></TR></TBODY></TABLE>
<TABLE cellSpacing=0 cellPadding=3 width="95%"
align=center border=0>
<TBODY>
<TR>
<TD>
<TABLE cellSpacing=0 cellPadding=3 width="100%"
border=0>
<TBODY>
<TR>
<TD vAlign=top>
<p><FONT class=normalfont><B><font color=blue>如何在一个硬盘上装好了WIN98/NT/Linux</font></B></FONT><BR><FONT class=smallfont color=#ff9900>2004-04-23 15:18 pm</FONT><BR><FONT class=normalfont>作者:作者<br>来自:Linux知识宝库<br>联系方式:无名<br><br>嘿,我在一个硬盘上装好了WIN98/NT/Linux想和大家分享一下体会:<br>
<br>
我先装好了WIN98/NT. NT是装在DOS扩展分区的NTFS中.WIN98装在第一个分区中:<br>
<br>
DOS Primary ---- FAT16 ---- WIN98<br>
DOS Extended<br>
---- NTFS ---- WINNT<br>
<br>
这时,可以通过NT的启动菜单选择启动WIN98或NT.然后我装好了Linux,占用了剩下的两个<br>
基本分区:<br>
<br>
DOS Primary ---- FAT16 ---- WIN98<br>
DOS Extended<br>
---- NTFS ---- WINNT<br>
Primary ---- Ext2 ---- Linux<br>
Primary ---- Swap ---- Linux Swap<br>
<br>
并将LILO装在的硬盘的主分区表中,这时可以用LILO选择启动DOS/Linux.启动Linux<br>
一切正常,而启动DOS后进入NT启动菜单也正常,而且在NT启动菜单中选择WIN98启动<br>
也是正常的.但是选择启动NT就不对了.<br>
<br>
分析一下C:的BOOT.INI文件发现,NT启动的参数是:<br>
disk(0)rdisk(0)partition(2)WINNT<br>
<br>
我将partition(2)改成了partition(4)就一切正常了!可能是因为NT的loader<br>
将扩展分区中的NTFS分区重新编号为4了,因为新增加了两个Linux基本分区分<br>
别编号为了2,3.<br>
<br>
<br>
【发表回复】【查看CU论坛原帖】【关闭】<br>
千里马 回复于:2001-11-30 13:08:01<br>
这是很正常的安装方法,很有效。<br>
我这样安装过:win98 , win2000 advance server , linux,在一块硬盘上,一点问题没有!<br>
<br>
我很笨 回复于:2001-11-30 13:28:17<br>
这很正常嘛!<br>
<br>
zxcmm 回复于:2001-12-02 21:25:42<br>
次安装多系统启动失败之后(win98、me、Linux redhat7.1),分区表被摧毁,只好重新分区。<br>
先安装 Redhat7.1,选择定制安装,分两个区:一个Linux EXT2(2000M用于存放系统和数据)和一个Linux Swap(133M用于交换文件),到LILO选项时选择LILO引导安装在Linux主分区上(/hda1)而不是MBR上,其他自便。安装完毕后用PQMAGIC(你一定要学会分区的知识和使用PQMAGIC软件,非常好用!!)查看时发现Linux EXT2为Primary分区,Linux Swap为Logical分区,然后用PQMAGIC软件将着两个Linux分区向硬盘后部移动,留出一个到两个FAT分区的容量,然后在Linux EXT2分区前分出FAT主分区用于安装WIN9X或NT、2000;在Linux Swap分区后面(如果有容量的话)分出若干FAT逻辑分区。这样,硬盘上的分区顺序是<br>
FAT主分区|FAT主分区|Linux EXT2|Linux Swap|FAT逻辑分区|FAT逻辑分区...<br>
或 FAT主分区|Linux EXT2|Linux Swap|FAT逻辑分区|FAT逻辑分区...<br>
这时再用PQMAGIC(一定要用PQMAGIC!)将FAT主分区激活。重起机器,在C:上安装win9x,系统安装好后,安装BOOTMAGIC,按照提示就可以做成双系统启动了!然后在win9x上安装NT或2000 OK!<br>
如果分了两个FAT主分区的话,先将第一个FAT主分区激活安装win9x,系统安装好后,再用PQMAGIC将第二个FAT主分区激活重起后,C:又变成空盘,安装任意操作操作系统(windows 9x、ME、NT、2000、DOS);安装完毕后再激活第一个FAT主分区,安装BOOTMAGIC,其他同上。<br>
以上分区操作全部使用PQMAGIC,多系统启动必须使用BOOTMAGIC,它们都是PowerQuest出的。<br>
累死我了!!不知道看明白没有??<br>
<br>
neo2718 回复于:2001-12-08 11:27:31<br>
能否先安装98以后,安全的安装linux(可以使用pqmagic),不要在装NT或者2000,那位哥们帮下忙,谢谢!!<br>
<br>
zhang2347917 回复于:2002-10-18 17:39:09<br>
大家好,有谁知道我怎样才可以安装LINX呢?我的机器上以安装了98。2000。XP<br>
<br>
zhi 回复于:2002-10-18 17:44:46<br>
哈哈`<br>
没有什么啊`<br>
<br>
<br>
呆若木鸡 回复于:2002-11-17 22:23:56<br>
我也没这样弄过,回头我也学你<br>
<br>
980618w 回复于:2002-11-17 23:29:11<br>
1)如果先装win98后,我们再装linux,并做好linux的启动盘,然后我们开始装win2K,装win2K后,我们会看到linux的引导界面没有了,这是正常现象,这时我们拿出做好的linux<br>
的启动盘,引导并进入linux,进入linux后,输入命令lilo,这时就可以了。<br>
2)我的机器也是装4个系统,分别的winME,win2K,winXP,linux7.3,你可以先装好三个windows系统,然后用linux的光盘启动后直接安装linux,在装的过程中选择“定制”<br>
然后选择“手动分区”,再就是删去一个分区(fat32或nfst),用来装linux,然后把它<br>
转变成EXT2,再划出一点空间做为交换分区SWAP,在分区的时候,以上的这些都在图形界面<br>
下完成的,非常容易,如果你分错的话,没有关系,可以重来,或者你在分区的时候突然想要放弃,也可以,因为你在分的过程中,还没有最终切定下来,只有你分到自己满意后,<br>
点“下一步”,然后会提示你是不是要真的安装时,这时你才是决定你是否真的要安装linux,其实很容易,电脑只要你敢试,没有什么可以办不到的,最重要的是你不要只想不做<br>
要敢想敢试,这才学有东西。对了,在分区的时候,你也可以用魔术分区分出EXT2和SWAP<br>
<br>
<br>
<br>
windowsnt 回复于:2002-11-18 00:26:51<br>
关键数据还是先备份一下,以免误操作丢失数据<br>
<br>
一无所有 回复于:2002-11-18 07:58:14<br>
为什么大家对98都恋恋不舍,俺的机子上没98!<br>
<br>
alstone 回复于:2002-11-18 09:35:35<br>
98对游戏的支持最好了.<br>
<br>
ilike911 回复于:2002-11-21 15:09:26<br>
是的98游戏多 <br>
共存还是比较简单的 最好先安装 98<br>
然后2000然后linux<br>
<br>
我的机器上是win2k + solaris 8 x86 + redhat8 用grub引导 非常漂亮<br>
<br>
<br>
crazywy 回复于:2003-06-25 02:32:38<br>
如果我本来有WIN2000,可以直接用LINUX启动光盘直接装吧,那安装后启动引导是LILO还是OS Loader?(我没有软驱),另外SWAP区一般分多大?<br>
<br>
mercuryknight 回复于:2003-06-25 20:31:47<br>
为什么启动一定要用Bootmagic呢?我什么都用过,没一样不能用的<br>
<br>
yufeng8552 回复于:2003-07-22 15:56:02<br>
SWAP分区一般分自己内存的2倍<br>
<br>
mzxueshan 回复于:2003-07-23 08:21:37<br>
我是个新手,我的硬盘原来全部分区都是FAT32的,现在我想装个Linux系统,但又怕误操作丢了硬盘上原来的数据,请问我该怎么做,谢谢!<br>
<br>
shellfj 回复于:2003-09-07 11:55:24<br>
好象很复杂似的啊<br>
<br>
linan 回复于:2003-10-01 21:33:07<br>
请问各位大虾,是不是liunx必须安装在主分区中<br>
我分了4个区,只有c盘是主分区,其他的都是逻辑分区,我的机器上用的是windows2003英文版,我也装了liunx,可是我在装liunx的时候在自己定制分区的时候是在逻辑分区中安装的,我只能加载/,却不能加载/swap<br>
因为我只是装liunx玩玩,不做服务器,我就是加了一个挂在点/,按装后也可以用,这个时候我去不明白了,请问各位这是为什么啊?<br>
还有怎么样才能在逻辑分区中定制其他的分区!<br>
<br>
蓝色的忧郁 回复于:2003-10-11 20:50:31<br>
大家有没有试过虚拟机?很方便的,我的机子上是XP,98,2003,红旗LINUX,除了有时内存不够用外,挺爽的。
</FONT><br>
</TD>
</TR>
<TR>
<TD colSpan=2><FONT
class=middlefont></FONT><BR>
<FONT
class=normalfont>全文结束</FONT> </TD>
</TR>
<TR>
<TD background="images/dot.gif" tppabs="http://www.linuxhero.com/docs/images/dot.gif" colSpan=2
height=10></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></DIV></TD>
<TD vAlign=top width="20%"
background="images/line.gif" tppabs="http://www.linuxhero.com/docs/images/line.gif" rowSpan=2>
<DIV align=center>
<table class=tableoutline cellspacing=1 cellpadding=4
width="100%" align=center border=0>
<tr class=firstalt>
<td noWrap background="images/bgline.gif" tppabs="http://www.linuxhero.com/docs/images/bgline.gif" colspan=2 height=21>
<font class=normalfont><b>所有分类</b></font></td>
</tr>
<tr class=secondalt> <td noWrap width=27%> <font class=normalfont>1:</font> </td><td noWrap width=73%> <table width=100% border=0> <tr> <td><font class=normalfont><a href="type1.html" tppabs="http://www.linuxhero.com/docs/type1.html">非技术类</a></font></td> </tr> </table></td></tr><tr class=firstalt> <td noWrap width=27%> <font class=normalfont>2:</font> </td><td noWrap width=73%> <table width=100% border=0> <tr> <td><font class=normalfont><a href="type2.html" tppabs="http://www.linuxhero.com/docs/type2.html">基础知识</a></font></td> </tr> </table></td></tr><tr class=secondalt> <td noWrap width=27%> <font class=normalfont>3:</font> </td><td noWrap width=73%> <table width=100% border=0> <tr> <td><font class=normalfont><a href="type3.html" tppabs="http://www.linuxhero.com/docs/type3.html">指令大全</a></font></td> </tr> </table></td></tr><tr class=firstalt> <td noWrap width=27%> <font class=normalfont>4:</font> </td><td noWrap width=73%> <table width=100% border=0> <tr> <td><font class=normalfont><a href="type4.html" tppabs="http://www.linuxhero.com/docs/type4.html">shell</a></font></td> </tr> </table></td></tr><tr class=secondalt> <td noWrap width=27%> <font class=normalfont>5:</font> </td><td noWrap width=73%> <table width=100% border=0> <tr> <td><font class=normalfont><a href="type5.html" tppabs="http://www.linuxhero.com/docs/type5.html">安装启动</a></font></td> </tr> </table></td></tr><tr class=firstalt> <td noWrap width=27%> <font class=normalfont>6:</font> </td><td noWrap width=73%> <table width=100% border=0> <tr> <td><font class=normalfont><a href="type6.html" tppabs="http://www.linuxhero.com/docs/type6.html">xwindow</a></font></td> </tr> </table></td></tr><tr class=secondalt> <td noWrap width=27%> <font class=normalfont>7:</font> </td><td noWrap width=73%> <table width=100% border=0> <tr> <td><font class=normalfont><a href="type7.html" tppabs="http://www.linuxhero.com/docs/type7.html">kde</a></font></td> </tr> </table></td></tr><tr class=firstalt> <td noWrap width=27%> <font class=normalfont>8:</font> </td><td noWrap width=73%> <table width=100% border=0> <tr> <td><font class=normalfont><a href="type8.html" tppabs="http://www.linuxhero.com/docs/type8.html">gnome</a></font></td> </tr> </table></td></tr><tr class=secondalt> <td noWrap width=27%> <font class=normalfont>9:</font> </td><td noWrap width=73%> <table width=100% border=0> <tr> <td><font class=normalfont><a href="type9.html" tppabs="http://www.linuxhero.com/docs/type9.html">输入法类</a></font></td> </tr> </table></td></tr><tr class=firstalt> <td noWrap width=27%> <font class=normalfont>10:</font> </td><td noWrap width=73%> <table width=100% border=0> <tr> <td><font class=normalfont><a href="type10.html" tppabs="http://www.linuxhero.com/docs/type10.html">美化汉化</a></font></td> </tr> </table></td></tr><tr class=secondalt> <td noWrap width=27%> <font class=normalfont>11:</font> </td><td noWrap width=73%> <table width=100% border=0> <tr> <td><font class=normalfont><a href="type11.html" tppabs="http://www.linuxhero.com/docs/type11.html">网络配置</a></font></td> </tr> </table></td></tr><tr class=firstalt> <td noWrap width=27%> <font class=normalfont>12:</font> </td><td noWrap width=73%> <table width=100% border=0> <tr> <td><font class=normalfont><a href="type12.html" tppabs="http://www.linuxhero.com/docs/type12.html">存储备份</a></font></td> </tr> </table></td></tr><tr class=secondalt> <td noWrap width=27%> <font class=normalfont>13:</font> </td><td noWrap width=73%> <table width=100% border=0> <tr> <td><font class=normalfont><a href="type13.html" tppabs="http://www.linuxhero.com/docs/type13.html">杂项工具</a></font></td> </tr> </table></td></tr><tr class=firstalt> <td noWrap width=27%> <font class=normalfont>14:</font> </td><td noWrap width=73%> <table width=100% border=0> <tr> <td><font class=normalfont><a href="type14.html" tppabs="http://www.linuxhero.com/docs/type14.html">编程技术</a></font></td> </tr> </table></td></tr><tr class=secondalt> <td noWrap width=27%> <font class=normalfont>15:</font> </td><td noWrap width=73%> <table width=100% border=0> <tr> <td><font class=normalfont><a href="type15.html" tppabs="http://www.linuxhero.com/docs/type15.html">网络安全</a></font></td> </tr> </table></td></tr><tr class=firstalt> <td noWrap width=27%> <font class=normalfont>16:</font> </td><td noWrap width=73%> <table width=100% border=0> <tr> <td><font class=normalfont><a href="type16.html" tppabs="http://www.linuxhero.com/docs/type16.html">内核技术</a></font></td> </tr> </table></td></tr><tr class=secondalt> <td noWrap width=27%> <font class=normalfont>17:</font> </td><td noWrap width=73%> <table width=100% border=0> <tr> <td><font class=normalfont><a href="type17.html" tppabs="http://www.linuxhero.com/docs/type17.html">速度优化</a></font></td> </tr> </table></td></tr><tr class=firstalt> <td noWrap width=27%> <font class=normalfont>18:</font> </td><td noWrap width=73%> <table width=100% border=0> <tr> <td><font class=normalfont><a href="type18.html" tppabs="http://www.linuxhero.com/docs/type18.html">apache</a></font></td> </tr> </table></td></tr><tr class=secondalt> <td noWrap width=27%> <font class=normalfont>19:</font> </td><td noWrap width=73%> <table width=100% border=0> <tr> <td><font class=normalfont><a href="type19.html" tppabs="http://www.linuxhero.com/docs/type19.html">email</a></font></td> </tr> </table></td></tr><tr class=firstalt> <td noWrap width=27%> <font class=normalfont>20:</font> </td><td noWrap width=73%> <table width=100% border=0> <tr> <td><font class=normalfont><a href="type20.html" tppabs="http://www.linuxhero.com/docs/type20.html">ftp服务</a></font></td> </tr> </table></td></tr><tr class=secondalt> <td noWrap width=27%> <font class=normalfont>21:</font> </td><td noWrap width=73%> <table width=100% border=0> <tr> <td><font class=normalfont><a href="type21.html" tppabs="http://www.linuxhero.com/docs/type21.html">cvs服务</a></font></td> </tr> </table></td></tr><tr class=firstalt> <td noWrap width=27%> <font class=normalfont>22:</font> </td><td noWrap width=73%> <table width=100% border=0> <tr> <td><font class=normalfont><a href="type22.html" tppabs="http://www.linuxhero.com/docs/type22.html">代理服务</a></font></td> </tr> </table></td></tr><tr class=secondalt> <td noWrap width=27%> <font class=normalfont>23:</font> </td><td noWrap width=73%> <table width=100% border=0> <tr> <td><font class=normalfont><a href="type23.html" tppabs="http://www.linuxhero.com/docs/type23.html">samba</a></font></td> </tr> </table></td></tr><tr class=firstalt> <td noWrap width=27%> <font class=normalfont>24:</font> </td><td noWrap width=73%> <table width=100% border=0> <tr> <td><font class=normalfont><a href="type24.html" tppabs="http://www.linuxhero.com/docs/type24.html">域名服务</a></font></td> </tr> </table></td></tr><tr class=secondalt> <td noWrap width=27%> <font class=normalfont>25:</font> </td><td noWrap width=73%> <table width=100% border=0> <tr> <td><font class=normalfont><a href="type25.html" tppabs="http://www.linuxhero.com/docs/type25.html">网络过滤</a></font></td> </tr> </table></td></tr><tr class=firstalt> <td noWrap width=27%> <font class=normalfont>26:</font> </td><td noWrap width=73%> <table width=100% border=0> <tr> <td><font class=normalfont><a href="type26.html" tppabs="http://www.linuxhero.com/docs/type26.html">其他服务</a></font></td> </tr> </table></td></tr><tr class=secondalt> <td noWrap width=27%> <font class=normalfont>27:</font> </td><td noWrap width=73%> <table width=100% border=0> <tr> <td><font class=normalfont><a href="type27.html" tppabs="http://www.linuxhero.com/docs/type27.html">nfs</a></font></td> </tr> </table></td></tr><tr class=firstalt> <td noWrap width=27%> <font class=normalfont>28:</font> </td><td noWrap width=73%> <table width=100% border=0> <tr> <td><font class=normalfont><a href="type28.html" tppabs="http://www.linuxhero.com/docs/type28.html">oracle</a></font></td> </tr> </table></td></tr><tr class=secondalt> <td noWrap width=27%> <font class=normalfont>29:</font> </td><td noWrap width=73%> <table width=100% border=0> <tr> <td><font class=normalfont><a href="type29.html" tppabs="http://www.linuxhero.com/docs/type29.html">dhcp</a></font></td> </tr> </table></td></tr><tr class=firstalt> <td noWrap width=27%> <font class=normalfont>30:</font> </td><td noWrap width=73%> <table width=100% border=0> <tr> <td><font class=normalfont><a href="type30.html" tppabs="http://www.linuxhero.com/docs/type30.html">mysql</a></font></td> </tr> </table></td></tr><tr class=secondalt> <td noWrap width=27%> <font class=normalfont>31:</font> </td><td noWrap width=73%> <table width=100% border=0> <tr> <td><font class=normalfont><a href="type31.html" tppabs="http://www.linuxhero.com/docs/type31.html">php</a></font></td> </tr> </table></td></tr><tr class=firstalt> <td noWrap width=27%> <font class=normalfont>32:</font> </td><td noWrap width=73%> <table width=100% border=0> <tr> <td><font class=normalfont><a href="type32.html" tppabs="http://www.linuxhero.com/docs/type32.html">ldap</a></font></td> </tr> </table></td></tr> </table>
</DIV></TD></TR>
<TR vAlign=top>
<TD width="80%">
<DIV align=center><BR>
</DIV>
</TD></TR></TBODY></TABLE></TD></TR>
</TABLE></TD></TR>
</TABLE>
<TABLE cellSpacing=0 cellPadding=4 width="100%" bgColor=#eeeeee
border=0><TBODY>
<TR>
<TD width="50%">
<P><FONT class=middlefont>版权所有 © 2004 <A
href="mailto:bjchenxu@sina.com">linux知识宝库</A><BR>
违者必究. </FONT></P>
</TD>
<TD width="50%">
<DIV align=right><FONT class=middlefont>Powered by: <A
href="mailto:bjchenxu@sina.com">Linux知识宝库</A> Version 0.9.0 </FONT></DIV>
</TD></TR></TBODY></TABLE>
<CENTER></CENTER></TD></TR>
</TABLE></CENTER></BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -