呵呵,不知道这贴发这对不对,,,前几天我在长枫下了个长枫杀毒三剑客PE,但是我不想把他量产成U启(也不想刻盘),所以我想问问能不能在DOS下,虚拟成光盘启动呢(我在论坛搜了没有相关的解答贴),谁有这方面经验的,分享下,有别的方法说说也行,谢谢
[ Last edited by 7915083 on 2008-11-18 at 21:30 ]
我用grub4dos 启动
这是我的menu.lst文件:
# This is a sample menu.lst file. You should make some changes to it.
# The old install method of booting via the stage-files has been removed.
# Please install GRLDR boot strap code to MBR with the bootlace.com
# utility under DOS/Win9x or Linux.
# color black/cyan yellow/cyan
timeout 30
default 0
splashimage (hd0,0)/boot/grub/win2008.xpm.gz
# 设置中文支持的字体文件
fontfile (hd0,0)/boot/grub/fonts
boot
# title winpe1
# map --mem (hd0,0)/winpe.iso (0xff)
# map --hook
# chainloader (0xff)
# boot
# title winpe2
# map --mem (hd0,0)/winpe.iso (hd32)
# map --hook
# chainloader (hd32)
# boot
title Windows XP / Windows Server 2003
chainloader (hd0,0)/ntldr
title DOSNTFSC
kernel (hd0,0)/boot/grub/memdisk.gz
initrd (hd0,0)/boot/dosntfsc.img
title 老毛桃 PE
chainloader (hd0,0)/minipe/ldrxpe
title 本地硬盘 MS-DOS 7.10
fallback 3
find --set-root /bootsect.dos
chainloader /bootsect.dos
title 网络dos
map --mem (hd0,0)/boot/netdos.img (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title 终结者dos
map --mem (hd0,0)/boot/zjzdos.img (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title mdos710 超级启动盘
kernel (hd0,0)/boot/grub/memdisk.gz
initrd (hd0,0)/boot/msdos710.img
title 深山红叶增强
kernel (hd0,0)/boot/grub/memdisk.gz c=19200 h=8 s=36 floppy
initrd (hd0,0)/boot/dossshy.img c=19200 h=8 s=36 floppy
# title 深山红叶
# map --mem (hd0,0)/boot/dossshy.img (fd0)
# map --hook
# chainloader (fd0)+1
# rootnoverify (fd0)
title 中文超级dos
kernel (hd0,0)/boot/grub/memdisk.gz
initrd (hd0,0)/boot/dostools.img
title GDISK
kernel (hd0,0)/boot/grub/memdisk.gz
initrd (hd0,0)/boot/gdisk.img
title DM957
kernel (hd0,0)/boot/grub/memdisk.gz
initrd (hd0,0)/boot/dm957.img
title GHOST 11.0
kernel (hd0,0)/boot/grub/memdisk.gz
initrd (hd0,0)/boot/ghost.img
title PQMAGIC 8.05
kernel (hd0,0)/boot/grub/memdisk.gz
initrd (hd0,0)/boot/pm805.img
title 启动dos71版ISO
find --set-root /boot/dos71.ISO
map --mem /boot/dos71.ISO (hd32)
map --hook
chainloader (hd32)
boot
title 重新启动计算机
reboot
title 关闭计算机
halt