|
4#

楼主 |
发表于 2008-3-18 23:29:53
|
只看该作者
谢谢楼上两位,请问menu.lst应该怎样写?我这样写不行(我的两个iso文件有4GB,似乎无法加载到内存):
title Install FreeBSD 7.0 (i386)
find --set-root /iso/bsd/7.0-RELEASE-i386-install.iso
map --mem /iso/bsd/7.0-RELEASE-i386-install.iso (hd32)
map --hook
chainloader (hd32)
boot
title Install FreeBSD 7.0 (amd64)
find --set-root /iso/bsd/7.0-RELEASE-amd64-install.iso
map --mem /iso/bsd/7.0-RELEASE-amd64-install.iso (hd32)
map --hook
chainloader (hd32)
boot |
|