| 
 | 
原帖由 lianjiang 于 2011-3-9 12:54 发表   
真是邪门,我测试时也正常,其他人也没出现这种情况的报告。 
照理说,找不到grldr,那也应该有提示才对,不该是黑屏呀。 
纳闷中。。。 
自己从加密后的vhldr里导出菜单,再倒入未加密码的vhldr里,看看结果如何。   
按照你说的方法试了,有密码的还是黑屏,有密码的菜单如下 
timeout 1 
default 0 
find --set-root --ignore-floppies --ignore-cd /WIN7_VHD/WIN7_V_CHILD.VHD 
configfile /WIN7_VHD/gvhd.lst 
password --md5 $1$5$jsGtVo0c88ndMdo6JZfrJ0 
title 0. Restore 
password --md5 $1$1$Vx0Fbes5bJtXveDeV3s8e/ 
fallback 2 
find --set-root --ignore-floppies --ignore-cd /WIN7_VHD/WIN7_V_CHILD_BAK.VHD 
dd if=()/WIN7_VHD/WIN7_V_CHILD_BAK.VHD of=()/WIN7_VHD/WIN7_V_CHILD.VHD 
reboot 
title 1. Commandline 
commandline 
title 2. Reboot 
reboot 
 
只要删掉 
title 0. Restore 
password --md5 $1$1$Vx0Fbes5bJtXveDeV3s8e/ 
 
这句就正常了。我设的密码是123456.正常如下: 
timeout 1 
default 0 
find --set-root --ignore-floppies --ignore-cd /WIN7_VHD/WIN7_V_CHILD.VHD 
configfile /WIN7_VHD/gvhd.lst 
password --md5 $1$5$jsGtVo0c88ndMdo6JZfrJ0 
fallback 2 
find --set-root --ignore-floppies --ignore-cd /WIN7_VHD/WIN7_V_CHILD_BAK.VHD 
dd if=()/WIN7_VHD/WIN7_V_CHILD_BAK.VHD of=()/WIN7_VHD/WIN7_V_CHILD.VHD 
reboot 
title 1. Commandline 
commandline 
title 2. Reboot 
reboot |   
 
 
 
 |