|
dijias
初级用户
 
积分 126
发帖 7
注册 2004-6-6
状态 离线
|
『楼 主』:
[讨论]关于移动98操作系统的问题
使用 LLM 解释/回答一下
大家讨论下,想在移动硬盘上作个win98,使之能通过usb接到其他电脑上并运行装在此硬盘上的98。硬盘分了c,d两个区,磁盘装了win98 plus1,就那个只有68M的98,装完将硬盘直接接到ide接口上(移动硬盘是3.5寸硬盘+usb——ide转接线),设从此硬盘启动,能顺利进入98系统。但考虑不能老去拆别人机箱,插在usb接口上时,用软盘启动,加载aspiusb,di10000dd,能正确辨认此硬盘和两个分区,问题是此时盘符为i,j。虽然用lessig在dos下改盘符j为c,msdos.sys中设BootGUI=0,输入win后不久死机,好像提示找不到c:\windows\下的ifh??(帮助文件把),大家说说是什么问题,改如何解决?是否msdos.sys中路径设不对
Let's discuss. I want to make a Win98 on a mobile hard drive, so that it can be connected to other computers via USB and run the 98 installed on this hard drive. The hard drive is divided into two partitions, C and D. The disk has Win98 Plus 1, that is, the 98 that is only 68M. After installation, directly connect the hard drive to the IDE interface (the mobile hard drive is a 3.5-inch hard drive + USB - IDE adapter cable). Set to boot from this hard drive, and can successfully enter the 98 system. But considering that I can't always open other people's cases, when plugging into the USB interface, boot with a floppy disk, load aspiusb, di10000dd, can correctly identify this hard drive and two partitions. The problem is that the drive letters are I and J at this time. Although using lessig to change drive letter J to C under DOS, setting BootGUI=0 in msdos.sys, and entering win will crash soon,好像提示找不到 c:\windows\下的ifh?? (the help file says). Everyone, what's the problem, and how to solve it? Is the path setting in msdos.sys incorrect
|
|
2004-9-3 00:00 |
|
|
JonePeng
金牌会员
      D◎$ Fαп
积分 4562
发帖 1883
注册 2004-1-19 来自 广东广州
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
可能是MSDOS.SYS的问题,试试不用LESSIG改盘符,把项中所有的C:都改成I:。那个IFH??文件应该是IFSHLP.SYS,是文件系统安装帮助文件,Win98启动的时候必用之。
It may be a problem with MSDOS.SYS. Try not to change the drive letter with LESSIG, and change all C: in the section to I:. That IFH?? file should be IFSHLP.SYS, which is the file system installation help file and is necessary for Win98 to start.
|

----====≡≡≡≡ 我的至爱,永远是MSDOS!≡≡≡≡====----
|
|
2004-9-4 00:00 |
|
|
LK
高级用户
   
积分 915
发帖 309
注册 2002-12-22
状态 离线
|
『第 3 楼』:
使用 LLM 解释/回答一下
都改成I:?要是遇到只有2个分区的硬盘或者没有硬盘的机器呢?。
Change everything to I:? What about a machine with only 2 partitions or no hard drive?
|
|
2004-9-4 00:00 |
|
|
dijias
初级用户
 
积分 126
发帖 7
注册 2004-6-6
状态 离线
|
『第 4 楼』:
使用 LLM 解释/回答一下
直接改成i不行的,好像启动时现去读msdos.sys,那时还没有来得读config.sys加载u盘驱动,就是i,j这些盘是不存在的把,加载u盘驱动后盘符才有效;还有就是不同机器分区不同这些盘符也不定。我想其实就是先用软盘盘启动,然后如何在dos下运行其他分区上的win98的问题?哪个大虾做过这些的来介绍一下
Directly changing to i won't work. It seems that when booting, it first reads msdos.sys, and at that time, there isn't enough time to read config.sys to load the USB drive, so drives like i, j, etc. don't exist. The drive letters are only valid after loading the USB drive; also, drive letters vary depending on the partitions of different machines. I think it's actually about booting with a floppy disk first and then how to run Win98 on other partitions under DOS. Which expert has done this before, come and introduce it
|
|
2004-9-5 00:00 |
|
|
如是大师
元老会员
         步行的人
积分 9654
发帖 3351
注册 2003-3-11 来自 湖北
状态 离线
|
『第 5 楼』:
使用 LLM 解释/回答一下
用subst吧
|

弄花香满衣,掬水月在手。
明月鹭鸟飞, 芦花白马走。
我自一过后,野渡现横舟。
青云碧空在,净瓶水不流。
http://dos.e-stone.cn/guestbook/index.asp
======中國DOS聯盟=====
我的新网页http://rsds.7i24.com欢迎光顾 |
|
2004-9-5 00:00 |
|
|
dijias
初级用户
 
积分 126
发帖 7
注册 2004-6-6
状态 离线
|
『第 6 楼』:
使用 LLM 解释/回答一下
io.sys,msdos.sys,config.sys均拷贝覆盖启动软盘原文件。修改msdos.sys,path只留第三行=a,gui=0;config.sys,加上加载himen,aspiusb,di10000dd的三行。启动后运行subst 将u盘改为c,进windows去win,好象出的错少点了,是注册表什么的没找到然后死机说VFAT Device Initialization Failed A device or resource required by VFAT is not present or is unavailable.VFAT cannot continue loading.请问win是不是不能启动不固定盘符(u盘,虽然之后doa下改盘符)上的98?
io.sys, msdos.sys, config.sys are all copied and overwritten to the original files on the boot floppy. Modify msdos.sys, leave only the third line in path = a, gui = 0; add three lines in config.sys to load himen, aspiusb, di10000dd. After booting, run subst to change the USB flash drive to C, enter Windows and go to win. It seems that there are fewer errors. Then it dies saying that the registry or something is not found and VFAT Device Initialization Failed. A device or resource required by VFAT is not present or is unavailable. VFAT cannot continue loading. Is it that Windows cannot start on 98 on a USB flash drive (although the drive letter was changed under DOS later)?
|
|
2004-9-6 00:00 |
|
|
aria
高级用户
   
积分 924
发帖 243
注册 2003-7-9
状态 离线
|
『第 7 楼』:
使用 LLM 解释/回答一下
可能是win98需要u盘驱动吧Dos下的驱动win98可能不使用了
Maybe it's that Windows 98 needs a USB drive driver. The DOS - based driver might not be used for Windows 98 anymore.
|
|
2004-9-7 00:00 |
|
|
wfn2000
初级用户
 
积分 144
发帖 15
注册 2004-3-31
状态 离线
|
『第 8 楼』:
使用 LLM 解释/回答一下
我用是6m的那个WIN98.GHO恢复到U盘后,把msdos.sys里的c:改为a:(我的U盘启动后是A盘),能启动98但无法正常显示汉字,乱码。
After I used the 6m WIN98.GHO to restore to the USB flash drive, I changed c: to a: in msdos.sys (my USB flash drive is drive A after booting), and it can boot 98 but cannot display Chinese characters normally, showing garbled characters.
|
|
2005-1-21 00:00 |
|
|
大秦武士
初级用户
 
积分 131
发帖 7
注册 2005-1-17
状态 离线
|
『第 9 楼』:
使用 LLM 解释/回答一下
以下是引用dijias在2004-9-6 18:06:51的发言:
VFAT Device Initialization Failed A device or resource required by VFAT is not present or is unavailable.VFAT cannot continue loading.请问win是不是不能启动不固定盘符(u盘,虽然之后doa下改盘符)上的98?
我遇到的問題跟你一樣!期待解決!
Below is the speech of dijias on 2004-9-6 18:06:51:
VFAT Device Initialization Failed A device or resource required by VFAT is not present or is unavailable.VFAT cannot continue loading.请问win是不是不能启动不固定盘符(u盘,虽然之后doa下改盘符)上的98?
I have the same problem as you! Looking forward to a solution!
|
|
2005-1-21 00:00 |
|
|
yyz985
初级用户
 
积分 194
发帖 35
注册 2005-1-10 来自 上海
状态 离线
|
|
2005-1-28 00:00 |
|