标题: 求助:想在DOS下虚拟光盘启运进入PE
[打印本页]
作者: 7915083
时间: 2008-11-18 21:27
标题: 求助:想在DOS下虚拟光盘启运进入PE
呵呵,不知道这贴发这对不对,,,前几天我在长枫下了个长枫杀毒三剑客PE,但是我不想把他量产成U启(也不想刻盘),所以我想问问能不能在DOS下,虚拟成光盘启动呢(我在论坛搜了没有相关的解答贴),谁有这方面经验的,分享下,有别的方法说说也行,谢谢
Last edited by 7915083 on 2008-11-18 at 21:30 ]
作者: Climbing
时间: 2008-11-18 22:06
试试用grub4dos(或者其它方法)从硬盘上启动。现在的PE一般都是基于RamDisk的,这样的PE基本上都可以从硬盘上启动。详细方法请参考无忧启动论坛的PE专区相关帖子。
作者: 7915083
时间: 2008-11-18 22:11
Originally posted by Climbing at 2008-11-18 22:06:
试试用grub4dos(或者其它方法)从硬盘上启动。现在的PE一般都是基于RamDisk的,这样的PE基本上都可以从硬盘上启动。详细方法请参考无忧启动论坛的PE专区相关帖子。
谢谢,我刚才在网上搜到老毛桃写的那个 (把freedos放进BIOS打造不死系统)嘿嘿,可是不敢试呀<img src="images/smilies/face-raspberry.png" align="absmiddle" border="0">
作者: Climbing
时间: 2008-11-18 22:51
freedos 跟 PE有什么相关?
作者: goeasy2005
时间: 2008-11-19 14:06
我用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
作者: haiou327
时间: 2008-11-19 16:57
试试grub4dos