|  | 
 
| map () (hd0) 出错: 
 Error  1: Filename must be either an absolute pathname or blocklist
 
 这是怎么回事?
 
 完整菜单是这样:
 title [1] 搜索并启动硬盘上的 NT6 系统\n(Windows 8/7/Vista/2012/2008)
 find --set-root --devices=h /bootmgr
 map () (hd0)
 map (hd0) ()
 map --rehook
 find --set-root --devices=h /bootmgr
 chainloader /bootmgr
 
 grldr 是最新的 0.4.6a 2013-03-20 的版本,用 fbinst 放到 ud 区执行,因为主板太老,ud 格式化成了 zip 驱动器,所以实际上整块 u 盘(移动硬盘)是被是被成 fd0,ud 区也是 fd0,在u盘的第一主分区上有bootmgr,find 能找到,移动硬盘第一分区别识别成 (fd0,0),在后面的 map () (hd0) 的时候出错,求解
 | 
 |