想做一个启动光盘,用作系统维护。
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环境呢?谢谢。
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环境呢?谢谢。
