|
zhengxiang
初级用户
 
积分 68
发帖 24
注册 2006-6-26
状态 离线
|
『楼 主』:
[求助] 怎么样在XP系统上,增加一个DOS引导?
使用 LLM 解释/回答一下
怎么样在XP系统上,增加一个DOS引导,能引导到纯DOS?(不用矮人DOS,和MAXDOS之类的工具)
急!!先谢谢大家!!!
How to add a DOS boot in the XP system to boot to pure DOS? (Without using Dwarf DOS and MAXDOS and other tools)
Urgent!! Thank you everyone first!!!
|
|
2006-7-12 17:02 |
|
|
fastslz
铂金会员
       DOS一根葱
积分 5493
发帖 2315
注册 2006-5-1 来自 上海
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
首先说明矮人DOS,和MAXDOS都是纯DOS。
1. 推荐用grub4dos(grub for dos)
2. 先装DOS后装XP.....(直接用bootsect.dos不一定能启动dos)
请善用搜索功能......
First, note that Dwarf DOS and MAXDOS are both pure DOS.
1. It is recommended to use grub4dos (grub for dos)
2. Install DOS first and then install XP... (Directly using bootsect.dos may not be able to boot DOS)
Please make good use of the search function...
|
|
2006-7-12 20:03 |
|
|
不得不爱
超级版主
         我爱DOS
积分 5310
发帖 2044
注册 2005-9-26 来自 四川南充
状态 离线
|
|
2006-7-12 20:05 |
|
|
zhengxiang
初级用户
 
积分 68
发帖 24
注册 2006-6-26
状态 离线
|
『第 4 楼』:
谢谢!
使用 LLM 解释/回答一下
请问版主,下载解压后,怎么用,直接拷到C:吗?
谢谢!!非赏感谢!
Excuse me, moderator. After downloading and extracting, how to use it? Just copy it to C:?
Thank you!! Very grateful!
|
|
2006-7-14 17:05 |
|
|
不得不爱
超级版主
         我爱DOS
积分 5310
发帖 2044
注册 2005-9-26 来自 四川南充
状态 离线
|
|
2006-7-14 20:19 |
|
|
zhengxiang
初级用户
 
积分 68
发帖 24
注册 2006-6-26
状态 离线
|
『第 6 楼』:
求助!
使用 LLM 解释/回答一下
我的C:盘是NTFS格式怎么办呢?
What should I do if my C: drive is in NTFS format?
|
|
2006-7-15 17:04 |
|
|
403234072
新手上路

积分 2
发帖 1
注册 2006-6-17
状态 离线
|
|
2006-7-15 19:36 |
|
|
flyinsky
新手上路

积分 2
发帖 1
注册 2006-7-14
状态 离线
|
『第 8 楼』:
使用 LLM 解释/回答一下
这种行不行?在网上看到一篇文章说是在XP命令提示行中运行start/separate可以进入纯DOS.不知道行不行?
Is this okay? I saw an article online saying that running start/separate in the XP command prompt can enter pure DOS. I don't know if it works?
|
|
2006-7-16 11:44 |
|
|
zhengxiang
初级用户
 
积分 68
发帖 24
注册 2006-6-26
状态 离线
|
『第 9 楼』:
急急急急
使用 LLM 解释/回答一下
版主你好:
我照你的方法("解压到启动软盘上面!然后在启动时打XPDOS就可以了!")做了.可是用了以后,系统也起不起来了.可能是我的C:盘是NTFS格式,我现在该怎么办呢?
Hello moderator:
I followed your method ("Extract to the boot floppy! Then type XPDOS at boot time!") and did it. But after using it, the system can't boot either. Maybe my C: drive is in NTFS format. What should I do now?
|
|
2006-7-16 13:48 |
|
|
brglng
银牌会员
     永遠的DOS~~~
积分 1200
发帖 466
注册 2005-2-1 来自 上海
状态 离线
|
|
2006-7-16 17:00 |
|
|
joe76
新手上路

积分 2
发帖 1
注册 2006-2-16
状态 离线
|
『第 11 楼』:
使用 LLM 解释/回答一下
使用以下命令:
Sys
srcboot
bootpart
attrib
具体步骤是:
1.用光盘或软盘启动Dos;
2.Sys a: c:(传送DOS启动文件,使得现有的C:盘能够启动DOS);
3.Srcboot c: c:\bootsect.dos /s (把当前的Dos启动信息保存下来)
4.Echo y|Bootpart winnt boot:c: (这一步是重新恢复Nt的启动内核,因为你用Sys a: c:把C: 盘原先的Nt的启动信息覆盖了,如果不进行这一步的话,从硬盘启动就变成纯Dos了。)
5.Attrib -h -s -r C:\boot.ini(这一步是去掉Boot.ini的的隐藏、系统、只读属性。)
6.Echo c:\="MS-DOS">>c:\boot.ini(在Boot.ini添加进入Dos的选项。)
7.Attrib +h +s +r C:\boot.ini(恢复Boot.ini的隐藏、系统、只读属性。)
8.重新启动电脑,按F8,选择最后一项“返回操作系统选择菜单”,选“Ms-dos”一项,就可以进行纯Dos了。
Use the following commands:
Sys
srcboot
bootpart
attrib
Specific steps are:
1. Boot Dos with a CD or floppy disk;
2. Sys a: c: (Transfer DOS boot files so that the existing C: drive can boot DOS);
3. Srcboot c: c:\bootsect.dos /s (Save the current DOS boot information);
4. Echo y|Bootpart winnt boot:c: (This step is to re - restore the Nt boot kernel because you used Sys a: c: to overwrite the original Nt boot information on the C: drive. If this step is not carried out, booting from the hard disk will become pure DOS);
5. Attrib -h -s -r C:\boot.ini (This step is to remove the hidden, system, and read - only attributes of Boot.ini);
6. Echo c:\="MS-DOS">>c:\boot.ini (Add an option to enter DOS in Boot.ini);
7. Attrib +h +s +r C:\boot.ini (Restore the hidden, system, and read - only attributes of Boot.ini);
8. Restart the computer, press F8, select the last item "Return to the operating system selection menu", and select the "Ms-dos" item to be able to enter pure DOS.
|
|
2006-7-30 11:36 |
|