|  | 
GRUB学习讨论专区,严禁灌水,违者删除!!!!!!!!
| 谢谢iovf,我终于从移动硬盘启动红叶和acronis了,但怎么转不到原来的硬盘启动呢? 我的menu.lst内容
 timeout 10
 ###########
 default 0
 fallback 1
 ###fontfile (hd0,0)/boot/grub/fonts
 ###########
 splashimage (hd0,0)/boot/grub/NU2.GZ
 ###password
 title Acronis True Image Enterprise Server 8.0
 map (hd0,0)/img/adis.img (fd0)
 map --hook
 chainloader (fd0)+1
 rootnoverify (fd0)
 title Hard Drive 0 (hd0,0)
 root (hd0,0)
 chainloader  (hd0,0)+1
 title Hard Drive 1 (hd1,0)
 root (hd1,0)
 chainloader (hd1,0)+1
 title Restart Computer
 reboot
 title Shutdown Computer
 halt
 | 
 |