|
3#
楼主 |
发表于 2012-7-7 16:33:07
|
只看该作者
这个是一个通用的启动硬盘 Windows 系统的菜单 , 我希望能完善下, 可以同时也支持比较通用的启动各种其他的系统。
title [02]--从硬盘启动计算机
find --set-root --ignore-floppies --ignore-cd /ntldr || find --set-root --ignore-floppies --ignore-cd /bootmgr
map () (hd0)
map (hd0) ()
map --rehook
find --set-root --ignore-floppies --ignore-cd /ntldr || find --set-root --ignore-floppies --ignore-cd /bootmgr
chainloader /ntldr || chainloader /bootmgr |
|