|
edwardzhou
新手上路

积分 16
发帖 6
注册 2006-3-10
状态 离线
|
『楼 主』:
请问,有大人有1.44M版的SmartBootManager吗?
使用 LLM 解释/回答一下
之前尝试用GRUB引导SmartBootManager,我的那个是18k版的sbm.bin,但是电脑死活不认~~~
听说有个1.44M的sbm.bin版本……跪求,先行谢过各位了
sourceforge.net里的那些源代码我就是弄不懂怎么才能编译出来~~~
所以,在这里问问各位大人了
I tried to use GRUB to boot SmartBootManager before. Mine is the 18k version of sbm.bin, but the computer just doesn't recognize it~~~
I heard there is a 1.44M version of sbm.bin... Please help, thanks in advance to all of you
I just can't figure out how to compile those source codes on sourceforge.net~~~
So, I'm asking all the adults here
|
|
2007-8-21 22:22 |
|
|
不点
银牌会员
     不甘寂寞的人
积分 2491
发帖 1115
注册 2003-9-24
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
SBM 是个好软件,可惜多年未开发了。你从市面上找到的 18K 的 sbm.bin 和 1.44M 的 sbm.bin 应该是同一个文件的不同表现方式。它们好像都是 1.44M 软盘映像,只不过 18K 的那个文件把后面的 00 字节全都省略了。
用 grub4dos 的 map 命令可以将 sbm.bin 仿真为软盘,并启动它。请在 google 搜索这些资料。
如果你只需要 sbm.bin 里面的 cdrom 启动功能,那么你就可以不用 sbm.bin,而是用 grub4dos 的 cdrom 启动功能来代替。grub4dos 的 cdrom 启动功能是来自 sbm 的,因此它们应该是等价的。
如果你发现 sbm 的光盘启动模块不能适应你的硬件,你还可以用其它几种类似的软件来代替,它们都是软盘映像,都可以用 grub4dos 来仿真并启动,但它们可能不是开放源码的(同样在 google 找它们)。据我所知,只有 sbm 的才是开源的。
SBM is a good software, but it hasn't been developed for many years. The 18K sbm.bin and 1.44M sbm.bin you find on the market should be different manifestations of the same file. They all seem to be 1.44M floppy disk images, except that the 18K one omits all the trailing 00 bytes.
You can use the map command of grub4dos to simulate sbm.bin as a floppy disk and boot it. Please search for these materials on Google.
If you only need the cdrom boot function in sbm.bin, then you don't need sbm.bin, but can use the cdrom boot function of grub4dos instead. The cdrom boot function of grub4dos is from SBM, so they should be equivalent.
If you find that the disc boot module of SBM is not suitable for your hardware, you can also use several other similar software instead. They are all floppy disk images and can be simulated and booted by grub4dos, but they may not be open source (also find them on Google). As far as I know, only SBM is open source.
|

因为我们亲手创建,这个世界更加美丽。 |
|
2007-8-22 09:30 |
|
|
edwardzhou
新手上路

积分 16
发帖 6
注册 2006-3-10
状态 离线
|
『第 3 楼』:
使用 LLM 解释/回答一下
十分感谢!!!
但是,还想请教不点大人,譬如哪几款软盘映像呢?
Originally posted by 不点 at 2007-8-22 09:30:
如果你发现 sbm 的光盘启动模块不能适应你的硬件,你还可以用其它几种类似的软件来代替,它们都是软盘映像,都可以用 grub4dos 来仿真并启动,但它们可能不是开放源码的(同样在 google 找它们)。据我所知,只有 sbm 的才是开源的。
Thanks a lot!!!
But, I still want to ask Mr. Budian, for example, which several kinds of floppy disk images are there?
Originally posted by Budian at 2007-8-22 09:30:
If you find that the CD boot module of sbm cannot adapt to your hardware, you can also use several other similar software to replace it. They are all floppy disk images, and can all be emulated and started by grub4dos, but they may not be open source (also find them on google). As far as I know, only sbm is open source.
|
|
2007-8-22 11:36 |
|
|
不点
银牌会员
     不甘寂寞的人
积分 2491
发帖 1115
注册 2003-9-24
状态 离线
|
『第 4 楼』:
使用 LLM 解释/回答一下
这应该有不少,但是,我自己不太了解.好像记得有一个叫做 bcdl 的。在 http://www.google.cn/ 中搜索,你应该可以顺藤摸瓜找到它们。
There should be quite a few of these, but I don't know much about them myself. It seems I remember one called bcdl. Search in http://www.google.cn/ and you should be able to trace them step by step to find them.
|

因为我们亲手创建,这个世界更加美丽。 |
|
2007-8-22 15:04 |
|
|
lianjiang2004
金牌会员
     
积分 3946
发帖 1884
注册 2006-1-20
状态 离线
|
『第 5 楼』:
使用 LLM 解释/回答一下
Originally posted by edwardzhou at 2007-8-22 11:36:
十分感谢!!!
但是,还想请教不点大人,譬如哪几款软盘映像呢?
bcdl.bin用法示例:
title Boot From CDROM
find --set-root --ignore-floppies /ggho/grub/bcdl.bin
map --mem /ggho/grub/bcdl.bin (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
Originally posted by edwardzhou at 2007-8-22 11:36:
Thanks a lot!!!
But, I also want to ask Mr. Budian, for example, which several floppy disk images?
Usage example of bcdl.bin:
title Boot From CDROM
find --set-root --ignore-floppies /ggho/grub/bcdl.bin
map --mem /ggho/grub/bcdl.bin (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
附件
1: bcdl.rar (2007-8-22 15:41, 9.13 KiB, 下载附件所需积分 1 点
,下载次数: 25)
|

Windows 一键还原
http://www.yjhy.com |
|
2007-8-22 15:41 |
|
|
d590520
初级用户
 
积分 26
发帖 13
注册 2007-9-20
状态 离线
|
|
2007-9-21 15:04 |
|