|
发表于 2012-7-22 17:26:36
|
显示全部楼层
- title 从本地硬盘启动
- checkrange 0x80 read 0x8280 && if exist (hd0)/fb.cfg && set sw=yes
- checkrange 0x23 read 0x8280 && if not exist (fd0)/fb.cfg && set sw=yes
- set /a hdn=*0x475&0xff
- if %hdn%>=2 && if "%sw%"=="yes" && map --unmap=0:0xff && map (hd1) (hd0) && map (hd0) (hd1) && map --rehook
- rootnoverify (hd0,0)
- chainloader +1
复制代码
我略加修改,上面的代码在本人的机器上倒是成功了。 |
|