标题: 启动光盘,如何使用Vista/Win7的Boot Manager引导DOS?
[打印本页]
作者: bobu
时间: 2009-11-25 20:36
标题: 启动光盘,如何使用Vista/Win7的Boot Manager引导DOS?
想做一个启动光盘,用作系统维护。
1. DOS(内含ghost.exe等等)
2. MSDaRT 5.0 (Windows PE for Windows 2000 / XP / Server 2003)
3. MSDaRT 6.0 (Windows PE for Windows Vista / Server 2008)
4. MSDaRT 6.5 (Windows PE for Windows 7 / Server 2008 R2)
用bcdedit.exe编辑BCD文件,可以成功引导后面三个系统,但无法引导DOS。
baidu和google后,发现是DOS的bootsect文件提取的有问题。网上都是硬盘安装DOS的bootsect,没有光盘DOS的bootsect。
identifier {xxxx}
device boot
path \bootsect.dos 就是这个参数有问题
description MS-DOS
间接的方法,可以用Boot Manager调用GRUB4DOS,然后用GRUB4DOS调用DOS。等待时间设置为0。
各位大侠,是否有方法可以用Boot Manager直接引导到DOS环境呢?谢谢。
作者: fujianabc
时间: 2009-11-26 17:28
光盘上dos要用软盘模拟方式才能启动,不能直接用bootmgr加载dos的bootsect的