|
wang6610
银牌会员
    
积分 1246
发帖 488
注册 2003-11-11
状态 离线
|
『第 16 楼』:
使用 LLM 解释/回答一下
Originally posted by xiaoyunwang at 2008-11-18 07:29 PM:
我发现内面有一个 BUG ,是由于修改 IO.SYS 为不怕逻辑锁而引起的,导致 DOS 下可能对 FAT32 分区识别不准确,甚至不识别,加了 ifs 后可以识别,但退出 ...
就是...............
Originally posted by xiaoyunwang at 2008-11-18 07:29 PM:
I found a BUG inside, which is caused by modifying IO.SYS to be immune to logical locks, resulting in inaccurate or even non-recognition of FAT32 partitions under DOS. After adding ifs, it can be recognized, but when exiting...
Just...............
|

|
|
2008-11-18 21:55 |
|
|
julon
中级用户
  
积分 424
发帖 133
注册 2004-3-1
状态 离线
|
『第 17 楼』:
使用 LLM 解释/回答一下
谢谢!用镜像加载没发现此问题!
期待新版qboot……
Thanks! No problem found when loading with the image!
Looking forward to the new version of qboot...
|

http://hi.baidu.com/julon |
|
2008-11-19 07:07 |
|
|
julon
中级用户
  
积分 424
发帖 133
注册 2004-3-1
状态 离线
|
『第 18 楼』:
使用 LLM 解释/回答一下
顶一下。
我在u盘加载镜像也没问题。
直接释放到u盘启动速度慢。
建议新的qboot,更改edit,加入pc.exe或vc.exe,加入通用光驱驱动。
作为dos与xp的桥梁(如在dos下更改、备份自己的文件后仍然可以通过qboot进入xp),qboot很好,所以期待!!
Last edited by julon on 2008-11-21 at 07:35 ]
Bump it.
I have no problem loading the image on the USB flash drive.
Releasing directly to the USB flash drive and booting is slow.
It is suggested that the new qboot change the edit, add pc.exe or vc.exe, and add a general CD-ROM driver.
As a bridge between DOS and XP (such as being able to enter XP through qboot after changing and backing up your own files under DOS), qboot is very good, so looking forward to it!
Last edited by julon on 2008-11-21 at 07:35 ]
|

http://hi.baidu.com/julon |
|
2008-11-21 07:33 |
|
|
xiaoyunwang
高级用户
   
积分 940
发帖 374
注册 2007-10-17 来自 湖南张家界
状态 离线
|
『第 19 楼』:
使用 LLM 解释/回答一下
Originally posted by julon at 2008-11-21 07:33 AM:
顶一下。
我在u盘加载镜像也没问题。
直接释放到u盘启动速度慢。
建议新的qboot,更改edit,加入pc.exe或vc.exe,加入通用光驱驱动。
作为dos与xp的桥 ...
这个暂时未打算更改了,如果改为用 PSI 分析转换路径的话,意味着原来的批处理代码全部作废,得重新写,懒得动手了。Qboot 中使用 usecd 即可驱动通用 IDE/ATAPI/SATA 光驱了,使用 useusb (或加 /r 参数可以识别 U 盘多个分区呢,原因是默认的 Di1000dd.SYS 只能分配一个盘符,而加 /r 后使用 Aspidisk.sys 分配盘符则可以分配多个盘符,但兼容性不如 Di1000dd.sys)可驱动 USB 设备了,不过你可能要更新一下 USBASPI.SYS 为 2.27 版的,这个 2.24 版的有点兼容性问题(有些 USB2.0 使用 2.24 版不能驱动,但使用 2.20 版或 2.27 最新版却可以驱动),至于那个 edit ,呵呵,那可是世界上最小的编辑器喽,曾经在 PC 杂志上得过奖呢," Edit 文件路径 " 调入编辑,编辑好后直接按 Alt+X 退出,修改立即生效(编辑器中可按 F1 获得帮助),至于 VC,PC 等GUI 管理工具,那是额外事了,要是什么都要那不是成了一个"工具箱"了,请自己加入吧,另外别忘了,那个 IO.SYS 有 BUG (是由于修改 IO 以不怕逻辑锁引起的),需要替换掉其它的(如站长的 IO.SYS 或原版的),还有 Grub.exe 的更新,OK 了。
Last edited by xiaoyunwang on 2008-11-21 at 09:16 ]
Originally posted by julon at 2008-11-21 07:33 AM:
Give it a thumbs up.
I have no problem loading the image on the USB flash drive.
Releasing directly to the USB flash drive for booting is slow.
It is suggested that the new qboot should change edit, add pc.exe or vc.exe, and add a universal CD-ROM driver.
As a bridge between DOS and XP...
This is not planned to be changed for the time being. If we change to using PSI to analyze and convert the path, it means that all the original batch processing code will be invalidated and needs to be rewritten from scratch. I'm too lazy to do it. In Qboot, using usecd can drive the universal IDE/ATAPI/SATA CD-ROM. Using useusb (or adding the /r parameter can identify multiple partitions of the USB flash drive. The reason is that the default Di1000dd.SYS can only assign one drive letter, and after adding /r, using Aspidisk.sys to assign drive letters can assign multiple drive letters, but the compatibility is not as good as Di1000dd.sys). You may need to update USBASPI.SYS to version 2.27. This version 2.24 has some compatibility issues (some USB2.0 cannot be driven with version 2.24, but can be driven with version 2.20 or the latest version 2.27). As for that edit, heh, that's the smallest editor in the world, which once won an award in PC Magazine. "Edit file path" to load for editing, and after editing, just press Alt+X to exit, and the modification takes effect immediately (you can press F1 in the editor to get help). As for VC, PC and other GUI management tools, that's an extra matter. If everything is required, it will become a "toolbox". Please add it yourself. Also, don't forget that there is a BUG in that IO.SYS (caused by modifying IO to be不怕logical lock), which needs to be replaced with others (such as the webmaster's IO.SYS or the original one). Also, the update of Grub.exe is done.
Last edited by xiaoyunwang on 2008-11-21 at 09:16 ]
|


生命源头 → www.shengmingyt.cn |
|
2008-11-21 09:09 |
|
|
julon
中级用户
  
积分 424
发帖 133
注册 2004-3-1
状态 离线
|
『第 20 楼』:
使用 LLM 解释/回答一下
谢谢!那我就自己diy了,可能还会在无忧论坛推荐一下这个工具。
Thanks! Then I'll DIY it myself, and maybe recommend this tool on the Wuyou Forum.
|

http://hi.baidu.com/julon |
|
2008-11-21 12:08 |
|
|
julon
中级用户
  
积分 424
发帖 133
注册 2004-3-1
状态 离线
|
『第 21 楼』:
使用 LLM 解释/回答一下
昨天对u盘二区进行了分区文件系统转换到fat32,在dos下确实不能识别这个区,用ifs没用。这可能pq分区兼容性不好,网上也有用pq转换后u盘不能用的例子。对硬盘其它工具分区为fat32的,qboot识别很好,包括我的用dm分区的老机子。
Yesterday, I converted the partition file system of USB flash drive partition 2 to FAT32. In DOS, this partition cannot be recognized indeed, and IFS didn't work. This might be due to poor compatibility of PQ partition. There are also examples on the Internet where USB flash drives became unusable after being converted by PQ. For other tool - partitioned hard drives as FAT32, QBOOT is well recognized, including my old computer partitioned by DM.
|

http://hi.baidu.com/julon |
|
2008-11-25 07:38 |
|
|
julon
中级用户
  
积分 424
发帖 133
注册 2004-3-1
状态 离线
|
『第 22 楼』:
使用 LLM 解释/回答一下
今天设置bios启动,将u盘设置为hdd方式,插入u盘,电脑从硬盘启动,(设置为软盘+zip方式则从u盘启动),进入qboot,能够读取u盘的两个分区(fat、fat32),盘号排在c盘之后,是不是说明识别fat32区与主板有关而与软件(qboot)无关呢?
Today, when setting up the BIOS boot, I set the USB drive to HDD mode. After inserting the USB drive, the computer boots from the hard disk. (If set to Floppy + ZIP mode, it boots from the USB drive.) When entering Qboot, it can read the two partitions of the USB drive (FAT, FAT32), and the drive number is after the C drive. Does this mean that the recognition of the FAT32 partition is related to the motherboard rather than the software (Qboot)?
|

http://hi.baidu.com/julon |
|
2008-11-25 18:32 |
|
|
xiaoyunwang
高级用户
   
积分 940
发帖 374
注册 2007-10-17 来自 湖南张家界
状态 离线
|
『第 23 楼』:
使用 LLM 解释/回答一下
Originally posted by julon at 2008-11-25 06:32 PM:
今天设置bios启动,将u盘设置为hdd方式,插入u盘,电脑从硬盘启动,(设置为软盘+zip方式则从u盘启动),进入qboot,能够读取u盘的两个分区(fat、fat ...
这个,我不太清楚,如果 qboot 能够识别 U 盘的两个分区,是使用 usbaspi+aspidisk 进行驱动的了,极少数主板这样驱动会死机,这几天,我的主板挂了,重新换了一块主板,BIOS 好像支持 USB 引导,我从来未做过 U 盘启动盘,也不敢用 usboot 或 flashboot,怕弄坏 U 盘。
Originally posted by julon at 2008-11-25 06:32 PM:
Today, I set up the BIOS boot and set the USB drive to HDD mode. I inserted the USB drive, but the computer booted from the hard drive. (If set to Floppy + ZIP mode, it boots from the USB drive) Entering qboot, it can read the two partitions of the USB drive (FAT, FAT...
This, I don't know very well. If qboot can recognize the two partitions of the USB drive, it is using usbaspi + aspidisk for driver. In very few motherboards, this driver will cause a system crash. These days, my motherboard is broken, and I have replaced it with a new one. The BIOS seems to support USB boot. I have never made a USB drive bootable, and I don't dare to use usboot or flashboot, for fear of damaging the USB drive.
|


生命源头 → www.shengmingyt.cn |
|
2008-11-28 22:37 |
|
|
julon
中级用户
  
积分 424
发帖 133
注册 2004-3-1
状态 离线
|
『第 24 楼』:
使用 LLM 解释/回答一下
原装的工具可制作usb-zip启动盘。usboot要用1.7版的(可只加引导), flashboot在我的u盘无效。安全性很好。如u盘需要启动工具盘、pe等,最好写入grub引导。
Original tools can be used to create USB-ZIP bootable disks. USboot version 1.7 should be used (it can only add the boot). Flashboot is ineffective on my USB flash drive. It has very good security. If the USB flash drive needs a boot tool disk, PE, etc., it is best to write the GRUB boot.
|

http://hi.baidu.com/julon |
|
2008-11-29 07:27 |
|