|
不点
银牌会员
     不甘寂寞的人
积分 2491
发帖 1115
注册 2003-9-24
状态 离线
|
『第 16 楼』:
使用 LLM 解释/回答一下
很遗憾我没有可引导 USB 的主板。请你用 debug 之类的程序调试,看看出错的地方究竟在哪里?
It's a pity that I don't have a motherboard with a bootable USB. Please use programs like debug to debug and see where the error exactly is?
|

因为我们亲手创建,这个世界更加美丽。 |
|
2004-6-20 00:00 |
|
|
newdos11
初级用户
 
积分 186
发帖 32
注册 2004-6-16
状态 离线
|
『第 17 楼』:
使用 LLM 解释/回答一下
以下是引用不点在2004-6-20 上午 01:56:01的发言:
很遗憾我没有可引导 USB 的主板。请你用 debug 之类的程序调试,看看出错的地方究竟在哪里?
那时我没有用USB引导系统,而且把所有和USB有关的东西都从电脑上拨了出来,只是在CONFIG.SYS加载了USB驱动而已,没加时GRUB可以正常运行,加上后一运行GRUB.EXE
硬盘灯就会长亮,然后黑屏,死机.
我是用device=DUSE.EXE MEMPOOL=1 XFERSIZE=4加载USB驱动的,看来是GRUB FOR
DOS和DUSE.EXE有冲突.
The following is the speech of Budian on June 20, 2004 at 01:56:01 AM:
I'm very sorry that I don't have a motherboard that can boot from USB. Please use a program like debug to debug and see where exactly the error is?
At that time, I didn't use USB to boot the system, and I unplugged all USB - related things from the computer. I just loaded the USB driver in CONFIG.SYS. When I didn't load it, GRUB could run normally. When I loaded it, once I ran GRUB.EXE, the hard disk light would be on all the time, then the screen would be black and the computer would crash.
I loaded the USB driver with device = DUSE.EXE MEMPOOL = 1 XFERSIZE = 4. It seems that there is a conflict between GRUB FOR DOS and DUSE.EXE.
|
|
2004-6-20 00:00 |
|
|
newdos11
初级用户
 
积分 186
发帖 32
注册 2004-6-16
状态 离线
|
『第 18 楼』:
使用 LLM 解释/回答一下
我把bootgrub导入U盘,再修改GRLDR,把里面的"(hd0,0)/boot/grub/menu.lst",改成"(fd0)/
menu.lst",然后把GRLDR,menu.lst复制到U盘根目录下,用这个U盘开机,结果GRUB能读取GRLDR
这个文件,但还是找不到我U盘上的menu.lst,同样是放在U盘根目录,但为什么能读取GRLDR,而不能读取menu.lst?
(注:我可以肯定GRUB是找到GRLDR的,因为当我把这个文件删除后开机时会显示:NO GRLDR)
I copied bootgrub to the USB drive, then modified GRLDR, changing "(hd0,0)/boot/grub/menu.lst" to "(fd0)/menu.lst", and copied GRLDR and menu.lst to the root directory of the USB drive. When I boot with this USB drive, GRUB can read the GRLDR file, but still cannot find menu.lst on my USB drive. It is placed in the root directory of the USB drive. Why can it read GRLDR but not menu.lst? (Note: I can be sure that GRUB found GRLDR because when I delete this file, it shows "NO GRLDR" when booting.)
|
|
2004-6-20 00:00 |
|
|
不点
银牌会员
     不甘寂寞的人
积分 2491
发帖 1115
注册 2003-9-24
状态 离线
|
『第 19 楼』:
使用 LLM 解释/回答一下
谢谢您与 USB 相关的详细的 BUG 报告。与 GNU GRUB 有关的 BUG,我没有计划解决。但是与 grub for dos 相关的,我会尽力解决的。不过在此通报一下,我没有很多时间,最近有很多事务忙不过来。这些 BUG 我会记住,但等到以后有时间再解决。
=============
你刚才所说的,"把bootgrub导入U盘", 你是怎么导入的?你的 U 盘是 FAT12/16/32 格式吗?如果不是 FAT12/16/32 格式,那么这个情况不属于 BUG。
Thank you for the detailed bug report related to USB. Regarding the bugs related to GNU GRUB, I have no plan to fix them. But for those related to grub for dos, I will try my best to fix them. However, I would like to inform you that I don't have much time recently, as I have a lot of things to deal with. I will keep these bugs in mind but will fix them when I have time later.
=============
What you just said, "importing bootgrub into the USB flash drive", how did you import it? Is your USB flash drive in FAT12/16/32 format? If it is not in FAT12/16/32 format, then this situation is not a bug.
|

因为我们亲手创建,这个世界更加美丽。 |
|
2004-6-20 00:00 |
|
|
newdos11
初级用户
 
积分 186
发帖 32
注册 2004-6-16
状态 离线
|
『第 20 楼』:
使用 LLM 解释/回答一下
我看到你以前一篇旧贴,我是按照你教的方法导入的:
以下是引用不点在2004-3-6 上午 10:09:37的发言:
a. 格式化一张软盘,或者用任何一张现有的已经格式化了的软盘。
b. 将软盘第一扇区读入内存区域1,将 BOOTGRUB 第四扇区读入内存区域2。
c. 将 内存区域1 的 0x02 ---- 0x3d 这 60 个字节复制到 内存区域2 的 0x02 ---- 0x3d。
d. 将更改后的 内存区域2 写入软盘第一扇区。
e. 把 GRLDR 文件复制到软盘根目录。【这一步任何时候做都行,不在乎先后】。
既然可以读取我U盘上GRLDR,证明你的程序是没问题的,问题关键是GNU GRUB无法找到我U盘上的文件,这应该是GNU GRUB的BUG吧,其实我U盘的格式很简单的啊,绝对是FAT16,可以安装任何识别FAT16的操作系统.
我现在装在U盘是MSDOS710,MINI98和很多有用的软件,才占了15MB左右空间,比1.44MB的启动盘已经好很多了,但毕竟MSDOS710不是完美的,所以才想在U盘装多重启动.
现在我还会用GRUB FOR DOS,虽然要把某些文件复制到硬盘才能用,但我会写自动批,对我来说,GRUB还是很方便和实用的.
我用U盘启动时是不用USB驱程的,这时可以用GRUB,但是用其它方式开机我一般都会加载USB驱动(DUSE是支持即插即用的,非常方便),这样就用不了GRUB实在有点可惜.
I saw your previous old post, and I followed the method you taught to import:
The following is a quote from Buddy at 10:09:37 AM on March 6, 2004:
a. Format a floppy disk, or use any existing formatted floppy disk.
b. Read the first sector of the floppy disk into memory area 1, and read the fourth sector of BOOTGRUB into memory area 2.
c. Copy 60 bytes from 0x02 to 0x3d in memory area 1 to 0x02 to 0x3d in memory area 2.
d. Write the changed memory area 2 to the first sector of the floppy disk.
e. Copy the GRLDR file to the root directory of the floppy disk. .
Since I can read the GRLDR on my USB flash drive, it proves that your program is okay. The key problem is that GNU GRUB cannot find the files on my USB flash drive. This should be a bug of GNU GRUB, actually the format of my USB flash drive is very simple, it is definitely FAT16, and it can install any operating system that recognizes FAT16.
Now I have MSDOS710, MINI98 and many useful software installed on the USB flash drive, which only takes about 15MB of space, which is much better than a 1.44MB boot disk. But after all, MSDOS710 is not perfect, so I want to install multi-boot on the USB flash drive.
Now I still use GRUB FOR DOS. Although I need to copy some files to the hard disk to use it, I can write an automatic batch. For me, GRUB is still very convenient and practical.
When I boot from the USB flash drive, I don't use the USB driver. At this time, I can use GRUB, but when I boot in other ways, I generally load the USB driver (DUSE is plug-and-play supported, very convenient), so it's really a pity that I can't use GRUB.
|
|
2004-6-21 00:00 |
|
|
zenkibobo
初级用户
 
积分 21
发帖 9
注册 2006-9-19
状态 离线
|
『第 21 楼』:
使用 LLM 解释/回答一下
我也正在试这个..如何才能把全部文件放到U盘执行呢?????(那个MENU.LST)
I'm also trying this.. How can I put all files on the USB flash drive to execute???? (That MENU.LST)
|
|
2006-9-20 07:40 |
|
|
terse
银牌会员
    
积分 2404
发帖 946
注册 2005-9-8
状态 离线
|
『第 22 楼』:
使用 LLM 解释/回答一下
我的机器 U盘启动 且U盘格式化成USB-ZIP的 格式成USB-HHD就启动不了是怎么回事?
还有就是我也想在U盘上安装GRUB,很多次了就是不能成功!郁闷!和楼主一样装在U盘是MSDOS710 和自己做的一些文件,楼主能否告知你是怎样装的GRUB呢?装GRUB只是想DIY一下菜单!别的没什么,呵呵!
My machine is U disk booted and the U disk is formatted as USB-ZIP. It can't boot when formatted as USB-HHD. What's the matter? Also, I also want to install GRUB on the U disk. I've failed many times!郁闷! And I installed MSDOS710 and some self - made files on the U disk like the building owner. Can the building owner tell me how you installed GRUB? Installing GRUB just wants to DIY the menu! Nothing else, hehe!
|
|
2006-9-21 07:40 |
|
|