|
我弄了一天,都没搞定,尝试改写各种menu.lst代码方案 在虚拟机Virtual PC2007里调试,引导菜单都能出现,但选择其中之一的引导之后便总是这个错误 error 15: file not found
下面举例其中一种
我是参考『grub4dos初级教程_CHM图文版_090411』里的这段代码:
title GGhost [Ghost v8.3/v11] (MAP-HOOK)
map --mem (cd)/boot/grub/gghost.img (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
改为
# 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 blue/green yellow/red white/magenta white/magenta
timeout 30
default /default
title Windows OEM Preinstallation Kit Win7
map --mem (cd)/boot/windows_7_opk_chinese_simplified.img (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title Windows OEM Preinstallation Kit WinXP sp3
map --mem (cd)/boot/Windows_XP_Service_Pack_3_update_OPK_simple_chinese.img (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
windows_7_opk_chinese_simplified.img 和 Windows_XP_Service_Pack_3_update_OPK_simple_chinese.img 都放在光盘boot目录下了
menu.lst 放在光盘的根目录下了
不知道代码到底错在哪里了,希望有高人,根据我提供的文件和制作光盘的要求,提供一个可用的完整的menu.lst的代码,让我参考和学习。
[ 本帖最后由 2010vvonline 于 2010-10-21 12:01 编辑 ] |
-
1.jpg
(54.26 KB, 下载次数: 178)
-
2.jpg
(34.76 KB, 下载次数: 199)
-
3.jpg
(65.46 KB, 下载次数: 191)
-
4.jpg
(37.65 KB, 下载次数: 177)
|