Board logo

标题: 请教个做多启动盘的事 [打印本页]

作者: 88488848     时间: 2006-4-27 20:45    标题: 请教个做多启动盘的事

我想自己做个多启动的启动盘,现在有几个问题
第一种方案,先做了6个软盘镜像文件,按顺序做成ISO,用mkbootcd.exe文件编辑ISO启动目录,制作好后只有第一个镜像好用。。。失败,有人能解释下么?
第二种方案,想用DOS作个ISO镜像,带启动菜单,可是不少工具无法解压,比如效率源之类,我有见有启动盘带有图形菜单选项的,就有包括效率源的,所以我感觉这条也是可行的,有没有人指点一下?
作者: 88488848     时间: 2006-4-27 20:45
mkbootcd - make bootable CD image(El Torito specification)
30-Mar-98 gigo@yk.rim.or.jp|imaizumi@nisiq.net V1.02
21-May-98 *BETA* Joliet Extensions petry@rbg.informatik.tu-darmstadt.de
26-Oct-00 fix/eltorito emulator support by Bart Lagerweij, bart@nu2.nu V1.02c

== Boot Record Volume Descriptor ==
Indicator:0
Identifier:'CD001'
Version:1
BSIdentifier:'EL TORITO SPECIFICATION'
BootCatLbn:0x00000015(Loc:0x0000a800)

== Validation Entry ==
HeaderID:1
PlatformID:0x00 - 80x86
ID String:'Gigo's Bootable CD TEST'
CheckSum:0x7e0f

== Default/Initial Boot Entry ==
BootIndicator:0x88 - Bootable
MediaType:0x02 - 1.44MFD
LoadSegment:0x07c0
SystemType:0x00
SectorCount:1
LoadRBA:0x00000016(Loc:0x0000b000)

  == Floppy Diskette Boot Image ==
  OEM data: ')41__IHC'
  NumberOfSectors:2880(0x0b40)

== Section Entry  1 ==
HeaderIndicator:0x91
PlatformID:0x00 - 80x86
EntryCount:5
ID String:'Section  1'

== Boot Entry: Section  1 -  1 ==
BootIndicator:0x88 - Bootable
MediaType:0x04 - HARD Disk
LoadSegment:0x07c0
SystemType:0x00
SectorCount:1
LoadRBA:0x000016b2(Loc:0x00b59000)
xlysoft.iso

  == Hard Disk Boot Image ==
*Error - Valid boot sector mark 55AA not found in MBR !
== Boot Entry: Section  1 -  2 ==
BootIndicator:0x88 - Bootable
MediaType:0x04 - HARD Disk
LoadSegment:0x07c0
SystemType:0x00
SectorCount:1
LoadRBA:0x00000e26(Loc:0x00713000)
mhdd45.iso

  == Hard Disk Boot Image ==
*Error - Valid boot sector mark 55AA not found in MBR !
== Boot Entry: Section  1 -  3 ==
BootIndicator:0x88 - Bootable
MediaType:0x03 - 2.88MFD
LoadSegment:0x07c0
SystemType:0x00
SectorCount:1
LoadRBA:0x00001112(Loc:0x00889000)
pq.img

  == Floppy Diskette Boot Image ==
  OEM data: ')I9CQIHC'
  NumberOfSectors:2880(0x0b40) *Warning - 5760 expected.

== Boot Entry: Section  1 -  4 ==
BootIndicator:0x88 - Bootable
MediaType:0x03 - 2.88MFD
LoadSegment:0x07c0
SystemType:0x00
SectorCount:1
LoadRBA:0x00000886(Loc:0x00443000)
dm957.img

  == Floppy Diskette Boot Image ==
  OEM data: ')I9CQIHC'
  NumberOfSectors:2880(0x0b40) *Warning - 5760 expected.

== Boot Entry: Section  1 -  5 ==
BootIndicator:0x88 - Bootable
MediaType:0x03 - 2.88MFD
LoadSegment:0x07c0
SystemType:0x00
SectorCount:1
LoadRBA:0x000002e6(Loc:0x00173000)
dft.img

  == Floppy Diskette Boot Image ==
  OEM data: ')I9CQIHC'
  NumberOfSectors:2880(0x0b40) *Warning - 5760 expected.


这个是MKBOOTCD.EXE的信息
作者: xuantian     时间: 2006-4-27 21:21
看看dos7.1的安装光盘启动文件,照编吧,不需要什么菜单工具一样可以搞定
作者: fujianabc     时间: 2006-4-27 21:22
如果我没理解错,你的第一种多重启动方式用的是el torito标准自身规定做的多重启动光盘,这做出来的是bios级的多重启动盘。由于这个规定比较老,新机器的bios基本不再支持这个多重启动标准了,大约是2000年之后的主板,对于这种多重启动盘只认第一个启动入口了。
要想启动这种光盘,找一块2000年以前的主板,启动之后,bios会给出一个启动菜单的。

[ Last edited by fujianabc on 2006-4-27 at 21:23 ]
作者: 88488848     时间: 2006-4-28 13:45
这个是DOS7.1的说明
以上两个文件解开后的IMG文件为MS-DOS 7.10完整安装版的软盘IMG镜像文件,要制作成安装盘,请用HD-COPY、WinImage之类的软件将它们分别写入软盘即做成真正的安装软盘。注意,是将镜像写入到软盘中,而不是复制文件,否则安装盘可能会无法启动。或者也可以用VMWare、Virtual PC、Bochs等虚拟机将它们(IMG镜像文件)做为虚拟软盘来直接使用并进行安装
有没有什么软件对ISO 或者IMG镜像文件编辑的?
作者: martin325     时间: 2006-4-30 17:22
UltraISO 与 WinImage
作者: 不得不爱     时间: 2006-4-30 21:55
为什么不用启动易?
作者: 88488848     时间: 2006-5-2 13:19
好,谢谢帮助,自己再琢磨琢磨,谢谢大家