|
山人
初级用户
 
积分 156
发帖 5
注册 2004-3-19
状态 离线
|
『第 286 楼』:
使用 LLM 解释/回答一下
关于CIA-commander系统工具软盘向U盘移植的总结。
一共有两种办法:
1.将U盘格式化为USB-HDD,这样当U盘启动后被认作 hd0,将CIA-COMMANDER的文件全部拷贝到U盘,更新boot目录下的menu.lst文件将其中的fd0更改为hd0。这样更改后U盘启动后可进入Grub的GNU(菜单)模式,但是由于CIA-COMMANDER中各启动项*.BS(各种启动方式所需的启动盘MBR的512字节)都是从FAT12提取的,所以要成功还需从FAT16或FAT32中重新提取*.BS文件(我现在无法做到)。
2.将U盘格式化成USB-FDD,这样当U盘启动后被认作 fd0,将CIA-COMMANDER的文件剃除CIA-COMMANDER等特殊程序后拷贝到U盘。将这些特殊程序重新精减制作IMG文件(必须连续),利用Grub for dos来进行加载。这只是个权宜之计。
Summary of the Transplantation of CIA - commander System Tool Floppy Disk to USB Flash Drive
There are two methods in total:
1. Format the USB flash drive as USB - HDD. Then, when the USB flash drive is booted, it is recognized as hd0. Copy all the files of CIA - COMMANDER to the USB flash drive. Update the menu.lst file in the boot directory and change fd0 in it to hd0. After such changes, the USB flash drive can enter the Grub's GNU (menu) mode when booted. However, since the *.BS (512 - byte MBR of the boot disk required for various boot modes) in CIA - COMMANDER are all extracted from FAT12, it is still necessary to re - extract the *.BS files from FAT16 or FAT32 (I can't do it now).
2. Format the USB flash drive as USB - FDD. Then, when the USB flash drive is booted, it is recognized as fd0. Copy the files of CIA - COMMANDER to the USB flash drive after removing special programs such as CIA - COMMANDER. Re - streamline and make these special programs into IMG files (must be continuous), and use Grub for dos to load them. This is just an expedient measure.
|
|
2004-4-14 00:00 |
|
|
木禾dos
初级用户
 
积分 110
发帖 4
注册 2004-3-9
状态 离线
|
|
2004-4-14 00:00 |
|
|
nfsnfs
初级用户
 
积分 103
发帖 1
注册 2004-4-14
状态 离线
|
『第 288 楼』:
使用 LLM 解释/回答一下
好东东
下一个看看
Good stuff
Let's take a look at the next one
|
|
2004-4-14 00:00 |
|
|
julon
中级用户
  
积分 424
发帖 133
注册 2004-3-1
状态 离线
|
『第 289 楼』:
使用 LLM 解释/回答一下
WindowsNT/2K/XP/2K3用户密码修改是什么文件?
What file is used to change user passwords for Windows NT/2K/XP/2K3?
|

http://hi.baidu.com/julon |
|
2004-4-14 00:00 |
|
|
i18n
初级用户
 
积分 100
发帖 1
注册 2004-4-14
状态 离线
|
|
2004-4-14 00:00 |
|
|
xjhlhb
高级用户
   
积分 736
发帖 210
注册 2004-4-12 来自 中國
状态 离线
|
|
2004-4-14 00:00 |
|
|
biolover
中级用户
  
积分 300
发帖 80
注册 2003-6-29
状态 离线
|
『第 292 楼』:
使用 LLM 解释/回答一下
以下是引用山人在2004-4-14 8:43:03的发言:
关于CIA-commander系统工具软盘向U盘移植的总结。
一共有两种办法:
1.将U盘格式化为USB-HDD,这样当U盘启动后被认作 hd0,将CIA-COMMANDER的文件全部拷贝到U盘,更新boot目录下的menu.lst文件将其中的fd0更改为hd0。这样更改后U盘启动后可进入Grub的GNU(菜单)模式,但是由于CIA-COMMANDER中各启动项*.BS(各种启动方式所需的启动盘MBR的512字节)都是从FAT12提取的,所以要成功还需从FAT16或FAT32中重新提取*.BS文件(我现在无法做到)。
2.将U盘格式化成USB-FDD,这样当U盘启动后被认作 fd0,将CIA-COMMANDER的文件剃除CIA-COMMANDER等特殊程序后拷贝到U盘。将这些特殊程序重新精减制作IMG文件(必须连续),利用Grub for dos来进行加载。这只是个权宜之计。
谢谢山人的努力,我尚未尝试,希望能行!
The following is the speech of Shan Ren on 2004-4-14 8:43:03:
Summary of the transplantation of CIA-commander system tool floppy disk to USB flash drive.
There are two methods in total:
1. Format the USB flash drive as USB-HDD. In this way, when the USB flash drive is booted, it is recognized as hd0. Copy all the files of CIA-COMMANDER to the USB flash drive, update the menu.lst file in the boot directory, and change fd0 in it to hd0. After this change, the USB flash drive can enter the Grub's GNU (menu) mode after booting. However, since each boot item *.BS (512 bytes of the boot disk MBR required for various boot methods) in CIA-COMMANDER is extracted from FAT12, it is still necessary to re-extract the *.BS file from FAT16 or FAT32 (I can't do it now).
2. Format the USB flash drive as USB-FDD. In this way, when the USB flash drive is booted, it is recognized as fd0. Copy the files of CIA-COMMANDER to the USB flash drive after removing special programs such as CIA-COMMANDER. Re-condense these special programs to make an IMG file (must be continuous), and use Grub for dos to load it. This is just a stopgap measure.
Thanks for Shan Ren's efforts. I haven't tried it yet, and I hope it will work!
|
|
2004-4-15 00:00 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『第 293 楼』:
使用 LLM 解释/回答一下
biolover:看到这儿别人向你提问题的帖子了吗:
http://dos.e-stone.cn/dosbbs/dispbbs.asp?boardID=11&ID=11115
biolover: Did you see the post where someone asked you a question here:
http://dos.e-stone.cn/dosbbs/dispbbs.asp?boardID=11&ID=11115
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2004-4-15 00:00 |
|
|
biolover
中级用户
  
积分 300
发帖 80
注册 2003-6-29
状态 离线
|
『第 294 楼』:
使用 LLM 解释/回答一下
以下是引用Wengier在2004-4-15 3:33:33的发言:
biolover:看到这儿别人向你提问题的帖子了吗:
http://dos.e-stone.cn/dosbbs/dispbbs.asp?boardID=11&ID=11115
刚进来,回答了。
The following is a quote from Wengier on 2004-4-15 3:33:33:
biolover: Did you see the post where someone asked you a question here:
http://dos.e-stone.cn/dosbbs/dispbbs.asp?boardID=11&ID=11115
Just came in and answered.
|
|
2004-4-15 00:00 |
|
|
biolover
中级用户
  
积分 300
发帖 80
注册 2003-6-29
状态 离线
|
『第 295 楼』:
使用 LLM 解释/回答一下
以下是引用julon在2004-4-14 10:19:04的发言:
WindowsNT/2K/XP/2K3用户密码修改是什么文件?
使用CIA Commander启动选项就行,不过只限于在NTFS格式上的系统。
The following is a quote from julon on 2004-4-14 10:19:04:
What is the file for modifying user passwords in Windows NT/2K/XP/2K3?
Just use the CIA Commander boot option, but it is only limited to systems on NTFS format.
|
|
2004-4-15 00:00 |
|
|
biolover
中级用户
  
积分 300
发帖 80
注册 2003-6-29
状态 离线
|
『第 296 楼』:
使用 LLM 解释/回答一下
以下是引用rsjd在2004-4-12 22:30:24的发言:
表示感谢,这张的确是一顶一的好盘,那个remote driver不用也行,没多大用。
能说说GRUB盘是如何做的吗?本来我想改成2.88M的盘,但好象不行:(
GRUB是借用Wengier的MS-DOS7.1超级通用启动盘的基础做的,用WinImage提取启动盘的引导区,保存为一个文件\boot\*.bs,然后再修改\boot\menu.lst文件的选项,将其他文件拷贝到根目录就行。至于2.88M的盘的制作,我未尝试过,好像应该是差不多的,这方面我相信Wengier能回答你。
The following is the speech of rsjd on 2004-4-12 22:30:24:
Express gratitude, this disk is indeed an excellent one. The remote driver is not necessary either, it's not very useful.
Can you tell me how the GRUB disk is made? Originally, I wanted to change it to a 2.88M disk, but it seems it's not possible :(
GRUB is made based on the foundation of Wengier's MS-DOS 7.1 super universal boot disk. Extract the boot sector of the boot disk with WinImage and save it as a file \boot\*.bs, then modify the options in the \boot\menu.lst file, and copy other files to the root directory. As for the production of the 2.88M disk, I haven't tried it. It seems it should be similar. I believe Wengier can answer you on this aspect.
|
|
2004-4-15 00:00 |
|
|
huangwen
初级用户
 
积分 109
发帖 2
注册 2003-6-21
状态 离线
|
|
2004-4-15 00:00 |
|
|
jhc
初级用户
 
积分 104
发帖 2
注册 2004-4-15
状态 离线
|
|
2004-4-15 00:00 |
|
|
jhc
初级用户
 
积分 104
发帖 2
注册 2004-4-15
状态 离线
|
|
2004-4-15 00:00 |
|
|
天狼星
初级用户
 
积分 102
发帖 1
注册 2004-4-15
状态 离线
|
『第 300 楼』:
使用 LLM 解释/回答一下
试试看,希望我能会用。
Let's have a try, hope I can use it.
|
|
2004-4-15 00:00 |
|