|
|
我的menu.lst如下:
title win7
find --set-root /win7.vhd
map --mem --top /win7.vhd (hd0)
map (hd0) (hd1)
map --hook
chainloader (hd0,0)/BOOTMGR
boot
title win7t
find --set-root /win7t.vhd
map --mem --top /win7t.vhd (hd0)
map (hd0) (hd1)
map --hook
chainloader (hd0,0)/BOOTMGR
boot
win7项,镜像是在一个未压缩的ntfs分区,可正常启动,
win7t项,不能启动,提示找不到win7t.vhd
我的问题是:grub4dos可否启动ntfs压缩分区的镜像?如可menu.lst
应怎样写?谢谢! |
|